Home
last modified time | relevance | path

Searched refs:pmap_get_refmod (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/osfmk/i386/
H A Dpmap_common.c592 pmap_get_refmod(ppnum_t pn) in pmap_get_refmod() function
/xnu-11215/osfmk/vm/
H A Dpmap.h578 extern unsigned int pmap_get_refmod(ppnum_t pn);
H A Dvm_pageout.c1443 refmod_state = pmap_get_refmod(phys_page);
3535 refmod_state = pmap_get_refmod(VM_PAGE_GET_PHYS_PAGE(m));
3641 refmod_state = pmap_get_refmod(VM_PAGE_GET_PHYS_PAGE(m));
6056 refmod_state = pmap_get_refmod(phys_page);
6405 refmod_state = pmap_get_refmod(phys_page);
H A Dvm_resident.c7359 refmod_state = pmap_get_refmod(VM_PAGE_GET_PHYS_PAGE(m)); in hibernate_flush_queue()
7738 refmod_state = pmap_get_refmod(VM_PAGE_GET_PHYS_PAGE(m)); in hibernate_consider_discard()
H A Dvm_object.c873 refmod_state = pmap_get_refmod(VM_PAGE_GET_PHYS_PAGE(p)); in vm_object_page_grab()
/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap.c6943 pmap_get_refmod( function
7053 return pmap_get_refmod(pn);
7070 return pmap_get_refmod(pn); /* return ref/chg status */
11807 unsigned int bits = pmap_get_refmod((ppnum_t)atop(pa));
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.c7607 pmap_get_refmod( function
7717 return pmap_get_refmod(pn);
7734 return pmap_get_refmod(pn); /* return ref/chg status */
14720 unsigned int bits = pmap_get_refmod((ppnum_t)atop(pa));