Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A DMakefile27 obj-y += umwait.o
/openbmc/qemu/target/i386/
H A Dmachine.c1007 return env->umwait != 0; in umwait_needed()
1016 VMSTATE_UINT32(env.umwait, X86CPU),
H A Dcpu.h2044 uint32_t umwait; member
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-system-cpu596 enable_c02: Read/write interface to control umwait C0.2 state
606 max_time: Read/write interface to control umwait maximum time
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c3934 kvm_msr_entry_add(cpu, MSR_IA32_UMWAIT_CONTROL, env->umwait); in kvm_put_msrs()
4753 env->umwait = msrs[i].data; in kvm_get_msrs()