Home
last modified time | relevance | path

Searched refs:PHYS_NCACHE (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.101.15/osfmk/i386/
H A Dpmap_common.c93 template |= PHYS_NCACHE; in pmap_set_cache_attributes()
121 if ((template & PHYS_NCACHE) && !(current & PHYS_NCACHE)) { in pmap_set_cache_attributes()
154 if (attr & PHYS_NCACHE) { in pmap_get_cache_attributes()
H A Dpmap_internal.h445 #define PHYS_NCACHE INTEL_PTE_NCACHE macro