Searched refs:mwait (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/target/i386/kvm/ |
| H A D | kvm-cpu.c | 75 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 D | testacpi.py2 | 35 import bits.mwait 124 with bits.mwait.use_hint(), bits.preserve_msr(IA32_PERF_CTL):
|
| /openbmc/qemu/target/i386/ |
| H A D | helper.h | 96 DEF_HELPER_FLAGS_2(mwait, TCG_CALL_NO_WG, noreturn, env, int)
|
| H A D | cpu.c | 8007 *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 D | cpu.h | 2219 } mwait; member
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | translate.c | 244 STUB_HELPER(mwait, TCGv_env env, TCGv_i32 pc_ofs)
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | x86.csv | 1230 "MWAIT","MWAIT","mwait","0F 01 C9","V","V","MONITOR","","","",""
|