Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A Dpmap_internal.h431 (IS_MANAGED_PAGE(x) && ((unsigned long long)pmap_phys_attributes[x] & PHYS_INTERNAL))
448 #define PHYS_INTERNAL INTEL_PTE_WTHRU /* page from internal object */ macro
H A Dpmap_x86_common.c1050 pmap_phys_attributes[pai] |= PHYS_INTERNAL; in pmap_enter_options()
1052 pmap_phys_attributes[pai] &= ~PHYS_INTERNAL; in pmap_enter_options()