/openbmc/linux/arch/powerpc/kernel/ |
H A D | eeh_pe.c | 110 int mwait; in eeh_wait_state() local 124 ret = eeh_ops->get_state(pe, &mwait); in eeh_wait_state() 135 if (mwait < EEH_STATE_MIN_WAIT_TIME) { in eeh_wait_state() 137 __func__, mwait); in eeh_wait_state() 138 mwait = EEH_STATE_MIN_WAIT_TIME; in eeh_wait_state() 139 } else if (mwait > EEH_STATE_MAX_WAIT_TIME) { in eeh_wait_state() 141 __func__, mwait); in eeh_wait_state() 142 mwait = EEH_STATE_MAX_WAIT_TIME; in eeh_wait_state() 145 msleep(min(mwait, max_wait)); in eeh_wait_state() 146 max_wait -= mwait; in eeh_wait_state()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm-cpu.c | 73 host_cpuid(5, 0, &cpu->mwait.eax, &cpu->mwait.ebx, in kvm_cpu_realizefn() 74 &cpu->mwait.ecx, &cpu->mwait.edx); in kvm_cpu_realizefn()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | export-to-sqlite.py | 742 def mwait(id, raw_buf): function 788 mwait(id, raw_buf)
|
H A D | export-to-postgresql.py | 1064 def mwait(id, raw_buf): function 1101 mwait(id, raw_buf)
|
/openbmc/linux/Documentation/admin-guide/thermal/ |
H A D | intel_powerclamp.rst | 94 kidle_inject/cpu. During idle injection, it runs monitor/mwait idle 107 kidle_inject/0 | sleep | mwait | sleep | 112 kidle_inject/1 | sleep | mwait | sleep |
|
/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 | 6641 *eax = cpu->mwait.eax; /* Smallest monitor-line size in bytes */ in cpu_x86_cpuid() 6642 *ebx = cpu->mwait.ebx; /* Largest monitor-line size in bytes */ in cpu_x86_cpuid() 6643 *ecx = cpu->mwait.ecx; /* flags */ in cpu_x86_cpuid() 6644 *edx = cpu->mwait.edx; /* mwait substates */ in cpu_x86_cpuid() 7894 cpu->mwait.ecx |= CPUID_MWAIT_EMX | CPUID_MWAIT_IBE; in x86_cpu_realizefn()
|
H A D | cpu.h | 2123 } mwait; member
|
/openbmc/linux/Documentation/arch/sparc/oradax/ |
H A D | oracle-dax.rst | 47 coprocessor. This is done using the monitored load and mwait 170 "monitored wait" is achieved via the mwait instruction (a write to 175 mwait terminates. This causes software to resume execution immediately
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | mds.rst | 203 The mitigation is hooked into all variants of halt()/mwait(), but does
|
/openbmc/linux/Documentation/timers/ |
H A D | no_hz.rst | 240 b. On x86 systems, use the "idle=mwait" boot parameter.
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 23 1, 0, ECX, 3, mwait, MONITOR/MWAIT supported
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-intel-pt.txt | 968 mwait: hints: 0x60 extensions: 0x1 976 "mwait" shows mwait hints and extensions
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 246 STUB_HELPER(mwait, TCGv_env env, TCGv_i32 pc_ofs)
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 4025 DI(SrcNone | Priv, mwait),
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 1922 idle=nomwait: Disable mwait for CPU C-states
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 1230 "MWAIT","MWAIT","mwait","0F 01 C9","V","V","MONITOR","","","",""
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |