Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/amd64/
H A Dbhyverun_machdep.c322 if (bootrom_boot()) { in bhyve_start_vcpu()
389 if (bootrom_boot() && strcmp(lpc_fwcfg(), "bhyve") == 0) in bhyve_init_platform_late()
H A Dioapic.c76 if (bootrom_boot()) { in ioapic_pci_alloc_irq()
H A Dpci_irq.c209 if (bootrom_boot()) { in pirq_alloc_pin()
/src/usr.sbin/bhyve/
H A Dbootrom.h48 bool bootrom_boot(void);
H A Dbootrom.c323 bootrom_boot(void) in bootrom_boot() function
H A Dbhyverun.c695 romboot = bootrom_boot(); in do_open()
H A Dpci_emul.c865 if (!get_config_bool_default("pci.enable_bars", !bootrom_boot())) in pci_emul_alloc_bar()
1166 if (get_config_bool_default("pci.enable_bars", !bootrom_boot())) in pci_emul_init()