Home
last modified time | relevance | path

Searched refs:mach_vm_deallocate (Results 1 – 25 of 48) sorted by relevance

12

/xnu-11215.61.5/tools/tests/superpages/
H A Dtestsp.c228 kr = mach_vm_deallocate(mach_task_self(), global_addr, global_size); in test_deallocate()
265 kr = mach_vm_deallocate(mach_task_self(), addr, size); in test_allocate_size_any()
302 kr = mach_vm_deallocate(mach_task_self(), addr, size); in test_allocatefixed()
371 kr = mach_vm_deallocate(mach_task_self(), addr + PAGE_SIZE, size); in test_deallocatesubpage()
405 mach_vm_deallocate(mach_task_self(), addr, size); in test_reallocate()
409 kr = mach_vm_deallocate(mach_task_self(), addr, size); in test_reallocate()
446 kr = mach_vm_deallocate(mach_task_self(), addr, size); in test_wire()
483 kr = mach_vm_deallocate(mach_task_self(), addr, size); in test_unwire()
522 kr = mach_vm_deallocate(mach_task_self(), addr, size); in test_readonly()
561 kr = mach_vm_deallocate(mach_task_self(), addr, size); in test_readonlysubpage()
[all …]
H A Dmeasure_tlbs.c103 mach_vm_deallocate(mach_task_self(), addr, size); in testt()
/xnu-11215.61.5/tests/
H A Dkernel_inspection.c103 mach_vm_deallocate(mach_task_self(), in attempt_kernel_inspection()
117 mach_vm_deallocate(mach_task_self(), in attempt_kernel_inspection()
122 mach_vm_deallocate(mach_task_self(), in attempt_kernel_inspection()
183 mach_vm_deallocate(mach_task_self(),
195 mach_vm_deallocate(mach_task_self(),
202 mach_vm_deallocate(mach_task_self(),
H A Dvm_test_mach_map.c244 mach_vm_deallocate(mach_task_self(), in test_memory_entry_tagging()
251 mach_vm_deallocate(mach_task_self(), in test_memory_entry_tagging()
258 mach_vm_deallocate(mach_task_self(), in test_memory_entry_tagging()
368 mach_vm_deallocate(mach_task_self(), vmaddr1, vmsize1); in test_map_memory_entry()
373 mach_vm_deallocate(mach_task_self(), vmaddr2, vmsize2); in test_map_memory_entry()
1255 kr = mach_vm_deallocate(mach_task_self(), remap_address, remap_size);
1415 kr = mach_vm_deallocate(mach_task_self(), remap_address, remap_size);
1546 kr = mach_vm_deallocate(mach_task_self(), remap_address, remap_size);
1646 kr = mach_vm_deallocate(mach_task_self(), remap_address, remap_size);
1717 kr = mach_vm_deallocate(mach_task_self(), remap_address, remap_size);
[all …]
H A Dvm_phys_footprint.c209 kr = mach_vm_deallocate(mach_task_self(), in pre_warm_with_tag()
294 kr = mach_vm_deallocate(mach_task_self(), vm_addr, vm_size);
518 kr = mach_vm_deallocate(mach_task_self(), vm_addr, vm_size);
663 kr = mach_vm_deallocate(mach_task_self(), vm_addr, vm_size);
865 kr = mach_vm_deallocate(mach_task_self(), vm_addr, vm_size);
1061 kr = mach_vm_deallocate(mach_task_self(), vm_addr, vm_size);
1183 kr = mach_vm_deallocate(mach_task_self(), vm_addr, vm_size);
1349 kr = mach_vm_deallocate(mach_task_self(), vm_addr, vm_size);
1786 kr = mach_vm_deallocate(mach_task_self(),
H A Dphys_footprint_interval_max.c68 mach_vm_deallocate(mach_task_self(), addr, (mach_vm_size_t)ALLOC_SIZE_LARGE);
H A Dvoucher_traps.c137 kr = mach_vm_deallocate(mach_task_self(), alloc_addr, alloc_sz);
H A Dimm_pinned_control_port.c284 mach_vm_deallocate(mach_task_self(), in test_task_thread_port_values()
324 mach_vm_deallocate(mach_task_self(), in test_task_thread_port_values()
H A Dcorpse_backtrace.c187 mach_vm_deallocate(mach_task_self(), btinfo_begin, btinfo_size); in exc_handler_backtrace()
/xnu-11215.61.5/libsyscall/wrappers/
H A Dstackshot.c290mach_vm_deallocate(mach_task_self(), (mach_vm_offset_t)s_config->sc_buffer, (mach_vm_size_t)s_conf… in stackshot_config_dealloc_buffer()
318mach_vm_deallocate(mach_task_self(), (mach_vm_offset_t)s_config->sc_buffer, (mach_vm_size_t)s_conf… in stackshot_config_dealloc()
H A Dkdebug_trace.c78 mach_vm_deallocate(mach_task_self(), (mach_vm_offset_t)ptr, KDBG_TYPEFILTER_BITMAP_SIZE); in kdebug_typefilter()
/xnu-11215.61.5/tests/vm_memory_tests_src/
H A Dcommon.c71 mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)buffer, (mach_vm_size_t)sb.st_size); in mach_server_data_cleanup()
75 mach_vm_deallocate(mach_task_self(), src, size); in mach_server_data_cleanup()
H A Dvm_tests.c62 mach_vm_deallocate(mach_task_self(), tmp, size + 16384); in mach_vm_client()
165 mach_vm_deallocate(mach_task_self(), tmp, size + 16384); in mach_vm_client()
181 ret = mach_vm_deallocate(mach_task_self(), dest, size); in mach_vm_client()
385 mach_vm_deallocate(mach_task_self(), src, size); in mach_server_make_memory_entry()
655 mach_vm_deallocate(mach_task_self(), src, size); in mach_server_remap()
/xnu-11215.61.5/bsd/dev/dtrace/
H A Ddtrace_ptss.c272 mach_vm_deallocate(map, addr, size); in dtrace_ptss_free_page()
275 mach_vm_deallocate(map, write_addr, size); in dtrace_ptss_free_page()
/xnu-11215.61.5/tests/vm/
H A Dvm_test_102067976.c74 kr = mach_vm_deallocate(mach_task_self(), address, vm_map_entry_size);
H A Dneural_footprint.c979 kr = mach_vm_deallocate(mach_task_self(), footprint_vm_addr, vm_size);
981 kr = mach_vm_deallocate(mach_task_self(), nofootprint_vm_addr, vm_size);
983 kr = mach_vm_deallocate(mach_task_self(), footprint_vm_addr2, vm_size);
985 kr = mach_vm_deallocate(mach_task_self(), nofootprint_vm_addr2, vm_size);
H A Dvm_user.c173 kr2 = mach_vm_deallocate(mach_task_self(), addr, size);
H A Dmmap.c157 kr = mach_vm_deallocate(mach_task_self(), f_addr, f_size);
H A Dvm_reclaim.c291 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t) ringbuffer.buffer, buffer_size); in allocate_and_suspend()
529 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t) ringbuffer.buffer, buffer_size);
/xnu-11215.61.5/bsd/tests/
H A Dcopyio_tests.c536 mach_vm_deallocate(data.user_map, data.unmapped_addr, PAGE_SIZE); in copyio_test()
558 mach_vm_deallocate(kernel_map, kern_addr, copyio_test_buf_size); in copyio_test()
560 mach_vm_deallocate(data.user_map, data.user_lastpage_addr, PAGE_SIZE); in copyio_test()
562 mach_vm_deallocate(data.user_map, data.user_addr, copyio_test_buf_size); in copyio_test()
/xnu-11215.61.5/libsyscall/mach/
H A Dmach_vm.c70 mach_vm_deallocate( in mach_vm_deallocate() function
140 rv = mach_vm_deallocate(task, address, size); in vm_deallocate()
/xnu-11215.61.5/osfmk/vm/
H A Dvm_tests.c1081 kr = mach_vm_deallocate(user_map, user_addr, PAGE_SIZE); in vm_test_per_mapping_internal_accounting()
1114 kr = mach_vm_deallocate(user_map, user_remap, PAGE_SIZE); in vm_test_per_mapping_internal_accounting()
1427 kr = mach_vm_deallocate(map, addr, size); in vm_map_non_aligned_test()
1619 kr = mach_vm_deallocate(VM_MAP_NULL, alloced_addr, size_16kb); in vm_map_null_tests()
1812 kr = mach_vm_deallocate(map64, alloced_addr, size_16kb); in vm_map_null_tests()
1937 kr = mach_vm_deallocate(map_16k, mapped_addr, size_16kb); in vm_map_copy_entry_subrange_test()
1939 kr = mach_vm_deallocate(map_4k, alloced_addr, size_16kb); in vm_map_copy_entry_subrange_test()
2031 kr = mach_vm_deallocate(map, alloced_addr, 2 * size_16kb); in vm_memory_entry_map_size_overflow_tests()
2142 kr = mach_vm_deallocate(map_4k, alloced_addr_4k, size_16kb); in vm_memory_entry_map_size_copy_tests()
2144 kr = mach_vm_deallocate(map_16k, alloced_addr_16k, size_16kb); in vm_memory_entry_map_size_copy_tests()
/xnu-11215.61.5/osfmk/kern/
H A Dexclaves_memory.c332 mach_vm_deallocate(kernel_map, start, size); in exclaves_memory_map()
350 kr = mach_vm_deallocate(kernel_map, (mach_vm_address_t)address, size); in exclaves_memory_unmap()
H A Dkext_alloc.c243 rval = mach_vm_deallocate(g_kext_map, addr, size); in kext_free()
/xnu-11215.61.5/tests/ipc/
H A Dmach_msg2.c236 mach_vm_deallocate(mach_task_self(), data_vec[0].msgv_data, MAX_MESSAGE_SIZE); in do_msg_rcv()
237 mach_vm_deallocate(mach_task_self(), data_vec[1].msgv_data, MAX_BUFFER_SIZE); in do_msg_rcv()

12