Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/
H A Dvm_test_mach_map.c278 mach_vm_size_t vmsize1, vmsize2; in test_map_memory_entry() local
285 vmsize2 = 0; in test_map_memory_entry()
303 vmsize2 = 1; in test_map_memory_entry()
306 &vmsize2, in test_map_memory_entry()
318 T_EXPECT_GE(vmsize2, vmsize1, "vmsize2 (0x%llx) < vmsize1 (0x%llx)", in test_map_memory_entry()
319 (uint64_t) vmsize2, (uint64_t) vmsize1); in test_map_memory_entry()
332 vmsize2, in test_map_memory_entry()
370 mach_vm_deallocate(mach_task_self(), vmaddr2, vmsize2); in test_map_memory_entry()
372 vmsize2 = 0; in test_map_memory_entry()
566 vm_size_t vmsize, vmsize1, vmsize2; variable
[all …]
/xnu-10002.41.9/tests/vm/
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()