Home
last modified time | relevance | path

Searched defs:virtio_has_feature (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/virtio/linux/
H A Dvirtio_config.h46 #define virtio_has_feature(dev, feature) \ macro
/openbmc/u-boot/include/
H A Dvirtio.h489 static inline bool virtio_has_feature(struct udevice *vdev, unsigned int fbit) in virtio_has_feature() function
/openbmc/linux/include/linux/
H A Dvirtio_config.h187 static inline bool virtio_has_feature(const struct virtio_device *vdev, in virtio_has_feature() function
/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h443 static inline bool virtio_has_feature(uint64_t features, unsigned int fbit) in virtio_has_feature() function