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

/linux-master/drivers/acpi/x86/
H A Dutils.c48 #define ENTRY(status, hid, uid, path, cpu_model, dmi...) { \
50 { X86_MATCH_INTEL_FAM6_MODEL(cpu_model, NULL), {} }, \
57 #define PRESENT_ENTRY_HID(hid, uid, cpu_model, dmi...) \
58 ENTRY(ACPI_STA_DEFAULT, hid, uid, NULL, cpu_model, dmi)
60 #define NOT_PRESENT_ENTRY_HID(hid, uid, cpu_model, dmi...) \
61 ENTRY(0, hid, uid, NULL, cpu_model, dmi)
63 #define PRESENT_ENTRY_PATH(path, cpu_model, dmi...) \
64 ENTRY(ACPI_STA_DEFAULT, "", NULL, path, cpu_model, dmi)
66 #define NOT_PRESENT_ENTRY_PATH(path, cpu_model, dmi...) \
67 ENTRY(0, "", NULL, path, cpu_model, dm
[all...]
/linux-master/tools/perf/util/
H A 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) {
165 if (!(cpu_family == 0x19 && cpu_model < 0x10 && (reg.dc_miss_no_mab_alloc || reg.sw_pf))) {
207 if (!(cpu_family == 0x19 && cpu_model < 0x10 &&
302 ret = sscanf(cpuid, "%*[^,],%u,%u", &cpu_family, &cpu_model);
H A Dsvghelper.c323 static char *cpu_model(void) function
377 10+time2pixels(first_time), cpu2y(cpu) + SLOT_MULT + SLOT_HEIGHT - 4, cpu_model());
/linux-master/drivers/cpufreq/
H A Dlonghaul.c60 static int cpu_model; variable
446 switch (cpu_model) {
548 if (cpu_model < CPU_NEHEMIAH)
769 cpu_model = CPU_SAMUEL;
780 cpu_model = CPU_SAMUEL2;
790 cpu_model = CPU_SAMUEL2;
793 cpu_model = CPU_EZRA;
803 cpu_model = CPU_EZRA_T;
818 cpu_model = CPU_NEHEMIAH;
822 cpu_model
[all...]
H A Dspeedstep-centrino.c63 struct cpu_model struct
75 static DEFINE_PER_CPU(struct cpu_model *, centrino_model);
210 static struct cpu_model models[] =
237 struct cpu_model *model;
/linux-master/arch/x86/kernel/cpu/mce/
H A Dseverity.c48 unsigned char cpu_model; member in struct:severity
55 #define MODEL_STEPPING(m, s) .cpu_model = m, .cpu_minstepping = s
389 if (s->cpu_model && boot_cpu_data.x86_model != s->cpu_model)
/linux-master/drivers/s390/cio/
H A Dcss.h67 __u32 cpu_model : 16; /* CPU model */ member in struct:pgid
H A Dcss.c864 css->global_pgid.cpu_model = cpu_id.machine;
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c27 static int cpu_model; variable
104 if (cpu_model == 0x55)
112 if (cpu_model == 0x55)
120 if (cpu_model == 0x8F)
128 if (cpu_model == 0xCF)
137 if (cpu_model == 0x6A || cpu_model == 0x6C)
150 cpu_model = (fms >> 4) & 0xf;
152 cpu_model += ((fms >> 16) & 0xf) << 4;
3173 err(-1, "Invalid CPU model (%d)\n", cpu_model);
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h508 u64 cpu_model; /* Format as profiled by CPU hardware */ member in struct:npc_mcam_kex

Completed in 173 milliseconds