Searched refs:assert_vmcopy_success (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/tests/vm/ |
| H A D | vm_allocation.c | 3250 assert_vmcopy_success(vm_address_t src, vm_address_t dst, const char * source_name) in assert_vmcopy_success() function 3348 assert_vmcopy_success(src, dst, "freshly allocated"); in test_vmcopy_fresh_source() 3377 assert_vmcopy_success(src, dst, "shared"); in test_vmcopy_shared_source() 3428 assert_vmcopy_success(src, dst, "copied from"); in test_vmcopy_copied_from_source() 3455 assert_vmcopy_success(src, dst, "copied to"); in test_vmcopy_copied_to_source() 3488 assert_vmcopy_success(src, dst, "true shared"); in test_vmcopy_trueshared_source() 3517 assert_vmcopy_success(src, dst, "true shared"); in test_vmcopy_private_aliased_source()
|