Searched refs:mwait (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Deeh_pe.c110 int mwait; local
124 ret = eeh_ops->get_state(pe, &mwait);
135 if (mwait < EEH_STATE_MIN_WAIT_TIME) {
137 __func__, mwait);
138 mwait = EEH_STATE_MIN_WAIT_TIME;
139 } else if (mwait > EEH_STATE_MAX_WAIT_TIME) {
141 __func__, mwait);
142 mwait = EEH_STATE_MAX_WAIT_TIME;
145 msleep(min(mwait, max_wait));
146 max_wait -= mwait;
[all...]
/linux-master/tools/perf/scripts/python/
H A Dexport-to-sqlite.py290 do_query(query, 'CREATE TABLE mwait ('
474 'mwait.id,'
479 ' FROM mwait'
480 ' INNER JOIN samples ON samples.id = mwait.id')
527 'CASE WHEN selected_events.name=\'mwait\' THEN (SELECT ' + emit_to_hex('hints') + ' FROM mwait WHERE mwait.id = samples.id) ELSE "" END AS hints_hex,'
528 'CASE WHEN selected_events.name=\'mwait\' THEN (SELECT ' + emit_to_hex('extensions') + ' FROM mwait WHERE mwait
742 def mwait(id, raw_buf): function
[all...]
H A Dexport-to-postgresql.py466 do_query(query, 'CREATE TABLE mwait ('
636 'mwait.id,'
641 ' FROM mwait'
642 ' INNER JOIN samples ON samples.id = mwait.id')
689 'to_hex(mwait.hints) AS hints_hex,'
690 'to_hex(mwait.extensions) AS extensions_hex,'
704 ' FULL JOIN mwait ON mwait.id = cbr.id'
708 ' INNER JOIN samples ON samples.id = coalesce(cbr.id, mwait.id, pwre.id, exstop.id, pwrx.id)'
844 copy_output_file(mwait_file, "mwait")
1064 def mwait(id, raw_buf): function
[all...]
/linux-master/arch/x86/lib/
H A Ddelay.c24 #include <asm/mwait.h>
/linux-master/arch/x86/kernel/cpu/
H A Dumwait.c7 #include <asm/mwait.h>
/linux-master/arch/x86/kernel/acpi/
H A Dcstate.c16 #include <asm/mwait.h>
108 /* The code below handles cstate entry with monitor-mwait pair on Intel*/
148 /* mwait ecx extensions INTERRUPT_BREAK should be supported for C2/C3 */
/linux-master/drivers/acpi/
H A Dacpi_pad.c22 #include <asm/mwait.h>
/linux-master/drivers/thermal/intel/
H A Dintel_powerclamp.c37 #include <asm/mwait.h>
/linux-master/arch/x86/kernel/
H A Dprocess.c35 #include <asm/mwait.h>
925 pr_info("using mwait in idle threads\n");
H A Dhpet.c13 #include <asm/mwait.h>
H A Dsmpboot.c74 #include <asm/mwait.h>
1338 * Kexec is about to happen. Don't go back into mwait() as
1340 * page tables and stack. So mwait() would resume when the
1357 * Kick all "offline" CPUs out of mwait on kexec(). See comment in
1375 /* Bring it out of mwait */
/linux-master/arch/x86/xen/
H A Denlighten_pv.c72 #include <asm/mwait.h>
287 * mwait, to avoid the risk of loading native acpi pad driver
/linux-master/drivers/idle/
H A Dintel_idle.c56 #include <asm/mwait.h>
1238 * C6, and this is indicated in the CPUID mwait leaf.
/linux-master/arch/x86/kvm/
H A Demulate.c4021 DI(SrcNone | Priv, mwait),
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c49 #include <asm/mwait.h>

Completed in 383 milliseconds