Searched refs:VHOST_MAP_RO (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/include/linux/ |
D | vhost_iotlb.h | 14 #define VHOST_MAP_RO 0x1 macro
|
/linux-5.19.10/drivers/vhost/ |
D | vringh.c | 1150 len, iov, 16, VHOST_MAP_RO); in copy_from_iotlb() 1187 &iov, 1, VHOST_MAP_RO); in getu16_iotlb()
|
D | vhost.c | 1378 return iotlb_access_ok(vq, VHOST_MAP_RO, (u64)(uintptr_t)vq->desc, in vq_meta_prefetch() 1380 iotlb_access_ok(vq, VHOST_MAP_RO, (u64)(uintptr_t)vq->avail, in vq_meta_prefetch()
|
/linux-5.19.10/drivers/vdpa/mlx5/core/ |
D | mr.c | 67 MLX5_SET(mkc, mkc, lr, !!(mr->perm & VHOST_MAP_RO)); in create_direct_mr()
|
/linux-5.19.10/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim.c | 126 perm = VHOST_MAP_RO; in dir_to_perm()
|