Searched refs:cpu_model (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/cpufreq/ |
D | longhaul.c | 60 static int cpu_model; variable 447 switch (cpu_model) { in longhaul_get_ranges() 549 if (cpu_model < CPU_NEHEMIAH) in longhaul_setup_voltagescaling() 770 cpu_model = CPU_SAMUEL; in longhaul_cpu_init() 781 cpu_model = CPU_SAMUEL2; in longhaul_cpu_init() 791 cpu_model = CPU_SAMUEL2; in longhaul_cpu_init() 794 cpu_model = CPU_EZRA; in longhaul_cpu_init() 804 cpu_model = CPU_EZRA_T; in longhaul_cpu_init() 819 cpu_model = CPU_NEHEMIAH; in longhaul_cpu_init() 823 cpu_model = CPU_NEHEMIAH; in longhaul_cpu_init() [all …]
|
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-6.12.1/tools/perf/util/ |
D | amd-sample-raw.c | 20 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()
|
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-6.12.1/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 27 static int cpu_model; variable 106 if (cpu_model == 0x55) in is_clx_n_platform() 114 if (cpu_model == 0x55) in is_skx_based_platform() 122 if (cpu_model == 0x8F) in is_spr_platform() 130 if (cpu_model == 0xCF) in is_emr_platform() 139 if (cpu_model == 0x6A || cpu_model == 0x6C) in is_icx_platform() 152 cpu_model = (fms >> 4) & 0xf; in update_cpu_model() 154 cpu_model += ((fms >> 16) & 0xf) << 4; in update_cpu_model() 3194 err(-1, "Invalid CPU model (%d)\n", cpu_model); in cmdline() 3196 printf("Executing on CPU model:%d[0x%x]\n", cpu_model, cpu_model); in cmdline()
|
/linux-6.12.1/drivers/s390/cio/ |
D | css.h | 76 __u32 cpu_model : 16; /* CPU model */ member
|
D | css.c | 864 css->global_pgid.cpu_model = cpu_id.machine; in css_generate_pgid()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | npc.h | 512 u64 cpu_model; /* Format as profiled by CPU hardware */ member
|