Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c4362 unsigned int has_rapl = 0; in rapl_probe_amd() local
4368 has_rapl = edx & (1 << 14); in rapl_probe_amd()
4371 if (!has_rapl || family < 0x17) in rapl_probe_amd()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c4748 unsigned int has_rapl = 0; in rapl_probe_amd() local
4756 has_rapl = edx & (1 << 14); in rapl_probe_amd()
4759 if (!has_rapl || family < 0x17) in rapl_probe_amd()

Completed in 15 milliseconds