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

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dgeode.h21 (boot_cpu_data.x86_model == 5));
28 (boot_cpu_data.x86_model == 10));
H A Dacpi.h134 boot_cpu_data.x86_model <= 0x05 &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Damd.c41 if (c->x86_model == 9 || c->x86_model == 10) {
53 if (c->x86_model < 6) {
55 if (c->x86_model == 0) {
62 if (c->x86_model == 6 && c->x86_mask == 1) {
92 if (c->x86_model < 8 ||
93 (c->x86_model == 8 && c->x86_mask < 8)) {
112 if ((c->x86_model == 8 && c->x86_mask > 7) ||
113 c->x86_model == 9 || c->x86_model
[all...]
H A Dintel.c33 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) {
46 if ((c->x86 == 0xf && c->x86_model >= 0x03) ||
47 (c->x86 == 0x6 && c->x86_model >= 0x0e))
58 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_mask <= 2) {
79 if (c->x86 == 0xF && c->x86_model == 0x3
107 if (c->x86 == 6 && c->x86_model < 15)
146 boot_cpu_data.x86_model == 1 &&
180 c->x86_model <= 3) {
212 if ((c->x86<<8 | c->x86_model<<4 | c->x86_mask) < 0x633)
215 if ((c->x86 == 15) && (c->x86_model
[all...]
H A Dcentaur.c281 if (c->x86_model >= 6 && c->x86_model <= 9) {
289 if (c->x86_model >= 6 && c->x86_model < 9)
292 if (c->x86 == 0x6 && c->x86_model >= 0xf) {
331 if (c->x86_model >= 0xf)
359 switch (c->x86_model) {
450 if (c->x86_model >= 8)
476 if ((c->x86 == 6) && ((c->x86_model == 7) || (c->x86_model
[all...]
H A Dperf_event_p6.c119 switch (boot_cpu_data.x86_model) {
133 boot_cpu_data.x86_model);
H A Dcyrix.c207 c->x86_model = (dir1 >> 4) + 1;
239 (c->x86_model)++;
291 c->x86_model = (dir1 & 0x20) ? 1 : 2;
307 (c->x86_model)++;
356 if (c->x86 == 5 && c->x86_model == 5)
H A Dperfctr-watchdog.c528 if (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_mask == 4)
709 if ((boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 14) ||
710 ((boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 15 &&
721 if (boot_cpu_data.x86_model > 13)
H A Dproc.c81 c->x86_model,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/hw_random/
H A Dvia-rng.c139 if ((c->x86 == 6) && (c->x86_model >= 0x0f)) {
166 if ((c->x86_model == 9) && (c->x86_mask > 7))
170 if (c->x86_model >= 10)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dcoretemp.c171 if ((c->x86_model == 0xf) && (c->x86_mask < 4)) {
177 if (c->x86_model == 0x1c) {
192 if ((c->x86_model > 0xe) && (usemsr_ee)) {
206 } else if (c->x86_model < 0x17 && !(eax & 0x10000000)) {
217 if ((c->x86_model == 0x17) &&
276 switch (c->x86_model) {
290 " using default TjMax of 100C.\n", c->x86_model);
328 if ((c->x86_model == 0xe) && (c->x86_mask < 0xc)) {
349 if ((c->x86_model > 0xe) && (c->x86_model !
[all...]
H A Dvia-cputemp.c120 switch (c->x86_model) {
298 if (c->x86_model < 0x0a)
301 if (c->x86_model > 0x0f) {
303 "model 0x%x\n", c->x86_model);
H A Dk10temp.c128 return boot_cpu_data.x86_model < 4 ||
129 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_mask <= 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dsc520_freq.c114 c->x86 != 4 || c->x86_model != 9)
163 c->x86 != 4 || c->x86_model != 9) {
H A Dspeedstep-lib.c188 if (c->x86_model < 2)
260 dprintk("x86: %x, model: %x\n", c->x86, c->x86_model);
269 if (c->x86_model != 2)
325 switch (c->x86_model) {
H A Delanfreq.c208 (c->x86 != 4) || (c->x86_model != 10))
287 (c->x86 != 4) || (c->x86_model != 10)) {
H A Dpowernow-k6.c226 ((c->x86_model != 12) && (c->x86_model != 13)))
H A Dp4-clockmod.c166 switch (c->x86_model) {
212 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_mask;
223 c->x86_model < 2) {
H A Dspeedstep-centrino.c40 __u8 x86_model; /* model */ member in struct:cpu_id
280 (c->x86_model == x->x86_model) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/idle/
H A Dintel_idle.c248 switch (boot_cpu_data.x86_model) {
274 boot_cpu_data.x86, boot_cpu_data.x86_model);
279 " model 0x%X\n", boot_cpu_data.x86_model);
342 boot_cpu_data.x86_model, cstate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmrst.c239 if (boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 0x27)
241 else if (boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 0x26)
245 boot_cpu_data.x86, boot_cpu_data.x86_model);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/oprofile/
H A Dop_model_ppro.c99 current_cpu_data.x86_model == 15)) {
238 current_cpu_data.x86_model == 15) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Des7000_32.c155 (boot_cpu_data.x86_model >= 7 && boot_cpu_data.x86_model <= 11))
170 if (!(boot_cpu_data.x86 <= 15 && boot_cpu_data.x86_model <= 2))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dcstate.c51 (c->x86 > 0xf || (c->x86 == 6 && c->x86_model >= 0x0f)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dcs553x_nand.c268 boot_cpu_data.x86_model == 10)
274 boot_cpu_data.x86_model == 5)

Completed in 512 milliseconds

123