Searched refs:get_config_bool_default (Results 1 – 13 of 13) sorted by relevance
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | bhyverun_machdep.c | 265 if (get_config_bool_default("x86.vmexit_on_hlt", false)) { in bhyve_init_vcpu() 274 if (get_config_bool_default("x86.vmexit_on_pause", false)) { in bhyve_init_vcpu() 286 if (get_config_bool_default("x86.x2apic", false)) in bhyve_init_vcpu() 363 if (get_config_bool_default("x86.mptable", true)) { in bhyve_init_platform_late()
|
H A D | rtc.c | 64 if (get_config_bool_default("rtc.use_localtime", true)) { in rtc_time()
|
H A D | inout.c | 123 get_config_bool_default("x86.strictio", false)) in emulate_inout()
|
H A D | vmexit.c | 414 if (get_config_bool_default("destroy_on_poweroff", false)) in vmexit_suspend()
|
H A D | pci_lpc.c | 293 if (get_config_bool_default(node_name, false)) { in lpc_init()
|
/freebsd/usr.sbin/bhyve/ |
H A D | bhyverun.c | 362 return (get_config_bool_default("virtio_msix", true)); in fbsdrun_virtio_msix() 667 if (get_config_bool_default("config.dump", false)) { in main() 717 if (get_config_bool_default("memory.wired", false)) in main() 719 if (get_config_bool_default("memory.guest_in_core", false)) in main()
|
H A D | config.h | 121 bool get_config_bool_default(const char *path, bool def);
|
H A D | config.c | 390 get_config_bool_default(const char *path, bool def) in get_config_bool_default() function
|
H A D | basl.c | 361 load_into_memory = get_config_bool_default("acpi_tables_in_memory", in basl_finish()
|
H A D | pci_emul.c | 862 if (!get_config_bool_default("pci.enable_bars", !bootrom_boot())) in pci_emul_alloc_bar() 1163 if (get_config_bool_default("pci.enable_bars", !bootrom_boot())) in pci_emul_init()
|
H A D | gdb.c | 2197 wait = get_config_bool_default("gdb.wait", false); in init_gdb()
|
/freebsd/usr.sbin/bhyve/aarch64/ |
H A D | vmexit.c | 119 if (get_config_bool_default("destroy_on_poweroff", false)) in vmexit_suspend()
|
/freebsd/usr.sbin/bhyve/riscv/ |
H A D | vmexit.c | 119 if (get_config_bool_default("destroy_on_poweroff", false)) in vmexit_suspend()
|