Home
last modified time | relevance | path

Searched refs:domain_alloc_nested (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/iommu/iommufd/
Dhw_pagetable.c230 !user_data->len || !ops->domain_alloc_nested) in iommufd_hwpt_nested_alloc()
245 hwpt->domain = ops->domain_alloc_nested( in iommufd_hwpt_nested_alloc()
Dselftest.c707 .domain_alloc_nested = mock_domain_alloc_nested,
/linux-6.14.4/include/linux/
Diommu.h624 struct iommu_domain *(*domain_alloc_nested)( member
/linux-6.14.4/drivers/iommu/intel/
Diommu.c4464 .domain_alloc_nested = intel_iommu_domain_alloc_nested,