Home
last modified time | relevance | path

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

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