Home
last modified time | relevance | path

Searched refs:cpu_model (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/drivers/acpi/x86/
Dutils.c48 #define ENTRY(status, hid, uid, path, cpu_model, dmi...) { \ argument
50 { X86_MATCH_INTEL_FAM6_MODEL(cpu_model, NULL), {} }, \
57 #define PRESENT_ENTRY_HID(hid, uid, cpu_model, dmi...) \ argument
58 ENTRY(ACPI_STA_DEFAULT, hid, uid, NULL, cpu_model, dmi)
60 #define NOT_PRESENT_ENTRY_HID(hid, uid, cpu_model, dmi...) \ argument
61 ENTRY(0, hid, uid, NULL, cpu_model, dmi)
63 #define PRESENT_ENTRY_PATH(path, cpu_model, dmi...) \ argument
64 ENTRY(ACPI_STA_DEFAULT, "", NULL, path, cpu_model, dmi)
66 #define NOT_PRESENT_ENTRY_PATH(path, cpu_model, dmi...) \ argument
67 ENTRY(0, "", NULL, path, cpu_model, dmi)
/linux-6.1.9/drivers/cpufreq/
Dlonghaul.c60 static int cpu_model; variable
446 switch (cpu_model) { in longhaul_get_ranges()
548 if (cpu_model < CPU_NEHEMIAH) in longhaul_setup_voltagescaling()
769 cpu_model = CPU_SAMUEL; in longhaul_cpu_init()
780 cpu_model = CPU_SAMUEL2; in longhaul_cpu_init()
790 cpu_model = CPU_SAMUEL2; in longhaul_cpu_init()
793 cpu_model = CPU_EZRA; in longhaul_cpu_init()
803 cpu_model = CPU_EZRA_T; in longhaul_cpu_init()
818 cpu_model = CPU_NEHEMIAH; in longhaul_cpu_init()
822 cpu_model = CPU_NEHEMIAH; in longhaul_cpu_init()
[all …]
Dspeedstep-centrino.c63 struct cpu_model struct
75 static DEFINE_PER_CPU(struct cpu_model *, centrino_model); argument
210 static struct cpu_model models[] =
237 struct cpu_model *model; in centrino_cpu_init_table()
/linux-6.1.9/tools/perf/util/
Damd-sample-raw.c20 static u32 cpu_family, cpu_model, ibs_fetch_type, ibs_op_type; variable
45 if (cpu_family == 0x19 && cpu_model < 0x10) { in pr_ibs_fetch_ctl()
165 if (!(cpu_family == 0x19 && cpu_model < 0x10 && (reg.dc_miss_no_mab_alloc || reg.sw_pf))) { in pr_ibs_op_data3()
207 if (!(cpu_family == 0x19 && cpu_model < 0x10 && in amd_dump_ibs_op()
302 ret = sscanf(cpuid, "%*[^,],%u,%u", &cpu_family, &cpu_model); in parse_cpuid()
Dsvghelper.c323 static char *cpu_model(void) in cpu_model() function
377 10+time2pixels(first_time), cpu2y(cpu) + SLOT_MULT + SLOT_HEIGHT - 4, cpu_model()); in svg_cpu_box()
/linux-6.1.9/arch/x86/kernel/cpu/mce/
Dseverity.c48 unsigned char cpu_model; member
55 #define MODEL_STEPPING(m, s) .cpu_model = m, .cpu_minstepping = s
384 if (s->cpu_model && boot_cpu_data.x86_model != s->cpu_model) in mce_severity_intel()
/linux-6.1.9/tools/power/x86/intel-speed-select/
Disst-config.c26 static int cpu_model; variable
97 if (cpu_model == 0x55) in is_clx_n_platform()
105 if (cpu_model == 0x55) in is_skx_based_platform()
113 if (cpu_model == 0x8F) in is_spr_platform()
121 if (cpu_model == 0x6A || cpu_model == 0x6C) in is_icx_platform()
134 cpu_model = (fms >> 4) & 0xf; in update_cpu_model()
136 cpu_model += ((fms >> 16) & 0xf) << 4; in update_cpu_model()
2872 err(-1, "Invalid CPU model (%d)\n", cpu_model); in cmdline()
2874 printf("Executing on CPU model:%d[0x%x]\n", cpu_model, cpu_model); in cmdline()
/linux-6.1.9/drivers/s390/cio/
Dcss.h67 __u32 cpu_model : 16; /* CPU model */ member
Dcss.c864 css->global_pgid.cpu_model = cpu_id.machine; in css_generate_pgid()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Dnpc.h490 u64 cpu_model; /* Format as profiled by CPU hardware */ member