Searched refs:assert_vmcopy_success (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/tests/vm/ |
| H A D | vm_allocation.c | 3261 assert_vmcopy_success(vm_address_t src, vm_address_t dst, const char * source_name) in assert_vmcopy_success() function 3359 assert_vmcopy_success(src, dst, "freshly allocated"); in test_vmcopy_fresh_source() 3388 assert_vmcopy_success(src, dst, "shared"); in test_vmcopy_shared_source() 3439 assert_vmcopy_success(src, dst, "copied from"); in test_vmcopy_copied_from_source() 3466 assert_vmcopy_success(src, dst, "copied to"); in test_vmcopy_copied_to_source() 3499 assert_vmcopy_success(src, dst, "true shared"); in test_vmcopy_trueshared_source() 3528 assert_vmcopy_success(src, dst, "true shared"); in test_vmcopy_private_aliased_source()
|