Lines Matching refs:cpuinfo_x86
95 static void default_init(struct cpuinfo_x86 *c) in default_init()
277 static void squash_the_stupid_serial_number(struct cpuinfo_x86 *c) in squash_the_stupid_serial_number()
308 static inline void squash_the_stupid_serial_number(struct cpuinfo_x86 *c) in squash_the_stupid_serial_number()
322 static __always_inline void setup_smep(struct cpuinfo_x86 *c) in setup_smep()
335 static __always_inline void setup_smap(struct cpuinfo_x86 *c) in setup_smap()
351 static __always_inline void setup_umip(struct cpuinfo_x86 *c) in setup_umip()
451 static __always_inline void setup_pku(struct cpuinfo_x86 *c) in setup_pku()
510 static void filter_cpuid_features(struct cpuinfo_x86 *c, bool warn) in filter_cpuid_features()
547 static const char *table_lookup_model(struct cpuinfo_x86 *c) in table_lookup_model()
624 static void get_model_name(struct cpuinfo_x86 *c) in get_model_name()
655 void detect_num_cpu_cores(struct cpuinfo_x86 *c) in detect_num_cpu_cores()
668 void cpu_detect_cache_sizes(struct cpuinfo_x86 *c) in cpu_detect_cache_sizes()
715 static void cpu_detect_tlb(struct cpuinfo_x86 *c) in cpu_detect_tlb()
729 int detect_ht_early(struct cpuinfo_x86 *c) in detect_ht_early()
752 void detect_ht(struct cpuinfo_x86 *c) in detect_ht()
774 static void get_cpu_vendor(struct cpuinfo_x86 *c) in get_cpu_vendor()
800 void cpu_detect(struct cpuinfo_x86 *c) in cpu_detect()
825 static void apply_forced_caps(struct cpuinfo_x86 *c) in apply_forced_caps()
835 static void init_speculation_control(struct cpuinfo_x86 *c) in init_speculation_control()
876 static void init_cqm(struct cpuinfo_x86 *c) in init_cqm()
900 void get_cpu_cap(struct cpuinfo_x86 *c) in get_cpu_cap()
983 void get_cpu_address_sizes(struct cpuinfo_x86 *c) in get_cpu_address_sizes()
1000 static void identify_cpu_without_cpuid(struct cpuinfo_x86 *c) in identify_cpu_without_cpuid()
1201 static void __init cpu_set_bug_bits(struct cpuinfo_x86 *c) in cpu_set_bug_bits()
1346 static void __init early_identify_cpu(struct cpuinfo_x86 *c) in early_identify_cpu()
1474 void check_null_seg_clears_base(struct cpuinfo_x86 *c) in check_null_seg_clears_base()
1509 static void generic_identify(struct cpuinfo_x86 *c) in generic_identify()
1568 static void x86_init_cache_qos(struct cpuinfo_x86 *c) in x86_init_cache_qos()
1586 static void validate_apic_and_package_id(struct cpuinfo_x86 *c) in validate_apic_and_package_id()
1607 static void identify_cpu(struct cpuinfo_x86 *c) in identify_cpu()
1769 void identify_secondary_cpu(struct cpuinfo_x86 *c) in identify_secondary_cpu()
1792 void print_cpu_info(struct cpuinfo_x86 *c) in print_cpu_info()
2148 struct cpuinfo_x86 info; in microcode_check()