Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h113 #define PT_WRITETHRU (0x008) /* write back caching is disabled (non-PAT) */ macro
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_rvi.c71 return (PT_NOCACHE | PT_WRITETHRU); in rvi_attr_to_pat()
/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Din_guest.c41 #define PT_WRITETHRU 0x08 macro
104 *ptep |= PT_WRITETHRU | PT_NOCACHE; in populate_identity_table()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c463 if (PTE_GET(pte, PT_WRITETHRU)) in do_pte_dcmd()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1614 PTE_SET(pte, PT_WRITETHRU); in hati_mkpte()
1796 (PT_PADDR | PT_NX | PT_WRITABLE | PT_WRITETHRU | \