Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dvhost_types.h72 #define VHOST_ACCESS_WO 0x2 macro
/linux-6.12.1/drivers/vhost/
Dvhost.c1171 VHOST_ACCESS_WO); in vhost_copy_to_user()
1444 if ((access & VHOST_ACCESS_WO) && in umem_access_ok()
1694 VHOST_ACCESS_WO : VHOST_ACCESS_RO; in vhost_vq_meta_update()
2293 len, iov, 64, VHOST_ACCESS_WO); in log_used()
2533 access = VHOST_ACCESS_WO; in get_indirect()
2547 if (access == VHOST_ACCESS_WO) { in get_indirect()
2653 access = VHOST_ACCESS_WO; in vhost_get_vq_desc()
2665 if (access == VHOST_ACCESS_WO) { in vhost_get_vq_desc()
Dvdpa.c933 if (map->perm & VHOST_ACCESS_WO) in vhost_vdpa_pa_unmap()
975 case VHOST_ACCESS_WO: in perm_to_iommu_flags()
1114 if (perm & VHOST_ACCESS_WO) in vhost_vdpa_pa_map()