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 | 1606 NULL, "vmx-invlpg-exit", "vmx-mwait-exit", "vmx-rdpmc-exit", 8023 *eax = cpu->mwait.eax; /* Smallest monitor-line size in bytes */ in cpu_x86_cpuid() 8024 *ebx = cpu->mwait.ebx; /* Largest monitor-line size in bytes */ in cpu_x86_cpuid() 8025 *ecx = cpu->mwait.ecx; /* flags */ in cpu_x86_cpuid() 8026 *edx = cpu->mwait.edx; /* mwait substates */ in cpu_x86_cpuid() 9365 * but before the checks/modifications to ucode_rev, mwait, phys_bits. in x86_cpu_realizefn() 9403 * mwait extended info: needed for Core compatibility in x86_cpu_realizefn() 9407 * have already acquired the CPUID data into cpu->mwait. in x86_cpu_realizefn() 9409 cpu->mwait in x86_cpu_realizefn() [all...] |
| H A D | cpu.h | 2224 * host monitor/mwait leaves to the guest */ 2230 } mwait; 2219 } mwait; global() 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","","","",""
|