Searched refs:pmap_disconnect_options (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | pmap_common.c | 621 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 D | pmap.h | 322 extern unsigned int(pmap_disconnect_options)( /* disconnect mappings and return reference and cha…
|
| H A D | vm_object.c | 1740 …pmap_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 D | vm_pageout.c | 1344 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 D | vm_resident.c | 7073 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 D | pmap.c | 7636 pmap_disconnect_options( function
|