Home
last modified time | relevance | path

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

/freebsd-src/usr.sbin/bhyve/amd64/
H A Dbhyverun_machdep.c264 if (get_config_bool_default("x86.vmexit_on_hlt", false)) { in bhyve_init_vcpu()
273 if (get_config_bool_default("x86.vmexit_on_pause", false)) { in bhyve_init_vcpu()
285 if (get_config_bool_default("x86.x2apic", false)) in bhyve_init_vcpu()
362 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.c408 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-src/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 Drtc_pl031.c93 if (get_config_bool_default("rtc.use_localtime", false)) { in rtc_pl031_time()
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 Dgdb.c2197 wait = get_config_bool_default("gdb.wait", false); in init_gdb()
/freebsd-src/usr.sbin/bhyve/aarch64/
H A Dvmexit.c119 if (get_config_bool_default("destroy_on_poweroff", false)) in vmexit_suspend()