Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vm/
H A Dvm_test_linkedit_permanent.c36 mach_vm_size_t vmsize2, in print_region_info() argument
47 (uint64_t)vmaddr2, (uint64_t)(vmaddr2 + vmsize2), in print_region_info()
48 (uint64_t)vmsize2, in print_region_info()
H A Dvm_test_shreg_ro.c36 mach_vm_size_t vmsize2, in print_region_info() argument
47 (uint64_t)vmaddr2, (uint64_t)(vmaddr2 + vmsize2), in print_region_info()
48 (uint64_t)vmsize2, in print_region_info()
/xnu-11417.121.6/tests/
H A Dvm_test_mach_map.c286 mach_vm_size_t vmsize1, vmsize2; in test_map_memory_entry() local
293 vmsize2 = 0; in test_map_memory_entry()
311 vmsize2 = 1; in test_map_memory_entry()
314 &vmsize2, in test_map_memory_entry()
326 T_EXPECT_GE(vmsize2, vmsize1, "vmsize2 (0x%llx) < vmsize1 (0x%llx)", in test_map_memory_entry()
327 (uint64_t) vmsize2, (uint64_t) vmsize1); in test_map_memory_entry()
340 vmsize2, in test_map_memory_entry()
378 mach_vm_deallocate(mach_task_self(), vmaddr2, vmsize2); in test_map_memory_entry()
380 vmsize2 = 0; in test_map_memory_entry()
593 vm_size_t vmsize, vmsize1, vmsize2; variable
[all …]