Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/
H A Dvm_allocation.c567 enum { VMCOPY_MODIFY_SRC, VMCOPY_MODIFY_DST, VMCOPY_MODIFY_SHARED_COPIED }; enumerator
574 {VMCOPY_MODIFY_DST, "modify vm_copy() destination"},
3319 case VMCOPY_MODIFY_DST: in modify_one_and_verify_all_regions()
3342 verify_region(dst, (VMCOPY_MODIFY_DST == action) ? 1 : 0); in modify_one_and_verify_all_regions()
3408 verify_region(dst, (VMCOPY_MODIFY_DST == action) ? 1 : 0); in test_vmcopy_shared_source()