Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
H A Dviommu.c274 u64 aligned_iova = PAGE_ALIGN_DOWN(base_iova); in iommufd_hw_queue_destroy_access() local
275 u64 offset = base_iova - aligned_iova; in iommufd_hw_queue_destroy_access()
277 iommufd_access_unpin_pages(access, aligned_iova, in iommufd_hw_queue_destroy_access()
311 u64 aligned_iova = PAGE_ALIGN_DOWN(cmd->nesting_parent_iova); in iommufd_hw_queue_alloc_phys() local
312 u64 offset = cmd->nesting_parent_iova - aligned_iova; in iommufd_hw_queue_alloc_phys()
347 rc = iommufd_access_pin_pages(access, aligned_iova, length, pages, 0); in iommufd_hw_queue_alloc_phys()
364 iommufd_access_unpin_pages(access, aligned_iova, length); in iommufd_hw_queue_alloc_phys()