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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dpmap.h398 extern unsigned int pmap_get_refmod(ppnum_t pn);
H A Dvm_pageout.c1766 refmod_state = pmap_get_refmod(m->phys_page);
1802 * Make sure we call pmap_get_refmod() if it
1807 refmod_state = pmap_get_refmod(m->phys_page);
1828 * pmap_get_refmod() and updated both
2798 refmod_state = pmap_get_refmod(dst_page->phys_page);
3241 refmod_state = pmap_get_refmod(dst_page->phys_page);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dhibernate.c115 refmod_state = pmap_get_refmod(m->phys_page);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c1509 * pmap_get_refmod(phys)
1514 pmap_get_refmod(ppnum_t pa) function
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c2444 return (pmap_get_refmod(pa)); /* return ref/chg status */
3807 * pmap_get_refmod(phys)
3812 pmap_get_refmod(ppnum_t pa) function

Completed in 38 milliseconds