Home
last modified time | relevance | path

Searched refs:PT_PADDR (Results 1 – 8 of 8) 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))
86 #define PT_PADDR (0x000ffffffffff000ull) macro
H A Dhat_kdi.c197 *pap = kdi_mtop(pte & PT_PADDR); in kdi_vtop()
H A Dhtable.c2072 x86pte_t pfn_mask = (l != 0) ? PT_PADDR_LGPG : PT_PADDR; in x86pte_set()
2234 if (expect != 0 && (oldpte & PT_PADDR) != (expect & PT_PADDR)) in x86pte_inval()
2252 if (expect != 0 && (oldpte & PT_PADDR) != (expect & PT_PADDR)) in x86pte_inval()
H A Dhat_i86.c1796 (PT_PADDR | PT_NX | PT_WRITABLE | PT_WRITETHRU | \
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_ept.c81 return (mmu_btop(pte & PT_PADDR)); in ept_pte_pfn()
H A Dvmm_sol_rvi.c101 return (mmu_btop(pte & PT_PADDR)); in rvi_pte_pfn()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c403 mfn = mmu_btop(pte & PT_PADDR); in pte2mfn()
618 paddr = mdb_ma_to_pa(pte & PT_PADDR); in do_va2pa()
782 pte &= PT_PADDR; in do_report_maps()
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c99 #define PT_PADDR 0x000ffffffffff000ull macro
765 pte &= PT_PADDR; in xkb_pte_to_base_mfn()