Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iommu/iommufd/
Dio_pagetable.c592 int iopt_reserve_iova(struct io_pagetable *iopt, unsigned long start, in iopt_reserve_iova() function
870 rc = iopt_reserve_iova(iopt, 0, geometry->aperture_start - 1, in iopt_table_add_domain()
876 rc = iopt_reserve_iova(iopt, geometry->aperture_end + 1, in iopt_table_add_domain()
1201 rc = iopt_reserve_iova(iopt, resv->start, in iopt_table_enforce_dev_resv_regions()
Diommufd_private.h84 int iopt_reserve_iova(struct io_pagetable *iopt, unsigned long start,
Dselftest.c507 rc = iopt_reserve_iova(&ioas->iopt, start, start + length - 1, NULL); in iommufd_test_add_reserved()