Home
last modified time | relevance | path

Searched refs:pmap_disconnect_options (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/osfmk/i386/
H A Dpmap_common.c621 return pmap_disconnect_options(pa, 0, NULL); in pmap_disconnect()
634 pmap_disconnect_options(ppnum_t pa, unsigned int options, void *arg) in pmap_disconnect_options() function
/xnu-8019.80.24/osfmk/vm/
H A Dpmap.h322 extern unsigned int(pmap_disconnect_options)( /* disconnect mappings and return reference and cha…
H A Dvm_object.c1740pmap_disconnect_options(VM_PAGE_GET_PHYS_PAGE(p), PMAP_OPTIONS_NOFLUSH | PMAP_OPTIONS_NOREFMOD, (v… in vm_object_reap_pages()
7604 refmod_state = pmap_disconnect_options(VM_PAGE_GET_PHYS_PAGE(p), pmap_flags, NULL); in vm_object_compressed_freezer_pageout()
7813 refmod_state = pmap_disconnect_options(VM_PAGE_GET_PHYS_PAGE(p), in vm_object_pageout()
H A Dvm_pageout.c1344 refmod_state = pmap_disconnect_options(phys_page, pmap_options, NULL); in vm_pageout_page_queue()
3590 refmod_state = pmap_disconnect_options(VM_PAGE_GET_PHYS_PAGE(m), in vm_pageout_scan()
H A Dvm_resident.c7073 pmap_disconnect_options(VM_PAGE_GET_PHYS_PAGE(m), PMAP_OPTIONS_COMPRESSOR, NULL); in hibernate_flush_queue()
/xnu-8019.80.24/osfmk/arm/
H A Dpmap.c7636 pmap_disconnect_options( function