Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/power/x86/x86_energy_perf_policy/
A Dx86_energy_perf_policy.c1393 static void get_cpuid_or_exit(unsigned int leaf, in get_cpuid_or_exit() function
1411 get_cpuid_or_exit(1, &fms, &ebx, &ecx, &edx); in early_cpuid()
1425 get_cpuid_or_exit(0x6, &eax, &ebx, &ecx, &edx); in early_cpuid()
1443 get_cpuid_or_exit(0, &max_level, &ebx, &ecx, &edx); in parse_cpuid()
1452 get_cpuid_or_exit(1, &fms, &ebx, &ecx, &edx); in parse_cpuid()
1477 get_cpuid_or_exit(0x6, &eax, &ebx, &ecx, &edx); in parse_cpuid()

Completed in 11 milliseconds