Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/iommufd/
H A Dio_pagetable.c604 int iopt_reserve_iova(struct io_pagetable *iopt, unsigned long start, in iopt_reserve_iova() function
882 rc = iopt_reserve_iova(iopt, 0, geometry->aperture_start - 1, in iopt_table_add_domain()
888 rc = iopt_reserve_iova(iopt, geometry->aperture_end + 1, in iopt_table_add_domain()
1226 rc = iopt_reserve_iova(iopt, resv->start, in iopt_table_enforce_dev_resv_regions()
H A Diommufd_private.h84 int iopt_reserve_iova(struct io_pagetable *iopt, unsigned long start,
H A Dselftest.c507 rc = iopt_reserve_iova(&ioas->iopt, start, start + length - 1, NULL); in iommufd_test_add_reserved()