Lines Matching refs:vmsize2
278 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()
733 mach_vm_size_t vmsize1, vmsize2; variable
762 vmsize2 = vmsize1 - 2 * (sizeof(*ip));
765 vmsize2,
767 &vmsize2);