Searched refs:cpu_model (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/cpufreq/ |
A D | longhaul.c | 60 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 …]
|
A D | speedstep-centrino.c | 63 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/tools/perf/util/ |
A D | amd-sample-raw.c | 20 static u32 cpu_family, cpu_model, ibs_fetch_type, ibs_op_type; variable 43 if (cpu_family == 0x19 && cpu_model < 0x10) { in pr_ibs_fetch_ctl() 116 if (!(cpu_family == 0x19 && cpu_model < 0x10 && (reg.dc_miss_no_mab_alloc || reg.sw_pf))) { in pr_ibs_op_data3() 158 if (!(cpu_family == 0x19 && cpu_model < 0x10 && in amd_dump_ibs_op() 253 ret = sscanf(cpuid, "%*[^,],%u,%u", &cpu_family, &cpu_model); in parse_cpuid()
|
A D | svghelper.c | 323 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/arch/x86/kernel/cpu/mce/ |
A D | severity.c | 48 unsigned char cpu_model; member 55 #define MODEL_STEPPING(m, s) .cpu_model = m, .cpu_minstepping = s 393 if (s->cpu_model && boot_cpu_data.x86_model != s->cpu_model) in mce_severity_intel()
|
/linux/tools/power/x86/intel-speed-select/ |
A D | isst-config.c | 25 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() 111 if (cpu_model == 0x8F) in is_spr_platform() 119 if (cpu_model == 0x6A || cpu_model == 0x6C) in is_icx_platform() 132 cpu_model = (fms >> 4) & 0xf; in update_cpu_model() 134 cpu_model += ((fms >> 16) & 0xf) << 4; in update_cpu_model() 2860 err(-1, "Invalid CPU model (%d)\n", cpu_model); in cmdline() 2862 printf("Executing on CPU model:%d[0x%x]\n", cpu_model, cpu_model); in cmdline()
|
/linux/drivers/s390/cio/ |
A D | css.h | 67 __u32 cpu_model : 16; /* CPU model */ member
|
A D | css.c | 907 css->global_pgid.cpu_model = cpu_id.machine; in css_generate_pgid()
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
A D | npc.h | 465 u64 cpu_model; /* Format as profiled by CPU hardware */ member
|
Completed in 26 milliseconds