Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.c486 PX_SET_MP_PFN1(mp, i, pfn); in px_dma_pgpfn()
498 PX_SET_MP_PFN1(mp, i, pfn); in px_dma_pgpfn()
531 PX_SET_MP_PFN1(mp, i, pfn); in px_dma_vapfn()
600 PX_SET_MP_PFN1(mp, i, pfn - pfn_adj); in px_dma_pfn()
H A Dpx_dma.h260 #define PX_SET_MP_PFN1(mp, page_no, pfn) { \ macro