Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h52 #define PTE_IS_LGPG(p, l) ((l) > 0 && PTE_GET((p), PT_PAGESIZE)) macro
78 mmu_btop(PTE_GET((p), PTE_IS_LGPG((p), (l)) ? PT_PADDR_LGPG : PT_PADDR))
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c102 #define PTE_IS_LGPG(p, l) ((l) > 0 && ((p) & PT_PAGESIZE)) macro
762 if (PTE_IS_LGPG(pte, level)) { in xkb_pte_to_base_mfn()
805 if (PTE_IS_LGPG(pte, level)) { in xkb_va_to_mfn()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c614 if (PTE_IS_LGPG(pte, level)) in do_va2pa()