Searched refs:x86_model (Results 1 - 25 of 89) sorted by relevance

1234

/linux-master/arch/x86/include/asm/
H A Dgeode.h18 (boot_cpu_data.x86_model == 5));
25 (boot_cpu_data.x86_model == 10));
H A Dcpu_device_id.h180 u8 x86_model; member in struct:x86_cpu_desc
188 .x86_model = (model), \
H A Dcpu.h27 unsigned int x86_model(unsigned int sig);
H A Damd_nb.h109 (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model < 0x10))
/linux-master/arch/x86/lib/
H A Dcpu.c19 unsigned int x86_model(unsigned int sig) function
32 EXPORT_SYMBOL_GPL(x86_model); variable
/linux-master/arch/x86/kernel/cpu/
H A Dmatch.c49 if (m->model != X86_MODEL_ANY && c->x86_model != m->model)
68 for (m = match; m->x86_family | m->x86_model; m++) {
73 if (c->x86_model != m->x86_model)
H A Damd.c99 if (c->x86_model == 9 || c->x86_model == 10) {
112 if (c->x86_model < 6) {
114 if (c->x86_model == 0) {
121 if (c->x86_model == 6 && c->x86_stepping == 1) {
150 if (c->x86_model < 8 ||
151 (c->x86_model == 8 && c->x86_stepping < 8)) {
170 if ((c->x86_model == 8 && c->x86_stepping > 7) ||
171 c->x86_model == 9 || c->x86_model
[all...]
H A Dcentaur.c53 if (c->x86_model >= 6 && c->x86_model <= 13) {
61 if (c->x86_model >= 6 && c->x86_model < 9)
64 if (c->x86 == 0x6 && c->x86_model >= 0xf) {
101 if ((c->x86 == 6 && c->x86_model >= 0xf) ||
146 switch (c->x86_model) {
195 if (c->x86_model >= 8)
221 if ((c->x86 == 6) && ((c->x86_model == 7) || (c->x86_model
[all...]
H A Dintel.c75 switch (c->x86_model) {
109 switch (c->x86_model) {
180 if (c->x86_model == spectre_bad_microcodes[i].model &&
276 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) {
284 if ((c->x86 == 0xf && c->x86_model >= 0x03) ||
285 (c->x86 == 0x6 && c->x86_model >= 0x0e))
315 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_stepping <= 2 &&
330 if (c->x86 == 0xF && c->x86_model == 0x3
348 switch (c->x86_model) {
370 if (c->x86 == 6 && c->x86_model < 1
[all...]
H A Dcyrix.c218 c->x86_model = (dir1 >> 4) + 1;
250 (c->x86_model)++;
315 c->x86_model = (dir1 & 0x20) ? 1 : 2;
332 (c->x86_model)++;
381 if (c->x86 == 5 && c->x86_model == 5)
H A Dtopology_amd.c113 if (!boot_cpu_has(X86_FEATURE_HYPERVISOR) && tscan->c->x86_model <= 0x3) {
157 c->x86 != 0x15 || c->x86_model < 0x10 || c->x86_model > 0x6f)
/linux-master/arch/x86/kernel/acpi/
H A Dcppc.c19 if (boot_cpu_data.x86 == 0x19 && ((boot_cpu_data.x86_model <= 0x0f) ||
20 (boot_cpu_data.x86_model >= 0x20 && boot_cpu_data.x86_model <= 0x2f)))
23 boot_cpu_data.x86_model >= 0x30 && boot_cpu_data.x86_model <= 0x7f)
H A Dcstate.c53 (c->x86 > 0xf || (c->x86 == 6 && c->x86_model >= 0x0f)))
57 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model == 0x0f &&
/linux-master/arch/x86/crypto/
H A Dtwofish_glue_3way.c111 (boot_cpu_data.x86_model == 0x1c ||
112 boot_cpu_data.x86_model == 0x26 ||
113 boot_cpu_data.x86_model == 0x36)) {
/linux-master/drivers/char/hw_random/
H A Dvia-rng.c138 if (((c->x86 == 6) && (c->x86_model >= 0x0f)) || (c->x86 > 6)){
165 if ((c->x86_model == 9) && (c->x86_stepping > 7))
169 if (c->x86_model >= 10)
/linux-master/arch/x86/kernel/cpu/mce/
H A Dintel.c458 switch (c->x86_model) {
488 ((c->x86_model == INTEL_FAM6_HASWELL) ||
489 (c->x86_model == INTEL_FAM6_HASWELL_L) ||
490 (c->x86_model == INTEL_FAM6_BROADWELL) ||
491 (c->x86_model == INTEL_FAM6_HASWELL_G) ||
492 (c->x86_model == INTEL_FAM6_SKYLAKE_X)) &&
/linux-master/drivers/cpufreq/
H A Dp4-clockmod.c123 switch (c->x86_model) {
166 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping;
177 c->x86_model < 2) {
H A Dspeedstep-lib.c186 if (c->x86_model < 2)
259 pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model);
268 if (c->x86_model != 2)
324 switch (c->x86_model) {
H A Dsc520_freq.c78 c->x86 != 4 || c->x86_model != 9)
/linux-master/drivers/staging/media/atomisp/include/linux/
H A Datomisp_platform.h222 boot_cpu_data.x86_model == (x))
225 (boot_cpu_data.x86_model == (x) || \
226 boot_cpu_data.x86_model == (y)))
/linux-master/drivers/hwmon/
H A Dfam15h_power.c68 return boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60;
296 (c->x86_model <= 0xf ||
297 (c->x86_model >= 0x60 && c->x86_model <= 0x7f)))
314 (c->x86_model <= 0xf ||
315 (c->x86_model >= 0x60 && c->x86_model <= 0x7f)))
H A Dcoretemp.c190 if (c->x86_model == tm->model &&
197 if (c->x86_model == 0xf && c->x86_stepping < 4)
200 if (c->x86_model > 0xe && usemsr_ee) {
214 } else if (c->x86_model < 0x17 && !(eax & 0x10000000)) {
229 if (c->x86_model == 0x17 &&
263 u8 model = c->x86_model;
463 if (c->x86_model == 0xe && c->x86_stepping < 0xc && c->microcode < 0x39) {
583 if (c->x86_model > 0xe && c->x86_model != 0x1c)
H A Dk10temp.c341 return boot_cpu_data.x86_model < 4 ||
342 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2);
422 ((boot_cpu_data.x86_model & 0xf0) == 0x60 ||
423 (boot_cpu_data.x86_model & 0xf0) == 0x70)) {
431 switch (boot_cpu_data.x86_model) {
456 switch (boot_cpu_data.x86_model) {
/linux-master/arch/x86/kernel/
H A Dasm-offsets_32.c17 OFFSET(CPUINFO_x86_model, cpuinfo_x86, x86_model);
/linux-master/arch/um/include/asm/
H A Dcpufeature.h139 boot_cpu_data.x86_model

Completed in 418 milliseconds

1234