Home
last modified time | relevance | path

Searched refs:mach_vm_remap (Results 1 – 24 of 24) sorted by relevance

/xnu-12377.81.4/tests/vm/
H A Dvm_wire_copy_share.c97 kr = mach_vm_remap(
H A Dvm_test_cow_before_zf_read.c45 kr = mach_vm_remap(mach_task_self(), in test_cow_before_zf_read()
H A Dvm_ranges.c433 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 Dvm_user.c144 kr2 = mach_vm_remap(mach_task_self(), &remap_addr, size, 0,
H A Dmmap_resilient_media.c202 kr = mach_vm_remap(mach_task_self(), &remap_addr, PAGE_SIZE, 0, VM_FLAGS_ANYWHERE,
H A Dvm_test_linkedit_permanent.c232 kr = mach_vm_remap(mach_task_self(),
H A Dvm_test_shreg_ro.c192 kr = mach_vm_remap(mach_task_self(),
H A Dvm_stress.cpp168 …kern_return_t kr = mach_vm_remap(args.arg_target_task, &args.arg_target_address, args.arg_mapping_… in remap_fixed()
H A Dvm_allocation.c3532 …assert_mach_success(mach_vm_remap(mach_task_self(), &src, size, 0, TRUE, mach_task_self(), shared,… in test_vmcopy_private_aliased_source()
H A Dvm_parameter_validation.c3243 RUN_ALL(mach_vm_remap_user, "realigned ", mach_vm_remap);
/xnu-12377.81.4/tests/
H A Dos_thread_self_restrict_pagers.c377 kr = mach_vm_remap(mach_task_self(), in pager_test()
403 kr = mach_vm_remap(mach_task_self(), in pager_test()
H A Dvm_test_mach_map.c1061 kr = mach_vm_remap(mach_task_self(),
1075 kr = mach_vm_remap(mach_task_self(),
1134 kr = mach_vm_remap(mach_task_self(),
1150 kr = mach_vm_remap(mach_task_self(),
1293 kr = mach_vm_remap(mach_task_self(),
1704 kr = mach_vm_remap(mach_task_self(),
2141 kr = mach_vm_remap(mach_task_self(),
H A Dvm_phys_footprint.c1747 kr = mach_vm_remap(mach_task_self(),
/xnu-12377.81.4/bsd/dev/dtrace/
H A Ddtrace_ptss.c217 kr = mach_vm_remap(map, &write_addr, size, 0, in dtrace_ptss_allocate_page()
/xnu-12377.81.4/libsyscall/mach/
H A Dmach_vm.c198 mach_vm_remap( in mach_vm_remap() function
H A Dvm_reclaim.c549 kern_return_t kr = mach_vm_remap( in mach_vm_reclaim_ring_copy()
/xnu-12377.81.4/osfmk/vm/
H A Dvm_tests.c310 kr = mach_vm_remap(wire_map, in vm_test_wire_and_extract()
1041 kr = mach_vm_remap(user_map, in vm_test_per_mapping_internal_accounting()
1675 …kr = mach_vm_remap(map64, &throwaway_addr, size_16kb, 0, VM_FLAGS_ANYWHERE, VM_MAP_NULL, 0, false,… in vm_map_null_tests()
1677 …kr = mach_vm_remap(VM_MAP_NULL, &throwaway_addr, size_16kb, 0, VM_FLAGS_ANYWHERE, map64, 0, false,… in vm_map_null_tests()
2712 kr = mach_vm_remap( in vm_map_wire_copy_delay_memory_test()
2727 kr = mach_vm_remap( in vm_map_wire_copy_delay_memory_test()
H A Dvm_user.c2347 extern typeof(mach_vm_remap_external) mach_vm_remap;
2370 mach_vm_remap( in mach_vm_remap() function
/xnu-12377.81.4/tests/vm_memory_tests_src/
H A Dvm_tests.c66 …ret = mach_vm_remap(mach_task_self(), &dest, size, 0, VM_FLAGS_ANYWHERE | VM_FLAGS_RETURN_DATA_ADD… in mach_vm_client()
/xnu-12377.81.4/bsd/tests/
H A Dcopyio_tests.c544 ret = mach_vm_remap(kernel_map, &kern_addr, copyio_test_buf_size, in copyio_test()
/xnu-12377.81.4/osfmk/mach/
H A Dmach_vm.defs390 routine PREFIX(KERNEL_SERVER_SUFFIX(mach_vm_remap)) (
/xnu-12377.81.4/osfmk/tests/
H A Dvm_parameter_validation.h3936 …kern_return_t kr = mach_vm_remap(target_task, target_address, size, mask, flags, src_task, src_add… in mach_vm_remap_wrapped_kern()
3989 …kern_return_t kr = mach_vm_remap(target_task, target_address, size, mask, flags, src_task, src_add…
H A Dvm_parameter_validation_kern.c1982 RUN_ALL(mach_vm_remap_wrapped_kern, "realigned ", mach_vm_remap); in vm_parameter_validation_kern_test()
/xnu-12377.81.4/osfmk/kern/
H A Dkern_stackshot.c1937 error = mach_vm_remap(current_map(), &stackshotbuf_user_addr, bytes_traced, 0, in stackshot_remap_buffer()