Searched refs:assert_vmcopy_success (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/tests/vm/ |
| H A D | vm_allocation.c | 3244 assert_vmcopy_success(vm_address_t src, vm_address_t dst, const char * source_name) in assert_vmcopy_success() function 3342 assert_vmcopy_success(src, dst, "freshly allocated"); in test_vmcopy_fresh_source() 3371 assert_vmcopy_success(src, dst, "shared"); in test_vmcopy_shared_source() 3422 assert_vmcopy_success(src, dst, "copied from"); in test_vmcopy_copied_from_source() 3449 assert_vmcopy_success(src, dst, "copied to"); in test_vmcopy_copied_to_source() 3482 assert_vmcopy_success(src, dst, "true shared"); in test_vmcopy_trueshared_source() 3511 assert_vmcopy_success(src, dst, "true shared"); in test_vmcopy_private_aliased_source()
|