Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Deeh_pe.c110 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 Dkvm-cpu.c73 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 Dexport-to-sqlite.py742 def mwait(id, raw_buf): function
788 mwait(id, raw_buf)
H A Dexport-to-postgresql.py1064 def mwait(id, raw_buf): function
1101 mwait(id, raw_buf)
/openbmc/linux/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst94 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 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.c6641 *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 Dcpu.h2123 } mwait; member
/openbmc/linux/Documentation/arch/sparc/oradax/
H A Doracle-dax.rst47 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 Dmds.rst203 The mitigation is hooked into all variants of halt()/mwait(), but does
/openbmc/linux/Documentation/timers/
H A Dno_hz.rst240 b. On x86 systems, use the "idle=mwait" boot parameter.
/openbmc/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv23 1, 0, ECX, 3, mwait, MONITOR/MWAIT supported
/openbmc/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt968 mwait: hints: 0x60 extensions: 0x1
976 "mwait" shows mwait hints and extensions
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c246 STUB_HELPER(mwait, TCGv_env env, TCGv_i32 pc_ofs)
/openbmc/linux/arch/x86/kvm/
H A Demulate.c4025 DI(SrcNone | Priv, mwait),
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1922 idle=nomwait: Disable mwait for CPU C-states
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv1230 "MWAIT","MWAIT","mwait","0F 01 C9","V","V","MONITOR","","","",""
/openbmc/linux/
H A Dopengrok2.0.log[all...]