Searched refs:VIRTIO_F_ACCESS_PLATFORM (Results 1 – 11 of 11) sorted by relevance
76 #define VIRTIO_F_ACCESS_PLATFORM 33 macro79 #define VIRTIO_F_IOMMU_PLATFORM VIRTIO_F_ACCESS_PLATFORM
54 return !virtio_has_feature(vdev, VIRTIO_F_ACCESS_PLATFORM); in virtio_has_dma_quirk()
32 (1ULL << VIRTIO_F_ACCESS_PLATFORM) | \
67 (1ULL << VIRTIO_F_ACCESS_PLATFORM) |510 if (!(features & (1ULL << VIRTIO_F_ACCESS_PLATFORM))) in vdpasim_set_features()
13 VIRTIO_F_ACCESS_PLATFORM
187 if (!virtio_has_feature(dev, VIRTIO_F_ACCESS_PLATFORM)) { in virtio_finalize_features()
1124 __virtio_clear_bit(vdev, VIRTIO_F_ACCESS_PLATFORM); in virtballoon_validate()
2231 case VIRTIO_F_ACCESS_PLATFORM: in vring_transport_features()
183 return !virtio_has_feature(vdev, VIRTIO_F_ACCESS_PLATFORM); in virtio_has_dma_quirk()
30 …BIT_ULL(VIRTIO_F_ANY_LAYOUT) | BIT_ULL(VIRTIO_F_VERSION_1) | BIT_ULL(VIRTIO_F_ACCESS_PLATFORM) | …228 MLX5_LOG_VIO_FLAG(VIRTIO_F_ACCESS_PLATFORM); in print_features()1471 ndev->mvdev.mlx_features |= BIT_ULL(VIRTIO_F_ACCESS_PLATFORM); in mlx5_vdpa_get_features()1478 if (!(features & BIT_ULL(VIRTIO_F_ACCESS_PLATFORM))) in verify_min_features()
76 (1ULL << VIRTIO_F_ACCESS_PLATFORM)1641 if ((features & (1ULL << VIRTIO_F_ACCESS_PLATFORM))) { in vhost_net_set_features()