Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dbhyverun_machdep.c265 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 Drtc.c64 if (get_config_bool_default("rtc.use_localtime", true)) { in rtc_time()
H A Dinout.c123 get_config_bool_default("x86.strictio", false)) in emulate_inout()
H A Dvmexit.c414 if (get_config_bool_default("destroy_on_poweroff", false)) in vmexit_suspend()
H A Dpci_lpc.c293 if (get_config_bool_default(node_name, false)) { in lpc_init()
/freebsd/usr.sbin/bhyve/
H A Dbhyverun.c362 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 Dconfig.h121 bool get_config_bool_default(const char *path, bool def);
H A Dconfig.c390 get_config_bool_default(const char *path, bool def) in get_config_bool_default() function
H A Dbasl.c361 load_into_memory = get_config_bool_default("acpi_tables_in_memory", in basl_finish()
H A Dpci_emul.c862 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 Dgdb.c2197 wait = get_config_bool_default("gdb.wait", false); in init_gdb()
/freebsd/usr.sbin/bhyve/aarch64/
H A Dvmexit.c119 if (get_config_bool_default("destroy_on_poweroff", false)) in vmexit_suspend()
/freebsd/usr.sbin/bhyve/riscv/
H A Dvmexit.c119 if (get_config_bool_default("destroy_on_poweroff", false)) in vmexit_suspend()