Lines Matching refs:vmsize2
281 mach_vm_size_t vmsize1, vmsize2; in test_map_memory_entry() local
288 vmsize2 = 0; in test_map_memory_entry()
306 vmsize2 = 1; in test_map_memory_entry()
309 &vmsize2, in test_map_memory_entry()
321 T_EXPECT_GE(vmsize2, vmsize1, "vmsize2 (0x%llx) < vmsize1 (0x%llx)", in test_map_memory_entry()
322 (uint64_t) vmsize2, (uint64_t) vmsize1); in test_map_memory_entry()
335 vmsize2, in test_map_memory_entry()
373 mach_vm_deallocate(mach_task_self(), vmaddr2, vmsize2); in test_map_memory_entry()
375 vmsize2 = 0; in test_map_memory_entry()
588 vm_size_t vmsize, vmsize1, vmsize2; variable
599 vmsize2 = 32 * 1024; /* 32KB to mlock() */
600 vmsize = vmsize1 + vmsize2;
672 vmsize2);
874 mach_vm_size_t vmsize1, vmsize2; variable
903 vmsize2 = vmsize1 - 2 * (sizeof(*ip));
906 vmsize2,
908 &vmsize2);