Home
last modified time | relevance | path

Searched refs:VHOST_BACKEND_F_IOTLB_ASID (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dvhost_types.h179 #define VHOST_BACKEND_F_IOTLB_ASID 0x3 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvhost_types.h179 #define VHOST_BACKEND_F_IOTLB_ASID 0x3 macro
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c850 0x1ULL << VHOST_BACKEND_F_IOTLB_ASID | in vhost_vdpa_set_backend_cap()
/openbmc/qemu/net/
H A Dvhost-vdpa.c1610 if (!(backend_features & BIT_ULL(VHOST_BACKEND_F_IOTLB_ASID))) { in vhost_vdpa_probe_cvq_isolation()
/openbmc/linux/drivers/vhost/
H A Dvdpa.c32 (1ULL << VHOST_BACKEND_F_IOTLB_ASID),
H A Dvhost.c1507 VHOST_BACKEND_F_IOTLB_ASID)) { in vhost_chr_write_iter()