Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dvhost_types.h192 #define VHOST_BACKEND_F_DESC_ASID 0x7 macro
/linux-6.12.1/drivers/vhost/
Dvdpa.c790 BIT_ULL(VHOST_BACKEND_F_DESC_ASID) | in vhost_vdpa_unlocked_ioctl()
802 if ((features & BIT_ULL(VHOST_BACKEND_F_DESC_ASID)) && in vhost_vdpa_unlocked_ioctl()
805 if ((features & BIT_ULL(VHOST_BACKEND_F_DESC_ASID)) && in vhost_vdpa_unlocked_ioctl()
865 features |= BIT_ULL(VHOST_BACKEND_F_DESC_ASID); in vhost_vdpa_unlocked_ioctl()