Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dvhost_types.h181 #define VHOST_BACKEND_F_SUSPEND 0x4 macro
/Linux-v6.6/drivers/vhost/
Dvdpa.c693 BIT_ULL(VHOST_BACKEND_F_SUSPEND) | in vhost_vdpa_unlocked_ioctl()
697 if ((features & BIT_ULL(VHOST_BACKEND_F_SUSPEND)) && in vhost_vdpa_unlocked_ioctl()
753 features |= BIT_ULL(VHOST_BACKEND_F_SUSPEND); in vhost_vdpa_unlocked_ioctl()