Home
last modified time | relevance | path

Searched refs:_mach_make_memory_entry (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/osfmk/vm/
H A Dvm32_user.c616 return _mach_make_memory_entry(target_map, size, offset, permission, object_handle, parent_handle); in vm32_mach_make_memory_entry_64()
632 kr = _mach_make_memory_entry(target_map, &mo_size, in vm32_mach_make_memory_entry()
H A Dvm_memory_entry.c1201 _mach_make_memory_entry( in _mach_make_memory_entry() function
H A Dvm_tests.c1559 …kr = _mach_make_memory_entry(VM_MAP_NULL, &throwaway_size, alloced_addr, VM_PROT_DEFAULT, &mem_ent… in vm_map_null_tests()
/xnu-12377.1.9/osfmk/mach/
H A Dmach_vm.defs466 routine _mach_make_memory_entry(
/xnu-12377.1.9/tests/vm/
H A Dvm_parameter_validation.c378 IMPL(_mach_make_memory_entry, mach_vm_address_t) in IMPL()