Searched refs:get_cpuid_or_exit (Results 1 – 1 of 1) sorted by relevance
/linux/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 1394 static void get_cpuid_or_exit(unsigned int leaf, in get_cpuid_or_exit() function 1412 get_cpuid_or_exit(1, &fms, &ebx, &ecx, &edx); in early_cpuid() 1426 get_cpuid_or_exit(0x6, &eax, &ebx, &ecx, &edx); in early_cpuid() 1444 get_cpuid_or_exit(0, &max_level, &ebx, &ecx, &edx); in parse_cpuid() 1453 get_cpuid_or_exit(1, &fms, &ebx, &ecx, &edx); in parse_cpuid() 1478 get_cpuid_or_exit(0x6, &eax, &ebx, &ecx, &edx); in parse_cpuid()
|