Searched refs:iopt_reserve_iova (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/iommu/iommufd/ |
H A D | io_pagetable.c | 612 int iopt_reserve_iova(struct io_pagetable *iopt, unsigned long start, in iopt_reserve_iova() function 890 rc = iopt_reserve_iova(iopt, 0, geometry->aperture_start - 1, in iopt_table_add_domain() 896 rc = iopt_reserve_iova(iopt, geometry->aperture_end + 1, in iopt_table_add_domain() 1234 rc = iopt_reserve_iova(iopt, resv->start, in iopt_table_enforce_dev_resv_regions()
|
H A D | iommufd_private.h | 84 int iopt_reserve_iova(struct io_pagetable *iopt, unsigned long start,
|
H A D | selftest.c | 522 rc = iopt_reserve_iova(&ioas->iopt, start, start + length - 1, NULL); in iommufd_test_add_reserved()
|