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

/darwin-on-arm/xnu/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;
505 refmod = pmap_phys_attributes[p
[all...]
H A Dpmap_x86_common.c652 pmap_phys_attributes[pai] |= oattr;
946 pmap_phys_attributes[pai] |=
1203 pmap_phys_attributes[pai] |=
1239 pmap_phys_attributes[pai] |=
1352 pmap_phys_attributes[pai] |= attributes;
1353 pmap_phys_attributes[pai] &= (~bits);
1397 if ((pmap_phys_attributes[pai] & bits) == bits)
1404 attributes = pmap_phys_attributes[pai] & bits;
1434 pmap_phys_attributes[pai] |= attributes;
H A Dpmap_internal.h369 (pmap_phys_attributes[x] & PHYS_MANAGED))
437 extern char *pmap_phys_attributes;
651 pmap_phys_attributes[ppn_to_pai(ppn)] |= (PHYS_MODIFIED | PHYS_REFERENCED);
756 pmap_phys_attributes[ppn_to_pai(*ppnp)] |= (PHYS_MODIFIED | PHYS_REFERENCED);
831 pmap_phys_attributes[ppn_to_pai(*ppnp)] |= (PHYS_MODIFIED | PHYS_REFERENCED);
H A Dpmap.c218 char *pmap_phys_attributes; variable
917 pmap_phys_attributes = (char *) addr;
931 pmap_phys_attributes[pn] |= PHYS_MANAGED;
937 pmap_phys_attributes[pn] |= PHYS_NOENCRYPT;
946 pmap_phys_attributes[ppn] |= PHYS_NOENCRYPT;
1204 #define managed_page(x) ( (unsigned int)x <= last_managed_page && (pmap_phys_attributes[x] & PHYS_MANAGED) )
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c202 char *pmap_phys_attributes; variable
567 pmap_phys_attributes = (char *) addr;
578 pmap_phys_attributes[pn] |= PHYS_MANAGED;
584 pmap_phys_attributes[pn] |= PHYS_NOENCRYPT;
591 pmap_phys_attributes[ppn] |= PHYS_NOENCRYPT;

Completed in 82 milliseconds