Home
last modified time | relevance | path

Searched refs:save_tsc_khz (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/i386/
H A Dx86.h34 bool save_tsc_khz; member
/openbmc/qemu/hw/i386/
H A Dpc_q35.c678 x86mc->save_tsc_khz = false; in pc_q35_2_5_machine_options()
H A Dpc_piix.c825 x86mc->save_tsc_khz = false; in pc_i440fx_2_5_machine_options()
H A Dx86.c1413 x86mc->save_tsc_khz = true; in x86_machine_class_init()
/openbmc/qemu/target/i386/
H A Dmachine.c1065 return env->tsc_khz && x86mc->save_tsc_khz; in tsc_khz_needed()