Home
last modified time | relevance | path

Searched refs:x86_cpu_desc (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/x86/kernel/cpu/
Dmatch.c52 static const struct x86_cpu_desc *
53 x86_match_cpu_with_stepping(const struct x86_cpu_desc *match) in x86_match_cpu_with_stepping()
56 const struct x86_cpu_desc *m; in x86_match_cpu_with_stepping()
72 bool x86_cpu_has_min_microcode_rev(const struct x86_cpu_desc *table) in x86_cpu_has_min_microcode_rev()
74 const struct x86_cpu_desc *res = x86_match_cpu_with_stepping(table); in x86_cpu_has_min_microcode_rev()
/Linux-v5.4/arch/x86/include/asm/
Dcpu_device_id.h22 struct x86_cpu_desc { struct
39 extern bool x86_cpu_has_min_microcode_rev(const struct x86_cpu_desc *table); argument
/Linux-v5.4/arch/x86/events/intel/
Dcore.c3989 static const struct x86_cpu_desc isolation_ucodes[] = {
4030 static const struct x86_cpu_desc pebs_ucodes[] = {
4168 static const struct x86_cpu_desc counter_freezing_ucodes[] = {