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);
60 struct cpuid_func {81 struct cpuid_func *funcs;178 struct cpuid_func *func; in raw_dump_range() 224 struct cpuid_func *func = &range->funcs[f]; in setup_cpuid_range() 256 range_funcs_sz = range->nr * sizeof(struct cpuid_func); in setup_cpuid_range() 317 struct cpuid_func *func; in parse_line() 518 static void show_func(struct cpuid_func *func) in show_range() 530 static inline struct cpuid_func *index_to_func(u32 index) in index_to_func() 545 struct cpuid_func *func; in show_info() 57 struct cpuid_func { global() struct 68 nrcpuid_func global() argument