Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/iommufd/
Dio_pagetable.c784 int iopt_reserve_iova(struct io_pagetable *iopt, unsigned long start, in iopt_reserve_iova() function
1062 rc = iopt_reserve_iova(iopt, 0, geometry->aperture_start - 1, in iopt_table_add_domain()
1068 rc = iopt_reserve_iova(iopt, geometry->aperture_end + 1, in iopt_table_add_domain()
1406 rc = iopt_reserve_iova(iopt, resv->start, in iopt_table_enforce_dev_resv_regions()
Diommufd_private.h97 int iopt_reserve_iova(struct io_pagetable *iopt, unsigned long start,
Dselftest.c846 rc = iopt_reserve_iova(&ioas->iopt, start, start + length - 1, NULL); in iommufd_test_add_reserved()