Searched refs:VIRTIO_F_ACCESS_PLATFORM (Results 1 – 14 of 14) sorted by relevance
76 #define VIRTIO_F_ACCESS_PLATFORM 33 macro79 #define VIRTIO_F_IOMMU_PLATFORM VIRTIO_F_ACCESS_PLATFORM
59 return !virtio_has_feature(vdev, VIRTIO_F_ACCESS_PLATFORM); in virtio_has_dma_quirk()
18 (1ULL << VIRTIO_F_ACCESS_PLATFORM))
447 if (!(features & (1ULL << VIRTIO_F_ACCESS_PLATFORM))) in vdpasim_set_driver_features()
34 (1ULL << VIRTIO_F_ACCESS_PLATFORM) |831 if ((features & (1ULL << VIRTIO_F_ACCESS_PLATFORM))) { in vhost_vsock_set_features()
76 (1ULL << VIRTIO_F_ACCESS_PLATFORM)1644 if ((features & (1ULL << VIRTIO_F_ACCESS_PLATFORM))) { in vhost_net_set_features()
225 if (!(features & BIT_ULL(VIRTIO_F_ACCESS_PLATFORM)) && features) { in ifcvf_verify_min_features()
184 if (!virtio_has_feature(dev, VIRTIO_F_ACCESS_PLATFORM)) { in virtio_features_ok()
1096 __virtio_clear_bit(vdev, VIRTIO_F_ACCESS_PLATFORM); in virtballoon_validate()
2715 case VIRTIO_F_ACCESS_PLATFORM: in vring_transport_features()
204 return !virtio_has_feature(vdev, VIRTIO_F_ACCESS_PLATFORM); in virtio_has_dma_quirk()
66 features |= BIT_ULL(VIRTIO_F_ACCESS_PLATFORM); in eni_vdpa_get_device_features()
42 …BIT_ULL(VIRTIO_F_ANY_LAYOUT) | BIT_ULL(VIRTIO_F_VERSION_1) | BIT_ULL(VIRTIO_F_ACCESS_PLATFORM) | …298 MLX5_LOG_VIO_FLAG(VIRTIO_F_ACCESS_PLATFORM); in print_features()2179 mlx_vdpa_features |= BIT_ULL(VIRTIO_F_ACCESS_PLATFORM); in get_supported_features()2202 if (!(features & BIT_ULL(VIRTIO_F_ACCESS_PLATFORM))) in verify_driver_features()
1421 if (!(features & (1ULL << VIRTIO_F_ACCESS_PLATFORM))) in features_is_valid()