SEG_LOWMEM
res = alloc_memseg(ctx, SEG_LOWMEM, SEG_SZ, "");
res = vm_mmap_memseg(ctx, 0, SEG_LOWMEM, 0, SEG_SZ, PROT_ALL);
res = vm_get_devmem_offset(ctx, SEG_LOWMEM, &seg_obj_off);