Home
last modified time | relevance | path

Searched refs:VHOST_BACKEND_F_IOTLB_BATCH (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dvhost_types.h175 #define VHOST_BACKEND_F_IOTLB_BATCH 0x2 macro
/openbmc/linux/include/uapi/linux/
H A Dvhost_types.h175 #define VHOST_BACKEND_F_IOTLB_BATCH 0x2 macro
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c168 if (s->backend_cap & (0x1ULL << VHOST_BACKEND_F_IOTLB_BATCH) && in vhost_vdpa_iotlb_batch_begin_once()
182 if (!(s->backend_cap & (0x1ULL << VHOST_BACKEND_F_IOTLB_BATCH))) { in vhost_vdpa_listener_commit()
849 0x1ULL << VHOST_BACKEND_F_IOTLB_BATCH | in vhost_vdpa_set_backend_cap()
/openbmc/linux/drivers/vhost/
H A Dvdpa.c31 (1ULL << VHOST_BACKEND_F_IOTLB_BATCH) |