Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_lib.h48 #define MMU_BTOPR(x) MMU_BTOP((x) + MMU_PAGE_OFFSET) macro
H A Dpx_fdvma.c63 npages = MMU_BTOPR(len + offset); in px_fdvma_load()
H A Dpx_mmu.c287 ret = px_mmu_map_pages(mmu_p, mp, dvma_pg, MMU_BTOPR(win_size), in px_mmu_map_window()
H A Dpx_dma.c463 mp->dmai_ndvmapages = MMU_BTOPR(offset + mp->dmai_object.dmao_size); in px_dma_type()
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c680 end = MMU_BTOPR(off + len - 1); in px_lib_dma_sync()