Searched refs:features (Results 1 - 25 of 65) sorted by relevance

123

/barrelfish-master/include/virtio/
H A Dvirtqueue_host.h172 * \brief masks the ring features out of a features bit mask
174 * \param features the features to mask
176 * \returns bitmask of masked features
178 static inline uint64_t virtio_vq_host_mask_features(uint64_t features) argument
186 return (features & mask);
H A Dvirtqueue.h295 * \brief masks the ring features out of a features bit mask
297 * \param features the features to mask
299 * \returns bitmask of masked features
301 static inline uint64_t virtio_virtqueue_mask_features(uint64_t features) argument
309 return (features & mask);
H A Dvirtio_device.h31 /// Driver has acknowledged all the features it understands
168 uint64_t features; ///< VirtIO feature bits supported member in struct:virtio_device_setup
255 * \brief tells the device which features the driver understands
258 * \param features bitmap of understood features
263 uint64_t features);
266 * \brief queries the device which features it understands
269 * \param features bitmap of understood features by the device
302 * \brief negotiates the supported features base
[all...]
/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVisualizerSoftPrec.java37 FullDomain[] features = visualState.argumentDomainArray("features");
38 FullDomain[] removedFeatures = visualState.getRemovedValues("features",features);
48 int n = features.length;
81 booleanColor(features[i],removedFeatures[i]));
83 booleanColor(features[i],removedFeatures[i]));
84 if (features[i].isFixed()){
86 features[i].getIntValue(),Colors.ASSIGNED_TEXT_COLOR);
88 features[
[all...]
/barrelfish-master/lib/virtio/backends/
H A Dvirtio_device_mmio.c169 uint64_t features, tmp = 0; local
172 features = virtio_mmio_dev_features_features_rdf(&mmio_dev->regs);
173 features <<= 32;
175 features = virtio_mmio_dev_features_features_rdf(&mmio_dev->regs);
185 features |= (tmp << 32);
187 features |= tmp;
198 uint64_t features)
209 reg_val = (uint32_t) (features >> 32);
211 reg_val = (uint32_t) (features);
223 reg_val = (uint32_t) (features >> 3
197 device_set_driver_features(struct virtio_device *dev, uint64_t features) argument
[all...]
/barrelfish-master/lib/virtio/
H A Ddevice.h34 uint64_t features; ///< negotiated VirtIO features member in struct:virtio_device
36 uint64_t device_features; ///< supported features by the device
37 uint64_t driver_features; ///< supported features by the driver
H A Ddevice.c106 err = virtio_device_feature_negotiate(vdev, setup->features);
118 support our subset of features and the device is unusable.*/
220 * if the device is not configured yet, we don't know the features
226 return (dev->features & (1UL << feature)) != 0;
357 uint64_t features)
356 virtio_device_set_driver_features(struct virtio_device *dev, uint64_t features) argument
/barrelfish-master/usr/drivers/virtio/block/
H A Dmain_host.c83 .features = 0xFFFFFFFFFFFFFFFF,
H A Ddevice.c101 .features = VBLOCK_DRIVER_FEATURES,
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsporting.tex114 a blend of ISO and ECLiPSe functionality. All ISO features
115 are available, plus such ECLiPSe features that do not significantly
124 The specification of implementation-defined features stipulated
226 \section{Exploiting the features of {\eclipse}}
228 it is useful to bear in mind important {\eclipse} features which can make
231 \item Compiler features relevant for performance can be found in section
252 \item The {\tkeclipse} GUI provides many features that should make
255 \item It is worth familiarising oneself with the debugger's features,
H A Dumsintro.tex28 % 120489 Micha Meier Rewritten, added list of {\eclipse} features
95 %The following sections outline some remarkable features of {\eclipse}:
124 %{\eclipse} enables the user to modify most of the system features,
126 %new features.
245 %It also allows tracing the special {\eclipse} features.
305 %These features make the external predicates a powerful
H A Dumsdynamic.tex228 {\eclipse}'s dynamic database features the so-called
/barrelfish-master/doc/015-disk-driver-arch/
H A Dfuture.tex29 \section{Support for advanced AHCI/SATA features}
31 Some of the features of \ac{ahci}/\ac{sata} we did not look at are Port
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_prime.pl63 * 3. All advertising materials mentioning features or use of this software
/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dadd_cr.pl95 * 3. All advertising materials mentioning features or use of this software
H A Dmkerr.pl408 " * 3. All advertising materials mentioning features or use of this\n",
593 * 3. All advertising materials mentioning features or use of this
/barrelfish-master/lib/openssl-1.0.0d/crypto/conf/
H A Dkeysets.pl85 * 3. All advertising materials mentioning features or use of this software
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dremote_tools.pl135 Note that some features of the development tools can be triggered
H A Dsicstus.pl73 then Sicstus and Eclipse language features can be used together.
/barrelfish-master/lib/openssl-1.0.0d/crypto/objects/
H A Dobj_dat.pl207 * 3. All advertising materials mentioning features or use of this software
H A Dobjects.pl158 * 3. All advertising materials mentioning features or use of this software
/barrelfish-master/doc/021-cpudriver/
H A Dcpudriver.tex98 and Intel 64 architectures. This text will refer to features of
99 those architectures. Those and further features can be found in
/barrelfish-master/doc/022-armv8/
H A Dreport.tex58 for ARMv8, as it presents a number of novel features, and greatly improved
63 (\autoref{c:design}), briefly covering those features of ARMv8 of greatest
90 ARMv8 discards some long-standing features of the ARM instruction set:
97 ecosystem into a serious server platform. The two features of most interest at
98 this stage in the design process are the standardisation of hardware features
308 indicates features or characteristics of the design to which the
311 indicates features which should be supported if at all possible.
313 indicates features which will be provided from the outset in the
316 indicates features which will be provided later in the Barrelfish
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dmp.tex51 most desirable features. It is used as an implementation layer of
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dtutorial.tex129 All the features described in this tutorial are documented in more

Completed in 111 milliseconds

123