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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c494 char *pmap_phys_attributes; variable
1410 pmap_phys_attributes = (char *) addr;
1423 pmap_phys_attributes[pn] |= PHYS_MANAGED;
1489 #define managed_page(x) ( (unsigned int)x <= last_managed_page && (pmap_phys_attributes[x] & PHYS_MANAGED) )
2016 pmap_phys_attributes[pai] |=
2344 pmap_phys_attributes[pai] |= *pte & (PHYS_MODIFIED|PHYS_REFERENCED);
2754 pmap_phys_attributes[pai] |= oattr;
3604 pmap_phys_attributes[pai] &= ~bits;
3649 if ( (pmap_phys_attributes[pai] & bits) == bits)
3656 attributes = pmap_phys_attributes[pa
[all...]

Completed in 24 milliseconds