ecx_flags 4640 tools/power/x86/turbostat/turbostat.c unsigned int fms, family, model, stepping, ecx_flags, edx_flags; ecx_flags 4666 tools/power/x86/turbostat/turbostat.c ecx_flags = ecx; ecx_flags 4681 tools/power/x86/turbostat/turbostat.c ecx_flags & (1 << 0) ? "SSE3" : "-", ecx_flags 4682 tools/power/x86/turbostat/turbostat.c ecx_flags & (1 << 3) ? "MONITOR" : "-", ecx_flags 4683 tools/power/x86/turbostat/turbostat.c ecx_flags & (1 << 6) ? "SMX" : "-", ecx_flags 4684 tools/power/x86/turbostat/turbostat.c ecx_flags & (1 << 7) ? "EIST" : "-", ecx_flags 4685 tools/power/x86/turbostat/turbostat.c ecx_flags & (1 << 8) ? "TM2" : "-",