Searched refs:SEG_LOWMEM (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/ |
H A D | mem_devmem.c | 33 SEG_LOWMEM = 0, enumerator 58 res = alloc_memseg(ctx, SEG_LOWMEM, SEG_SZ, ""); in main() 69 res = vm_mmap_memseg(ctx, 0, SEG_LOWMEM, 0, SEG_SZ, PROT_ALL); in main() 90 res = vm_get_devmem_offset(ctx, SEG_LOWMEM, &seg_obj_off); in main()
|