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

/xnu-2782.1.97/osfmk/i386/
H A Dpmap_common.c454 phys_attribute_clear(pn, PHYS_REFERENCED, 0, NULL);
460 phys_attribute_set(pn, PHYS_REFERENCED);
473 if (phys_attribute_test(pn, PHYS_REFERENCED))
490 refmod = phys_attribute_test(pn, PHYS_MODIFIED | PHYS_REFERENCED);
494 if (refmod & PHYS_REFERENCED)
507 | ((mask & VM_MEM_REFERENCED)? PHYS_REFERENCED : 0));
523 | ((mask & VM_MEM_REFERENCED)? PHYS_REFERENCED : 0));
553 refmod = pmap_phys_attributes[pa] & (PHYS_MODIFIED | PHYS_REFERENCED);
557 if (refmod & PHYS_REFERENCED)
H A Dpmap_internal.h387 #define PHYS_REFERENCED INTEL_PTE_REF /* page referenced */ macro
666 pmap_phys_attributes[ppn_to_pai(ppn)] |= (PHYS_MODIFIED | PHYS_REFERENCED);
771 pmap_phys_attributes[ppn_to_pai(*ppnp)] |= (PHYS_MODIFIED | PHYS_REFERENCED);
846 pmap_phys_attributes[ppn_to_pai(*ppnp)] |= (PHYS_MODIFIED | PHYS_REFERENCED);
H A Dpmap_x86_common.c674 oattr = (char) (old_pte & (PHYS_MODIFIED | PHYS_REFERENCED));
1060 (char) (*cpte & (PHYS_MODIFIED | PHYS_REFERENCED));
1390 *pte & (PHYS_MODIFIED|PHYS_REFERENCED);
1449 *pte & (PHYS_MODIFIED|PHYS_REFERENCED);
1564 PHYS_REFERENCED));

Completed in 27 milliseconds