Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/pseries/
H A Dplpar_iommu.c220 bus_addr_t pageround; in phyp_iommu_unmap() local
226 pageround = trunc_page(segs[i].ds_addr); in phyp_iommu_unmap()
231 phyp_hcall(H_STUFF_TCE, window->map->iobn, pageround, 0, in phyp_iommu_unmap()
236 pageround + j, 0); in phyp_iommu_unmap()
239 vmem_xfree(window->map->vmem, pageround, roundedsize); in phyp_iommu_unmap()