Searched refs:ecx_flags (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/power/x86/turbostat/ |
D | turbostat.c | 7943 unsigned int fms, family, model, stepping, ecx_flags, edx_flags; in process_cpuid() local 7970 ecx_flags = ecx; in process_cpuid() 7997 ecx_flags & (1 << 0) ? "SSE3" : "-", in process_cpuid() 7998 ecx_flags & (1 << 3) ? "MONITOR" : "-", in process_cpuid() 7999 ecx_flags & (1 << 6) ? "SMX" : "-", in process_cpuid() 8000 ecx_flags & (1 << 7) ? "EIST" : "-", in process_cpuid() 8001 ecx_flags & (1 << 8) ? "TM2" : "-", in process_cpuid()
|