Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/arch/x86/oprofile/
Dnmi_int.c559 __u8 cpu_model = boot_cpu_data.x86_model; in p4_init() local
561 if (cpu_model > 6 || cpu_model == 5) in p4_init()
613 __u8 cpu_model = boot_cpu_data.x86_model; in ppro_init() local
631 switch (cpu_model) { in ppro_init()
/Linux-v5.10/arch/x86/kernel/cpu/mce/
Dseverity.c48 unsigned char cpu_model; member
55 #define MODEL_STEPPING(m, s) .cpu_model = m, .cpu_minstepping = s
397 if (s->cpu_model && boot_cpu_data.x86_model != s->cpu_model) in mce_severity_intel()
/Linux-v5.10/drivers/s390/cio/
Dcss.h59 __u32 cpu_model : 16; /* CPU model */ member
Dcss.c863 css->global_pgid.cpu_model = cpu_id.machine; in css_generate_pgid()
/Linux-v5.10/tools/power/x86/intel-speed-select/
Disst-config.c25 static int cpu_model; variable
95 if (cpu_model == 0x55) in is_clx_n_platform()
103 if (cpu_model == 0x55) in is_skx_based_platform()
116 cpu_model = (fms >> 4) & 0xf; in update_cpu_model()
118 cpu_model += ((fms >> 16) & 0xf) << 4; in update_cpu_model()
2680 err(-1, "Invalid CPU model (%d)\n", cpu_model); in cmdline()
2682 printf("Executing on CPU model:%d[0x%x]\n", cpu_model, cpu_model); in cmdline()
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Dnpc.h313 u64 cpu_model; /* Format as profiled by CPU hardware */ member
/Linux-v5.10/tools/perf/util/
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()