Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/cpupower/utils/helpers/
H A Dcpuid.c24 #define cpuid_func(reg) \ macro
31 cpuid_func(eax);
32 cpuid_func(ebx);
33 cpuid_func(ecx);
34 cpuid_func(edx);
/openbmc/linux/tools/arch/x86/kcpuid/
H A Dkcpuid.c56 struct cpuid_func { struct
67 struct cpuid_func *funcs; argument
142 struct cpuid_func *func; in cpuid_store()
191 struct cpuid_func *func = &range->funcs[f]; in raw_dump_range()
234 range->funcs = malloc(sizeof(struct cpuid_func) * idx_func); in setup_cpuid_range()
239 memset(range->funcs, 0, sizeof(struct cpuid_func) * idx_func); in setup_cpuid_range()
296 struct cpuid_func *func; in parse_line()
498 static void show_func(struct cpuid_func *func) in show_func()
517 static inline struct cpuid_func *index_to_func(u32 index) in index_to_func()
534 struct cpuid_func *func; in show_info()