Searched refs:mwait (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/arch/powerpc/kernel/ |
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()
|
/linux-6.3-rc2/tools/perf/scripts/python/ |
A D | export-to-sqlite.py | 742 def mwait(id, raw_buf): function 788 mwait(id, raw_buf)
|
A D | export-to-postgresql.py | 1064 def mwait(id, raw_buf): function 1101 mwait(id, raw_buf)
|
/linux-6.3-rc2/Documentation/admin-guide/thermal/ |
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 |
|
/linux-6.3-rc2/Documentation/sparc/oradax/ |
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
|
/linux-6.3-rc2/Documentation/x86/ |
A D | mds.rst | 187 The mitigation is hooked into all variants of halt()/mwait(), but does
|
/linux-6.3-rc2/tools/arch/x86/kcpuid/ |
A D | cpuid.csv | 23 1, 0, ECX, 3, mwait, MONITOR/MWAIT supported
|
/linux-6.3-rc2/Documentation/timers/ |
A D | no_hz.rst | 240 b. On x86 systems, use the "idle=mwait" boot parameter.
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-intel-pt.txt | 968 mwait: hints: 0x60 extensions: 0x1 976 "mwait" shows mwait hints and extensions
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | emulate.c | 4019 DI(SrcNone | Priv, mwait),
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | kernel-parameters.txt | 1847 idle=nomwait: Disable mwait for CPU C-states
|
Completed in 31 milliseconds