Searched refs:VIRTIO_F_ACCESS_PLATFORM (Results 1 – 12 of 12) sorted by relevance
76 #define VIRTIO_F_ACCESS_PLATFORM 33 macro79 #define VIRTIO_F_IOMMU_PLATFORM VIRTIO_F_ACCESS_PLATFORM
61 return !virtio_has_feature(vdev, VIRTIO_F_ACCESS_PLATFORM); in virtio_has_dma_quirk()
18 (1ULL << VIRTIO_F_ACCESS_PLATFORM))
147 case BIT_ULL(VIRTIO_F_ACCESS_PLATFORM): in print_feature_bits_all()
307 if (!(features & BIT_ULL(VIRTIO_F_ACCESS_PLATFORM)) && features) { in pds_vdpa_set_driver_features()
34 (1ULL << VIRTIO_F_ACCESS_PLATFORM) |811 if ((features & (1ULL << VIRTIO_F_ACCESS_PLATFORM))) { in vhost_vsock_set_features()
217 return !virtio_has_feature(vdev, VIRTIO_F_ACCESS_PLATFORM); in virtio_has_dma_quirk()
253 if (!(features & BIT_ULL(VIRTIO_F_ACCESS_PLATFORM)) && features) { in ifcvf_verify_min_features()
66 features |= BIT_ULL(VIRTIO_F_ACCESS_PLATFORM); in eni_vdpa_get_device_features()
539 BIT_ULL(VIRTIO_F_VERSION_1) | BIT_ULL(VIRTIO_F_ACCESS_PLATFORM) | in get_device_ready_status()
1192 __virtio_clear_bit(vdev, VIRTIO_F_ACCESS_PLATFORM); in virtballoon_validate()
2978 case VIRTIO_F_ACCESS_PLATFORM: in vring_transport_features()