Home
last modified time | relevance | path

Searched refs:VHOST_BACKEND_F_RESUME (Results 1 – 2 of 2) sorted by path

/linux/drivers/vhost/
H A Dvdpa.c784 BIT_ULL(VHOST_BACKEND_F_RESUME) | in vhost_vdpa_unlocked_ioctl()
790 if ((features & BIT_ULL(VHOST_BACKEND_F_RESUME)) && in vhost_vdpa_unlocked_ioctl()
854 features |= BIT_ULL(VHOST_BACKEND_F_RESUME); in vhost_vdpa_unlocked_ioctl()
/linux/include/uapi/linux/
H A Dvhost_types.h183 #define VHOST_BACKEND_F_RESUME 0x5 macro