| /xnu-11417.140.69/tests/vm/ |
| H A D | vm_wire_copy_share.c | 97 kr = mach_vm_remap(
|
| H A D | vm_test_cow_before_zf_read.c | 45 kr = mach_vm_remap(mach_task_self(), in test_cow_before_zf_read()
|
| H A D | vm_user.c | 144 kr2 = mach_vm_remap(mach_task_self(), &remap_addr, size, 0,
|
| H A D | vm_ranges.c | 433 int ret = mach_vm_remap(mach_task_self(), &target, ALLOCATION_SIZE, 450 int ret = mach_vm_remap(mach_task_self(), &target, ALLOCATION_SIZE, 468 int ret = mach_vm_remap(mach_task_self(), &target, ALLOCATION_SIZE,
|
| H A D | vm_test_linkedit_permanent.c | 232 kr = mach_vm_remap(mach_task_self(),
|
| H A D | vm_test_shreg_ro.c | 192 kr = mach_vm_remap(mach_task_self(),
|
| H A D | vm_allocation.c | 3557 …T_QUIET; T_ASSERT_MACH_SUCCESS(mach_vm_remap(mach_task_self(), &src, size, 0, TRUE, mach_task_self… in test_vmcopy_private_aliased_source()
|
| H A D | vm_parameter_validation.c | 3040 RUN_ALL(mach_vm_remap_user, "realigned ", mach_vm_remap);
|
| /xnu-11417.140.69/tests/ |
| H A D | os_thread_self_restrict_pagers.c | 377 kr = mach_vm_remap(mach_task_self(), in pager_test() 403 kr = mach_vm_remap(mach_task_self(), in pager_test()
|
| H A D | vm_test_mach_map.c | 1052 kr = mach_vm_remap(mach_task_self(), 1066 kr = mach_vm_remap(mach_task_self(), 1125 kr = mach_vm_remap(mach_task_self(), 1141 kr = mach_vm_remap(mach_task_self(), 1284 kr = mach_vm_remap(mach_task_self(), 1695 kr = mach_vm_remap(mach_task_self(), 2132 kr = mach_vm_remap(mach_task_self(),
|
| H A D | vm_phys_footprint.c | 1747 kr = mach_vm_remap(mach_task_self(),
|
| /xnu-11417.140.69/bsd/dev/dtrace/ |
| H A D | dtrace_ptss.c | 217 kr = mach_vm_remap(map, &write_addr, size, 0, in dtrace_ptss_allocate_page()
|
| /xnu-11417.140.69/libsyscall/mach/ |
| H A D | mach_vm.c | 197 mach_vm_remap( in mach_vm_remap() function
|
| /xnu-11417.140.69/osfmk/vm/ |
| H A D | vm_tests.c | 304 kr = mach_vm_remap(wire_map, in vm_test_wire_and_extract() 1035 kr = mach_vm_remap(user_map, in vm_test_per_mapping_internal_accounting() 1650 …kr = mach_vm_remap(map64, &throwaway_addr, size_16kb, 0, VM_FLAGS_ANYWHERE, VM_MAP_NULL, 0, false,… in vm_map_null_tests() 1652 …kr = mach_vm_remap(VM_MAP_NULL, &throwaway_addr, size_16kb, 0, VM_FLAGS_ANYWHERE, map64, 0, false,… in vm_map_null_tests()
|
| H A D | vm_user.c | 2281 extern typeof(mach_vm_remap_external) mach_vm_remap; 2304 mach_vm_remap( in mach_vm_remap() function
|
| /xnu-11417.140.69/tests/vm_memory_tests_src/ |
| H A D | vm_tests.c | 66 …ret = mach_vm_remap(mach_task_self(), &dest, size, 0, VM_FLAGS_ANYWHERE | VM_FLAGS_RETURN_DATA_ADD… in mach_vm_client()
|
| /xnu-11417.140.69/bsd/tests/ |
| H A D | copyio_tests.c | 541 ret = mach_vm_remap(kernel_map, &kern_addr, copyio_test_buf_size, in copyio_test()
|
| /xnu-11417.140.69/osfmk/mach/ |
| H A D | mach_vm.defs | 390 routine PREFIX(KERNEL_SERVER_SUFFIX(mach_vm_remap)) (
|
| /xnu-11417.140.69/osfmk/tests/ |
| H A D | vm_parameter_validation.h | 4018 …kern_return_t kr = mach_vm_remap(target_task, target_address, size, mask, flags, src_task, src_add… in mach_vm_remap_wrapped_kern() 4071 …kern_return_t kr = mach_vm_remap(target_task, target_address, size, mask, flags, src_task, src_add…
|
| H A D | vm_parameter_validation_kern.c | 1950 RUN_ALL(mach_vm_remap_wrapped_kern, "realigned ", mach_vm_remap); in IMPL()
|
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | kern_stackshot.c | 1894 error = mach_vm_remap(current_map(), &stackshotbuf_user_addr, bytes_traced, 0, in stackshot_remap_buffer()
|