SEG_BOOTROM
res = vm_get_devmem_offset(ctx, SEG_BOOTROM, &seg_obj_off);
res = alloc_memseg(ctx, SEG_BOOTROM, SEG_SZ, "bootrom");
res = vm_mmap_memseg(ctx, SEG_SZ, SEG_BOOTROM, 0, SEG_SZ, PROT_READ);