Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dvhost_types.h56 #define VHOST_ACCESS_WO 0x2 macro
/linux-5.19.10/drivers/vhost/
Dvhost.c832 VHOST_ACCESS_WO); in vhost_copy_to_user()
1079 if ((access & VHOST_ACCESS_WO) && in umem_access_ok()
1331 VHOST_ACCESS_WO : VHOST_ACCESS_RO; in vhost_vq_meta_update()
1928 len, iov, 64, VHOST_ACCESS_WO); in log_used()
2168 access = VHOST_ACCESS_WO; in get_indirect()
2182 if (access == VHOST_ACCESS_WO) { in get_indirect()
2309 access = VHOST_ACCESS_WO; in vhost_get_vq_desc()
2321 if (access == VHOST_ACCESS_WO) { in vhost_get_vq_desc()
Dvdpa.c668 if (map->perm & VHOST_ACCESS_WO) in vhost_vdpa_pa_unmap()
709 case VHOST_ACCESS_WO: in perm_to_iommu_flags()
856 if (perm & VHOST_ACCESS_WO) in vhost_vdpa_pa_map()