Searched refs:UPPER_SZ (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/ |
H A D | mem_partial.c | 34 #define UPPER_SZ LOWER_SZ macro 35 #define TOTAL_SZ (LOWER_SZ + UPPER_SZ) 74 res = alloc_memseg(ctx, MSEG_HIGH, UPPER_SZ, "mseg_high"); in main() 86 res = vm_mmap_memseg(ctx, UPPER_OFF, MSEG_HIGH, 0, UPPER_SZ, PROT_ALL); in main() 113 for (uintptr_t gpa = UPPER_OFF; gpa < UPPER_OFF + UPPER_SZ; gpa++) { in main() 189 res = vm_munmap_memseg(ctx, UPPER_OFF, UPPER_SZ); in main()
|