Home
last modified time | relevance | path

Searched refs:vm_allocate_external (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/osfmk/vm/
H A Dvm_tests.c501 extern kern_return_t vm_allocate_external(vm_map_t map,
549 kr = vm_allocate_external(test_map, in vm_test_4k()
567 kr = vm_allocate_external(test_map, in vm_test_4k()
579 kr = vm_allocate_external(test_map, in vm_test_4k()
591 kr = vm_allocate_external(test_map, in vm_test_4k()
603 kr = vm_allocate_external(test_map, in vm_test_4k()
656 kr = vm_allocate_external(test_map, in vm_test_4k()
1616 kr = vm_allocate_external(VM_MAP_NULL, &vm_throwaway_addr, size_16kb, VM_FLAGS_ANYWHERE); in vm_map_null_tests()
H A Dvm_user.c170 vm_allocate_external( in vm_allocate_external() function