Home
last modified time | relevance | path

Searched refs:PHYS_MANAGED (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/osfmk/i386/
H A Dpmap_common.c189 result = (0 != (pmap_phys_attributes[pn] & PHYS_MANAGED)); in pmap_has_managed_page()
H A Dpmap_internal.h429 ((unsigned long long)pmap_phys_attributes[x] & PHYS_MANAGED))
443 #define PHYS_MANAGED INTEL_PTE_VALID /* page is managed */ macro
/xnu-8792.61.2/osfmk/x86_64/
H A Dpmap.c865 pmap_phys_attributes[pn] |= PHYS_MANAGED; in pmap_init()