Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dvhost_types.h194 #define VHOST_BACKEND_F_IOTLB_PERSIST 0x8 macro
/linux-6.12.1/drivers/vhost/
Dvdpa.c238 VHOST_BACKEND_F_IOTLB_PERSIST) ? in _compat_vdpa_reset()
460 vhost_vdpa_get_backend_features(v) & BIT_ULL(VHOST_BACKEND_F_IOTLB_PERSIST); in vhost_vdpa_has_persistent_map()
791 BIT_ULL(VHOST_BACKEND_F_IOTLB_PERSIST) | in vhost_vdpa_unlocked_ioctl()
808 if ((features & BIT_ULL(VHOST_BACKEND_F_IOTLB_PERSIST)) && in vhost_vdpa_unlocked_ioctl()
867 features |= BIT_ULL(VHOST_BACKEND_F_IOTLB_PERSIST); in vhost_vdpa_unlocked_ioctl()