Home
last modified time | relevance | path

Searched defs:mid_point (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/tests/vm/
H A Dvm_allocation.c2180 mach_vm_address_t mid_point = mach_vm_trunc_page(address + size / 2); in test_read_partially_deallocated_range() local
2200 mach_vm_address_t mid_point = mach_vm_trunc_page(address + size / 2); in test_read_partially_unreadable_range() local
2711 mach_vm_address_t mid_point = mach_vm_trunc_page(source + size / 2); in test_copy_partially_deallocated_range() local
2734 mach_vm_address_t mid_point = mach_vm_trunc_page(source + size / 2); in test_copy_partially_unreadable_range() local
2814 mach_vm_address_t mid_point = (mach_vm_address_t)mach_vm_trunc_page(source + size / 2); in test_copy_source_partially_unreadable_region() local
2841 mach_vm_address_t mid_point = (mach_vm_address_t)mach_vm_trunc_page(dest + size / 2); in test_copy_dest_partially_unwriteable_region() local