Searched refs:VHOST_BACKEND_F_IOTLB_BATCH (Results 1 – 4 of 4) sorted by relevance
175 #define VHOST_BACKEND_F_IOTLB_BATCH 0x2 macro
168 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()
31 (1ULL << VHOST_BACKEND_F_IOTLB_BATCH) |