Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Deeh_pe.c109 int mwait; in eeh_wait_state() local
123 ret = eeh_ops->get_state(pe, &mwait); in eeh_wait_state()
134 if (mwait < EEH_STATE_MIN_WAIT_TIME) { in eeh_wait_state()
136 __func__, mwait); in eeh_wait_state()
137 mwait = EEH_STATE_MIN_WAIT_TIME; in eeh_wait_state()
138 } else if (mwait > EEH_STATE_MAX_WAIT_TIME) { in eeh_wait_state()
140 __func__, mwait); in eeh_wait_state()
141 mwait = EEH_STATE_MAX_WAIT_TIME; in eeh_wait_state()
144 msleep(min(mwait, max_wait)); in eeh_wait_state()
145 max_wait -= mwait; in eeh_wait_state()
/Linux-v5.4/tools/perf/scripts/python/
Dexport-to-sqlite.py739 def mwait(id, raw_buf): function
785 mwait(id, raw_buf)
Dexport-to-postgresql.py1061 def mwait(id, raw_buf): function
1098 mwait(id, raw_buf)
/Linux-v5.4/Documentation/driver-api/thermal/
Dintel_powerclamp.rst92 kidle_inject/cpu. During idle injection, it runs monitor/mwait idle
105 kidle_inject/0 | sleep | mwait | sleep |
110 kidle_inject/1 | sleep | mwait | sleep |
/Linux-v5.4/Documentation/sparc/oradax/
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
/Linux-v5.4/Documentation/x86/
Dmds.rst187 The mitigation is hooked into all variants of halt()/mwait(), but does
/Linux-v5.4/tools/perf/Documentation/
Dintel-pt.txt791 mwait: hints: 0x60 extensions: 0x1
797 "mwait" shows mwait hints and extensions
/Linux-v5.4/Documentation/timers/
Dno_hz.rst246 b. On x86 systems, use the "idle=mwait" boot parameter.
/Linux-v5.4/arch/x86/kvm/
Demulate.c4422 DI(SrcNone | Priv, mwait),
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt1540 idle=nomwait: Disable mwait for CPU C-states