Searched refs:bootrom (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dbootrom.c48 #include "bootrom.h"
63 static char *romptr; /* Pointer to userspace-mapped bootrom region. */
123 romptr = vm_create_devmem(ctx, VM_BOOTROM, "bootrom", BOOTROM_SIZE);
165 warnx("No room for %zu ROM in bootrom region", len);
171 warnx("No room for %zu ROM in bootrom region", len);
202 const char *bootrom, *varfile; local
207 bootrom = get_config_value_node(nvl, "bootrom");
208 if (bootrom == NULL) {
215 * might get overwritten. For that reason, the bootrom shoul
[all...]
H A DMakefile26 bootrom.c \
/freebsd-current/usr.sbin/bhyve/aarch64/
H A Dbhyverun_machdep.c361 const char *bootrom; local
366 bootrom = get_config_value("bootrom");
367 if (bootrom == NULL) {
368 warnx("no bootrom specified");
371 load_bootrom(ctx, bootrom, &elr);

Completed in 117 milliseconds