Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/pseries/
H A Dplpar_iommu.c221 bus_size_t roundedsize; in phyp_iommu_unmap() local
227 roundedsize = round_page(segs[i].ds_len + in phyp_iommu_unmap()
232 roundedsize/PAGE_SIZE); in phyp_iommu_unmap()
234 for (j = 0; j < roundedsize; j += PAGE_SIZE) in phyp_iommu_unmap()
239 vmem_xfree(window->map->vmem, pageround, roundedsize); in phyp_iommu_unmap()