Home
last modified time | relevance | path

Searched refs:VHOST_BACKEND_F_RESUME (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dvhost_types.h183 #define VHOST_BACKEND_F_RESUME 0x5 macro
/openbmc/linux/include/uapi/linux/
H A Dvhost_types.h183 #define VHOST_BACKEND_F_RESUME 0x5 macro
/openbmc/linux/drivers/vhost/
H A Dvdpa.c703 BIT_ULL(VHOST_BACKEND_F_RESUME) | in vhost_vdpa_unlocked_ioctl()
709 if ((features & BIT_ULL(VHOST_BACKEND_F_RESUME)) && in vhost_vdpa_unlocked_ioctl()
764 features |= BIT_ULL(VHOST_BACKEND_F_RESUME); in vhost_vdpa_unlocked_ioctl()