Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h108 #define PT_PAT_4K (0x080) /* at level 0, used for write combining */ macro
/titanic_50/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c456 if (PTE_GET(pte, PT_PAT_4K)) in do_pte_dcmd()
/titanic_50/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1103 PTE_SET(pte, (level == 0) ? PT_PAT_4K : PT_PAT_LARGE); in hati_mkpte()
1288 PT_NOCACHE | PT_PAT_4K | PT_PAT_LARGE | PT_IGNORE | PT_REF | PT_MOD)