Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dvm_tests.c514 extern kern_return_t vm_allocate_external(vm_map_t map,
562 kr = vm_allocate_external(test_map, in vm_test_4k()
580 kr = vm_allocate_external(test_map, in vm_test_4k()
592 kr = vm_allocate_external(test_map, in vm_test_4k()
604 kr = vm_allocate_external(test_map, in vm_test_4k()
616 kr = vm_allocate_external(test_map, in vm_test_4k()
669 kr = vm_allocate_external(test_map, in vm_test_4k()
1652 kr = vm_allocate_external(VM_MAP_NULL, &vm_throwaway_addr, size_16kb, VM_FLAGS_ANYWHERE); in vm_map_null_tests()
2522 kern_return_t kr = vm_allocate_external(map_4k, &address_4k, alloc_size, VM_FLAGS_ANYWHERE); in vm_map_4k_16k_test()
2551 kr = vm_allocate_external(map_16k, &address_16k, alloc_size, VM_FLAGS_ANYWHERE); in vm_map_4k_16k_test()
H A Dvm_user.c172 vm_allocate_external( in vm_allocate_external() function