Home
last modified time | relevance | path

Searched refs:ecx_flags (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c5020 unsigned int fms, family, model, stepping, ecx_flags, edx_flags; in process_cpuid() local
5046 ecx_flags = ecx; in process_cpuid()
5061 ecx_flags & (1 << 0) ? "SSE3" : "-", in process_cpuid()
5062 ecx_flags & (1 << 3) ? "MONITOR" : "-", in process_cpuid()
5063 ecx_flags & (1 << 6) ? "SMX" : "-", in process_cpuid()
5064 ecx_flags & (1 << 7) ? "EIST" : "-", in process_cpuid()
5065 ecx_flags & (1 << 8) ? "TM2" : "-", in process_cpuid()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c5516 unsigned int fms, family, model, stepping, ecx_flags, edx_flags; in process_cpuid() local
5542 ecx_flags = ecx; in process_cpuid()
5562 ecx_flags & (1 << 0) ? "SSE3" : "-", in process_cpuid()
5563 ecx_flags & (1 << 3) ? "MONITOR" : "-", in process_cpuid()
5564 ecx_flags & (1 << 6) ? "SMX" : "-", in process_cpuid()
5565 ecx_flags & (1 << 7) ? "EIST" : "-", in process_cpuid()
5566 ecx_flags & (1 << 8) ? "TM2" : "-", in process_cpuid()

Completed in 15 milliseconds