Searched refs:pmap_phys_attributes (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dpmap_common.c100 current = pmap_phys_attributes[pai] & PHYS_CACHEABILITY_MASK;
101 pmap_phys_attributes[pai] &= ~PHYS_CACHEABILITY_MASK;
102 pmap_phys_attributes[pai] |= template;
122 unsigned int attr = pmap_phys_attributes[ppn_to_pai(pn)];
144 if (pmap_phys_attributes[pai] & PHYS_NOENCRYPT)
161 pmap_phys_attributes[pai] |= PHYS_NOENCRYPT;
180 if (pmap_phys_attributes[pai] & PHYS_NOENCRYPT) {
183 pmap_phys_attributes[pai] &= ~PHYS_NOENCRYPT;
376 pmap_phys_attributes[pai] |= bits;
524 refmod = pmap_phys_attributes[p
[all...]
H A Dpmap_x86_common.c699 pmap_phys_attributes[pai] |= oattr;
758 pmap_phys_attributes[pai] |= PHYS_INTERNAL;
760 pmap_phys_attributes[pai] &= ~PHYS_INTERNAL;
763 pmap_phys_attributes[pai] |= PHYS_REUSABLE;
765 pmap_phys_attributes[pai] &= ~PHYS_REUSABLE;
1056 pmap_phys_attributes[pai] |=
1378 pmap_phys_attributes[pai] |=
1437 pmap_phys_attributes[pai] |=
1561 pmap_phys_attributes[pai] |= attributes;
1562 pmap_phys_attributes[pa
[all...]
H A Dpmap_internal.h373 (pmap_phys_attributes[x] & PHYS_MANAGED))
375 (IS_MANAGED_PAGE(x) && (pmap_phys_attributes[x] & PHYS_INTERNAL))
377 (IS_MANAGED_PAGE(x) && (pmap_phys_attributes[x] & PHYS_REUSABLE))
447 extern char *pmap_phys_attributes;
661 pmap_phys_attributes[ppn_to_pai(ppn)] |= (PHYS_MODIFIED | PHYS_REFERENCED);
766 pmap_phys_attributes[ppn_to_pai(*ppnp)] |= (PHYS_MODIFIED | PHYS_REFERENCED);
841 pmap_phys_attributes[ppn_to_pai(*ppnp)] |= (PHYS_MODIFIED | PHYS_REFERENCED);
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c202 char *pmap_phys_attributes; variable
695 pmap_phys_attributes = (char *) addr;
706 pmap_phys_attributes[pn] |= PHYS_MANAGED;
712 pmap_phys_attributes[pn] |= PHYS_NOENCRYPT;
719 pmap_phys_attributes[ppn] |= PHYS_NOENCRYPT;

Completed in 113 milliseconds