Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dvhost_types.h179 #define VHOST_BACKEND_F_IOTLB_ASID 0x3 macro
/linux-6.12.1/drivers/vhost/
Dvdpa.c32 (1ULL << VHOST_BACKEND_F_IOTLB_ASID),
803 !(features & BIT_ULL(VHOST_BACKEND_F_IOTLB_ASID))) in vhost_vdpa_unlocked_ioctl()
Dvhost.c1521 VHOST_BACKEND_F_IOTLB_ASID)) { in vhost_chr_write_iter()