Home
last modified time | relevance | path

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

/qemu/include/hw/virtio/
H A Dvirtio.h431 static inline void virtio_add_feature(uint64_t *features, unsigned int fbit) in virtio_add_feature()
437 static inline void virtio_clear_feature(uint64_t *features, unsigned int fbit) in virtio_clear_feature()
443 static inline bool virtio_has_feature(uint64_t features, unsigned int fbit) in virtio_has_feature()
450 unsigned int fbit) in virtio_vdev_has_feature()
456 unsigned int fbit) in virtio_host_has_feature()
/qemu/hw/nvram/
H A Dxlnx-zynqmp-efuse.c290 unsigned int fbit, wbits = 0, u32_off = 0; in cache_sync_u32() local
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c107 bool has_feature(uint64_t features, unsigned int fbit) in has_feature()
115 unsigned int fbit) in vu_has_feature()
120 static inline bool vu_has_protocol_feature(VuDev *dev, unsigned int fbit) in vu_has_protocol_feature()
/qemu/subprojects/libvduse/
H A Dlibvduse.c165 static inline bool has_feature(uint64_t features, unsigned int fbit) in has_feature()
171 static inline bool vduse_dev_has_feature(VduseDev *dev, unsigned int fbit) in vduse_dev_has_feature()