Home
last modified time | relevance | path

Searched refs:PT_PAT_4K (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h118 #define PT_PAT_4K (0x080) /* at level 0, used for write combining */ macro
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c2065 pte_bits |= PT_PAT_4K; in build_page_tables()
2073 pte_bits &= ~PT_PAT_4K; in build_page_tables()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c456 if (PTE_GET(pte, PT_PAT_4K)) in do_pte_dcmd()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1612 PTE_SET(pte, (level == 0) ? PT_PAT_4K : PT_PAT_LARGE); in hati_mkpte()
1797 PT_NOCACHE | PT_PAT_4K | PT_PAT_LARGE | PT_IGNORE | PT_REF | PT_MOD)