Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_rvi.c40 bits |= PT_NX; in rvi_prot()
54 if ((pte & PT_NX) == 0) in rvi_pte_prot()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h85 #define PT_NX (0x8000000000000000ull) macro
H A Dhat_i86.c845 mmu.pt_nx = PT_NX; in mmu_init()
1796 (PT_PADDR | PT_NX | PT_WRITABLE | PT_WRITETHRU | \
3554 if (!PTE_GET(pte, PT_NX)) in hat_share()