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