Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dvhost_types.h56 #define VHOST_ACCESS_WO 0x2 macro
/Linux-v5.10/drivers/vhost/
Dvhost.c834 VHOST_ACCESS_WO); in vhost_copy_to_user()
1081 if ((access & VHOST_ACCESS_WO) && in umem_access_ok()
1313 VHOST_ACCESS_WO : VHOST_ACCESS_RO; in vhost_vq_meta_update()
1910 len, iov, 64, VHOST_ACCESS_WO); in log_used()
2150 access = VHOST_ACCESS_WO; in get_indirect()
2164 if (access == VHOST_ACCESS_WO) { in get_indirect()
2291 access = VHOST_ACCESS_WO; in vhost_get_vq_desc()
2303 if (access == VHOST_ACCESS_WO) { in vhost_get_vq_desc()
Dvdpa.c517 if (map->perm & VHOST_ACCESS_WO) in vhost_vdpa_iotlb_unmap()
540 case VHOST_ACCESS_WO: in perm_to_iommu_flags()
633 if (msg->perm & VHOST_ACCESS_WO) in vhost_vdpa_process_iotlb_update()