Searched defs:PFN_IS_FOREIGN_MFN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h97 #define PFN_IS_FOREIGN_MFN (1ul << 51) macro
99 #define PFN_IS_FOREIGN_MFN (1ul << 31) macro
105 ((pfn & PFN_IS_FOREIGN_MFN) ? \
106 ((pfn_to_pa(pfn & ~PFN_IS_FOREIGN_MFN) | mmu.pte_bits[l]) | \

Completed in 48 milliseconds