Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dlonghaul.c60 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 …]
H A 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/tools/perf/util/
H A Damd-sample-raw.c20 static u32 cpu_family, cpu_model, ibs_fetch_type, ibs_op_type; variable
47 if (cpu_family == 0x19 && cpu_model < 0x10) { in pr_ibs_fetch_ctl()
184 if (!(cpu_family == 0x19 && cpu_model < 0x10 && (reg.dc_miss_no_mab_alloc || reg.sw_pf))) { in pr_ibs_op_data3()
250 if (!(cpu_family == 0x19 && cpu_model < 0x10 && in amd_dump_ibs_op()
345 ret = sscanf(cpuid, "%*[^,],%u,%u", &cpu_family, &cpu_model); in parse_cpuid()
H A Dsvghelper.c324 static char *cpu_model(void) in cpu_model() function
378 10+time2pixels(first_time), cpu2y(cpu) + SLOT_MULT + SLOT_HEIGHT - 4, cpu_model()); in svg_cpu_box()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h512 u64 cpu_model; /* Format as profiled by CPU hardware */ member