Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_mmu.c243 kbm_map_ma(mfn_to_ma(xen_info->store_mfn), in xen_relocate_start_info()
381 return (mfn_to_ma(mfn) + (pa & MMU_PAGEOFFSET)); in pa_to_ma()
444 t.ptr = mfn_to_ma(mfn) | MMU_MACHPHYS_UPDATE; in reassign_pfn()
/illumos-gate/usr/src/uts/i86xpv/sys/
H A Dxen_mmu.h46 #define mfn_to_ma(mfn) ((maddr_t)(mfn) << MMU_PAGESHIFT) macro
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_comms.c296 kbm_map_ma(mfn_to_ma(xen_info->store_mfn), in xb_init()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1958 pte = mfn_to_ma(copy_mfn) | PT_NOCONSIST | PT_VALID; in relocate_boot_archive()
1967 t[0].ptr = mfn_to_ma(copy_mfn) | MMU_MACHPHYS_UPDATE; in relocate_boot_archive()
1969 t[1].ptr = mfn_to_ma(va_mfn) | MMU_MACHPHYS_UPDATE; in relocate_boot_archive()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c391 return (mfn_to_ma(mfn) | (pa & MMU_PAGEOFFSET)); in pa_to_ma()