edx_flags        4640 tools/power/x86/turbostat/turbostat.c 	unsigned int fms, family, model, stepping, ecx_flags, edx_flags;
edx_flags        4667 tools/power/x86/turbostat/turbostat.c 	edx_flags = edx;
edx_flags        4686 tools/power/x86/turbostat/turbostat.c 			edx_flags & (1 << 4) ? "TSC" : "-",
edx_flags        4687 tools/power/x86/turbostat/turbostat.c 			edx_flags & (1 << 5) ? "MSR" : "-",
edx_flags        4688 tools/power/x86/turbostat/turbostat.c 			edx_flags & (1 << 22) ? "ACPI-TM" : "-",
edx_flags        4689 tools/power/x86/turbostat/turbostat.c 			edx_flags & (1 << 28) ? "HT" : "-",
edx_flags        4690 tools/power/x86/turbostat/turbostat.c 			edx_flags & (1 << 29) ? "TM" : "-");
edx_flags        4695 tools/power/x86/turbostat/turbostat.c 	if (!(edx_flags & (1 << 5)))