Searched refs:PHYS_CACHEABILITY_MASK (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dpmap_common.c100 current = pmap_phys_attributes[pai] & PHYS_CACHEABILITY_MASK;
101 pmap_phys_attributes[pai] &= ~PHYS_CACHEABILITY_MASK;
H A Dpmap_internal.h392 #define PHYS_CACHEABILITY_MASK (INTEL_PTE_PTA | INTEL_PTE_NCACHE) macro
H A Dpmap_x86_common.c385 pmap_update_pte(ptep, PHYS_CACHEABILITY_MASK, attributes);

Completed in 55 milliseconds