Home
last modified time | relevance | path

Searched refs:VHOST_BACKEND_F_DESC_ASID (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dvhost_types.h192 #define VHOST_BACKEND_F_DESC_ASID 0x7 macro
/linux/drivers/vhost/
H A Dvdpa.c781 BIT_ULL(VHOST_BACKEND_F_DESC_ASID) | in vhost_vdpa_unlocked_ioctl()
793 if ((features & BIT_ULL(VHOST_BACKEND_F_DESC_ASID)) && in vhost_vdpa_unlocked_ioctl()
796 if ((features & BIT_ULL(VHOST_BACKEND_F_DESC_ASID)) && in vhost_vdpa_unlocked_ioctl()
856 features |= BIT_ULL(VHOST_BACKEND_F_DESC_ASID); in vhost_vdpa_unlocked_ioctl()