Home
last modified time | relevance | path

Searched refs:mwait (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/i386/kvm/
H A Dkvm-cpu.c75 host_cpuid(5, 0, &cpu->mwait.eax, &cpu->mwait.ebx, in kvm_cpu_realizefn()
76 &cpu->mwait.ecx, &cpu->mwait.edx); in kvm_cpu_realizefn()
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dtestacpi.py235 import bits.mwait
124 with bits.mwait.use_hint(), bits.preserve_msr(IA32_PERF_CTL):
/openbmc/qemu/target/i386/
H A Dhelper.h96 DEF_HELPER_FLAGS_2(mwait, TCG_CALL_NO_WG, noreturn, env, int)
H A Dcpu.c8007 *eax = cpu->mwait.eax; /* Smallest monitor-line size in bytes */ in cpu_x86_cpuid()
8008 *ebx = cpu->mwait.ebx; /* Largest monitor-line size in bytes */ in cpu_x86_cpuid()
8009 *ecx = cpu->mwait.ecx; /* flags */ in cpu_x86_cpuid()
8010 *edx = cpu->mwait.edx; /* mwait substates */ in cpu_x86_cpuid()
9386 cpu->mwait.ecx |= CPUID_MWAIT_EMX | CPUID_MWAIT_IBE; in x86_cpu_realizefn()
H A Dcpu.h2219 } mwait; member
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c244 STUB_HELPER(mwait, TCGv_env env, TCGv_i32 pc_ofs)
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv1230 "MWAIT","MWAIT","mwait","0F 01 C9","V","V","MONITOR","","","",""