Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h78 mmu_btop(PTE_GET((p), PTE_IS_LGPG((p), (l)) ? PT_PADDR_LGPG : PT_PADDR))
87 #define PT_PADDR_LGPG (0x000fffffffffe000ull) /* phys addr for large pages */ macro
H A Dhat_kdi.c194 *pap = kdi_mtop(pte & PT_PADDR_LGPG); in kdi_vtop()
H A Dhtable.c2072 x86pte_t pfn_mask = (l != 0) ? PT_PADDR_LGPG : PT_PADDR; in x86pte_set()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c401 mfn = mmu_btop(pte & PT_PADDR_LGPG); in pte2mfn()
616 PT_PADDR_LGPG); in do_va2pa()
784 pte &= PT_PADDR_LGPG; in do_report_maps()
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c98 #define PT_PADDR_LGPG 0x000fffffffffe000ull macro
763 pte &= PT_PADDR_LGPG; in xkb_pte_to_base_mfn()