Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/powerpc/pseries/
HDplpar_iommu.c222 bus_size_t roundedsize; in phyp_iommu_unmap() local
228 roundedsize = round_page(segs[i].ds_len + in phyp_iommu_unmap()
233 roundedsize/PAGE_SIZE); in phyp_iommu_unmap()
235 for (j = 0; j < roundedsize; j += PAGE_SIZE) in phyp_iommu_unmap()
240 vmem_xfree(window->map->vmem, pageround, roundedsize); in phyp_iommu_unmap()