Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h114 #define PT_NOCACHE (0x010) /* page is not cacheable (non-PAT) */ macro
/illumos-gate/usr/src/uts/i86xpv/boot/
H A Dboot_xconsole.c53 #define PTE_DEV_BITS (PT_VALID | PT_WRITABLE | PT_NOCACHE | PT_NOCONSIST | \
/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.c42 #define PT_NOCACHE 0x10 macro
104 *ptep |= PT_WRITETHRU | PT_NOCACHE; in populate_identity_table()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c591 pteval |= PT_NOCACHE; /* for video RAM */ in map_ma_at_va()
2063 pte_bits |= PT_NOCACHE; in build_page_tables()
2071 pte_bits &= ~PT_NOCACHE; in build_page_tables()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c460 if (PTE_GET(pte, PT_NOCACHE)) in do_pte_dcmd()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1605 PTE_SET(pte, PT_NOCACHE); in hati_mkpte()
1610 PTE_SET(pte, PT_NOCACHE); in hati_mkpte()
1797 PT_NOCACHE | PT_PAT_4K | PT_PAT_LARGE | PT_IGNORE | PT_REF | PT_MOD)