Home
last modified time | relevance | path

Searched refs:INTEL_PTE_NCACHE (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/osfmk/i386/
H A Dpmap_internal.h445 #define PHYS_NCACHE INTEL_PTE_NCACHE
447 #define PHYS_CACHEABILITY_MASK (INTEL_PTE_PAT | INTEL_PTE_NCACHE)
811 …if (!is_ept && ((cpte & (INTEL_PTE_NCACHE | INTEL_PTE_WTHRU | INTEL_PTE_PAT)) == (INTEL_PTE_NCACHE in pmap_classify_pagetable_corruption()
H A Dphys.c247 …pmap_store_pte(FALSE, debugger_ptep, debug_pa | INTEL_PTE_NCACHE | INTEL_PTE_RW | INTEL_PTE_REF | … in ml_copy_phys()
H A Dpmap.h270 #define INTEL_PTE_NCACHE 0x00000010ULL macro
418 #define PTE_NCACHE(is_ept) ((is_ept) ? INTEL_EPT_NCACHE : INTEL_PTE_NCACHE)
H A Dpmap_common.c72 if (cacheattr & INTEL_PTE_NCACHE) { in pmap_cache_attributes()
H A Dpmap_x86_common.c524 if (attributes & INTEL_PTE_NCACHE) { in pmap_update_cache_attributes_locked()
856 template |= INTEL_PTE_NCACHE; in pmap_enter_options()
1212 template |= INTEL_PTE_NCACHE; in pmap_enter_options()
2384 template |= INTEL_PTE_NCACHE; in pmap_map_bd()
/xnu-12377.61.12/osfmk/x86_64/
H A Dpmap.c2705 return (*ptep & (INTEL_PTE_NCACHE | INTEL_PTE_WIRED)) != (INTEL_PTE_NCACHE | INTEL_PTE_WIRED); in coredumpok()
3409 if (*ptep & (INTEL_PTE_NCACHE)) { in pmap_verify_noncacheable()