Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/amd64/
H A Dbhyverun_machdep.c71 if (get_config_bool_default("x86.vmexit_on_hlt", false)) { in bhyve_init_vcpu()
80 if (get_config_bool_default("x86.vmexit_on_pause", false)) { in bhyve_init_vcpu()
92 if (get_config_bool_default("x86.x2apic", false)) in bhyve_init_vcpu()
166 if (get_config_bool_default("x86.mptable", true)) { in bhyve_init_platform_late()
H A Drtc.c65 if (get_config_bool_default("rtc.use_localtime", true)) { in rtc_time()
H A Dinout.c124 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.c309 if (get_config_bool_default(node_name, false)) { in lpc_init()
/freebsd-14.2/usr.sbin/bhyve/
H A Dconfig.h121 bool get_config_bool_default(const char *path, bool def);
H A Dbhyverun.c402 return (get_config_bool_default("virtio_msix", true)); in fbsdrun_virtio_msix()
870 if (get_config_bool_default("config.dump", false)) { in main()
920 if (get_config_bool_default("memory.wired", false)) in main()
922 if (get_config_bool_default("memory.guest_in_core", false)) in main()
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.c2051 wait = get_config_bool_default("gdb.wait", false); in init_gdb()