Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dvhost_types.h183 #define VHOST_BACKEND_F_RESUME 0x5 macro
/linux-6.12.1/drivers/vhost/
Dvdpa.c793 BIT_ULL(VHOST_BACKEND_F_RESUME) | in vhost_vdpa_unlocked_ioctl()
799 if ((features & BIT_ULL(VHOST_BACKEND_F_RESUME)) && in vhost_vdpa_unlocked_ioctl()
863 features |= BIT_ULL(VHOST_BACKEND_F_RESUME); in vhost_vdpa_unlocked_ioctl()