Home
last modified time | relevance | path

Searched refs:virtio_features_chk_bit (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dvirtio_features.h21 static inline bool virtio_features_chk_bit(unsigned int bit) in virtio_features_chk_bit() function
39 return virtio_features_chk_bit(bit) && in virtio_features_test_bit()
46 if (virtio_features_chk_bit(bit)) in virtio_features_set_bit()
53 if (virtio_features_chk_bit(bit)) in virtio_features_clear_bit()
/linux/drivers/vhost/
H A Dvhost.h307 if (virtio_features_chk_bit(bit) && VIRTIO_U64(bit) == idx) in vhost_features_u64()