Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/vm/
H A Dvm_tests.c508 extern kern_return_t vm_allocate_external(vm_map_t map,
556 kr = vm_allocate_external(test_map, in vm_test_4k()
574 kr = vm_allocate_external(test_map, in vm_test_4k()
586 kr = vm_allocate_external(test_map, in vm_test_4k()
598 kr = vm_allocate_external(test_map, in vm_test_4k()
610 kr = vm_allocate_external(test_map, in vm_test_4k()
663 kr = vm_allocate_external(test_map, in vm_test_4k()
1627 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