Searched refs:LOWER_SZ (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/ |
H A D | mem_partial.c | 33 #define LOWER_SZ (256 * 4096) macro 34 #define UPPER_SZ LOWER_SZ 35 #define TOTAL_SZ (LOWER_SZ + UPPER_SZ) 38 #define UPPER_OFF LOWER_SZ 69 res = alloc_memseg(ctx, MSEG_LOW, LOWER_SZ, "mseg_low"); in main() 81 res = vm_mmap_memseg(ctx, LOWER_OFF, MSEG_LOW, 0, LOWER_SZ, PROT_ALL); in main() 106 res = vm_munmap_memseg(ctx, LOWER_OFF, LOWER_SZ); in main()
|