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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_resident.c3281 int refmod; local
3296 refmod = pmap_disconnect(m1->phys_page);
3298 refmod = 0;
3304 if (refmod & VM_MEM_REFERENCED)
3306 if (refmod & VM_MEM_MODIFIED)
H A Dvm_pageout.c4981 int refmod; local
5013 refmod = pmap_disconnect(dst_page->phys_page);
5015 refmod = 0;
5021 if (refmod & VM_MEM_REFERENCED)
5023 if (refmod & VM_MEM_MODIFIED)
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c3814 int refmod; local
3817 refmod = phys_attribute_test(pa, PHYS_MODIFIED | PHYS_REFERENCED);
3819 if (refmod & PHYS_MODIFIED)
3821 if (refmod & PHYS_REFERENCED)

Completed in 71 milliseconds