Home
last modified time | relevance | path

Searched refs:mach_make_memory_entry_64 (Results 1 – 13 of 13) sorted by relevance

/xnu-8019.80.24/tests/
H A Dvm_test_mach_map.c122 kr = mach_make_memory_entry_64(mach_task_self(), in test_memory_entry_tagging()
305 kr = mach_make_memory_entry_64(mach_task_self(), in test_map_memory_entry()
936 kr = mach_make_memory_entry_64(mach_task_self(),
1188 kr = mach_make_memory_entry_64(mach_task_self(),
1280 kr = mach_make_memory_entry_64(mach_task_self(),
1493 kr = mach_make_memory_entry_64(mach_task_self(),
1566 kr = mach_make_memory_entry_64(mach_task_self(),
H A Dvm_phys_footprint.c619 kr = mach_make_memory_entry_64(mach_task_self(),
698 kr = mach_make_memory_entry_64(mach_task_self(),
869 kr = mach_make_memory_entry_64(mach_task_self(),
/xnu-8019.80.24/osfmk/mach/
H A Dmach_vm.defs471 routine mach_make_memory_entry_64(
577 * use mach_vm_make_memory_entry() or mach_make_memory_entry_64()
H A Dvm_map.defs449 routine mach_make_memory_entry_64(
/xnu-8019.80.24/san/coverage/
H A Dkcov_ksancov.c297 kr = mach_make_memory_entry_64(kernel_map, in ksancov_do_map()
/xnu-8019.80.24/tests/vm_memory_tests_src/
H A Dvm_tests.c293 kr = mach_make_memory_entry_64(mach_task_self(), &memsz, lsrc, flags, &memport, MACH_PORT_NULL); in mach_server_make_memory_entry()
/xnu-8019.80.24/bsd/kern/
H A Dposix_shm.c613 kret = mach_make_memory_entry_64(VM_MAP_NULL, &mosize, 0, in pshm_truncate()
H A Dsysv_shm.c821 kret = mach_make_memory_entry_64( in shmget_allocate_segment()
H A Dsubr_log.c1094 ret = mach_make_memory_entry_64(kernel_map, in oslogioctl()
H A Dkdebug.c205 kern_return_t kr = mach_make_memory_entry_64(kernel_map, in typefilter_create_memory_entry()
/xnu-8019.80.24/osfmk/vm/
H A Dvm_tests.c888 kr = mach_make_memory_entry_64(map16k, &mem_entry_size, addr16k + 0x2fff, in vm_test_map_copy_adjust_to_target()
H A Dvm_user.c2587 mach_make_memory_entry_64( in mach_make_memory_entry_64() function
3347 kr = mach_make_memory_entry_64(target_map, &mo_size, in _mach_make_memory_entry()
3367 kr = mach_make_memory_entry_64(target_map, &mo_size, in mach_make_memory_entry()
/xnu-8019.80.24/tests/vm/
H A Dvm_allocation.c462 …T_QUIET; T_ASSERT_MACH_SUCCESS(mach_make_memory_entry_64(mach_task_self(), size, (memory_object_of… in memory_entry()
1782 assert_mach_return(mach_make_memory_entry_64(mach_task_self(), &size, (memory_object_offset_t)0, in test_allocate_invalid_large_size()
3471 …T_QUIET; T_ASSERT_MACH_SUCCESS(mach_make_memory_entry_64(mach_task_self(), &size, (memory_object_o… in test_vmcopy_trueshared_source()