Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dvhost_types.h181 #define VHOST_BACKEND_F_SUSPEND 0x4 macro
/linux/drivers/vhost/
H A Dvdpa.c792 BIT_ULL(VHOST_BACKEND_F_SUSPEND) | in vhost_vdpa_unlocked_ioctl()
796 if ((features & BIT_ULL(VHOST_BACKEND_F_SUSPEND)) && in vhost_vdpa_unlocked_ioctl()
861 features |= BIT_ULL(VHOST_BACKEND_F_SUSPEND); in vhost_vdpa_unlocked_ioctl()