Home
last modified time | relevance | path

Searched refs:edx_flags (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c7943 unsigned int fms, family, model, stepping, ecx_flags, edx_flags; in process_cpuid() local
7971 edx_flags = edx; in process_cpuid()
8002 edx_flags & (1 << 4) ? "TSC" : "-", in process_cpuid()
8003 edx_flags & (1 << 5) ? "MSR" : "-", in process_cpuid()
8004 edx_flags & (1 << 22) ? "ACPI-TM" : "-", in process_cpuid()
8005 edx_flags & (1 << 28) ? "HT" : "-", edx_flags & (1 << 29) ? "TM" : "-"); in process_cpuid()
8010 if (!(edx_flags & (1 << 5))) in process_cpuid()