Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vfio/
Dvfio_iommu_spapr_tce.c399 unsigned long *pua = IOMMU_TABLE_USERSPACE_ENTRY(tbl, entry); in tce_iommu_unuse_page_v2() local
401 if (!pua || !current || !current->mm) in tce_iommu_unuse_page_v2()
404 ret = tce_iommu_prereg_ua_to_hpa(*pua, IOMMU_PAGE_SIZE(tbl), in tce_iommu_unuse_page_v2()
408 __func__, *pua, entry, ret); in tce_iommu_unuse_page_v2()
412 *pua = 0; in tce_iommu_unuse_page_v2()
516 unsigned long *pua = IOMMU_TABLE_USERSPACE_ENTRY(tbl, in tce_iommu_build_v2() local
551 *pua = tce; in tce_iommu_build_v2()