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

/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c6735 unsigned int fms, family, model, stepping, ecx_flags, edx_flags; local
6762 ecx_flags = ecx;
6789 ecx_flags & (1 << 0) ? "SSE3" : "-",
6790 ecx_flags & (1 << 3) ? "MONITOR" : "-",
6791 ecx_flags & (1 << 6) ? "SMX" : "-",
6792 ecx_flags & (1 << 7) ? "EIST" : "-",
6793 ecx_flags & (1 << 8) ? "TM2" : "-",

Completed in 120 milliseconds