Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Diommufd.h34 IOMMUFD_OBJ_IOAS, enumerator
/linux-6.15/drivers/iommu/iommufd/
H A 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()
H A Dmain.c514 [IOMMUFD_OBJ_IOAS] = {
H A Diommufd_private.h270 IOMMUFD_OBJ_IOAS), in iommufd_get_ioas()
H A Dhw_pagetable.c366 if (pt_obj->type == IOMMUFD_OBJ_IOAS) { in iommufd_hwpt_alloc()
H A Ddevice.c911 case IOMMUFD_OBJ_IOAS: { in iommufd_device_change_pt()
/linux-6.15/Documentation/userspace-api/
H A Diommufd.rst35 - IOMMUFD_OBJ_IOAS, representing an I/O address space (IOAS), allowing map/unmap
187 1. IOMMUFD_OBJ_IOAS is created via the IOMMU_IOAS_ALLOC uAPI. An iommufd can
265 - iommufd_ioas for IOMMUFD_OBJ_IOAS.