Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/vm/
H A Dvm_allocation.c556 enum { VMCOPY_MODIFY_SRC, VMCOPY_MODIFY_DST, VMCOPY_MODIFY_SHARED_COPIED }; enumerator
563 {VMCOPY_MODIFY_DST, "modify vm_copy() destination"},
3296 case VMCOPY_MODIFY_DST: in modify_one_and_verify_all_regions()
3319 verify_region(dst, (VMCOPY_MODIFY_DST == action) ? 1 : 0); in modify_one_and_verify_all_regions()
3385 verify_region(dst, (VMCOPY_MODIFY_DST == action) ? 1 : 0); in test_vmcopy_shared_source()