Searched refs:cpuid_func (Results 1 – 2 of 2) sorted by relevance
24 #define cpuid_func(reg) \ macro31 cpuid_func(eax);32 cpuid_func(ebx);33 cpuid_func(ecx);34 cpuid_func(edx);
52 struct cpuid_func { struct63 struct cpuid_func *funcs; argument138 struct cpuid_func *func; in cpuid_store()187 struct cpuid_func *func = &range->funcs[f]; in raw_dump_range()230 range->funcs = malloc(sizeof(struct cpuid_func) * idx_func); in setup_cpuid_range()235 memset(range->funcs, 0, sizeof(struct cpuid_func) * idx_func); in setup_cpuid_range()292 struct cpuid_func *func; in parse_line()480 static void show_func(struct cpuid_func *func) in show_func()499 static inline struct cpuid_func *index_to_func(u32 index) in index_to_func()515 struct cpuid_func *func; in show_info()