Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h104 #define PT_NOCACHE (0x010) /* page is not cacheable (non-PAT) */ macro
/titanic_44/usr/src/uts/i86xpv/boot/
H A Dboot_xconsole.c53 #define PTE_DEV_BITS (PT_VALID | PT_WRITABLE | PT_NOCACHE | PT_NOCONSIST | \
/titanic_44/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c460 if (PTE_GET(pte, PT_NOCACHE)) in do_pte_dcmd()
/titanic_44/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1096 PTE_SET(pte, PT_NOCACHE); in hati_mkpte()
1101 PTE_SET(pte, PT_NOCACHE); in hati_mkpte()
1288 PT_NOCACHE | PT_PAT_4K | PT_PAT_LARGE | PT_IGNORE | PT_REF | PT_MOD)
/titanic_44/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c574 pteval |= PT_NOCACHE; /* for video RAM */ in map_ma_at_va()