Home
last modified time | relevance | path

Searched refs:IOMMUFD_OBJ_IOAS (Results 1 – 7 of 7) sorted by relevance

/linux-6.14.4/include/linux/
Diommufd.h32 IOMMUFD_OBJ_IOAS, enumerator
/linux-6.14.4/drivers/iommu/iommufd/
Dioas.c28 ioas = iommufd_object_alloc(ictx, ioas, IOMMUFD_OBJ_IOAS); in iommufd_ioas_alloc()
418 if (!obj || obj->type != IOMMUFD_OBJ_IOAS) in iommufd_take_all_iova_rwsem()
Dmain.c502 [IOMMUFD_OBJ_IOAS] = {
Diommufd_private.h247 IOMMUFD_OBJ_IOAS), in iommufd_get_ioas()
Dhw_pagetable.c352 if (pt_obj->type == IOMMUFD_OBJ_IOAS) { in iommufd_hwpt_alloc()
Ddevice.c763 case IOMMUFD_OBJ_IOAS: { in iommufd_device_change_pt()
/linux-6.14.4/Documentation/userspace-api/
Diommufd.rst35 - IOMMUFD_OBJ_IOAS, representing an I/O address space (IOAS), allowing map/unmap
172 1. IOMMUFD_OBJ_IOAS is created via the IOMMU_IOAS_ALLOC uAPI. An iommufd can
250 - iommufd_ioas for IOMMUFD_OBJ_IOAS.