Home
last modified time | relevance | path

Searched refs:romptr (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/usr.sbin/bhyve/
H A Dbootrom.c63 static char *romptr; /* Pointer to userspace-mapped bootrom region. */ variable
121 romptr = vm_create_devmem(ctx, VM_BOOTROM, "bootrom", BOOTROM_SIZE); in init_bootrom()
122 if (romptr == MAP_FAILED) in init_bootrom()
185 *region_out = romptr + segoff; in bootrom_alloc()