Searched refs:x86_mask (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dintel.c58 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_mask <= 2) {
80 && (c->x86_mask == 0x3 || c->x86_mask == 0x4))
147 boot_cpu_data.x86_mask < 8) {
179 c->x86_mask >= 1 && c->x86_mask <= 4 &&
212 if ((c->x86<<8 | c->x86_model<<4 | c->x86_mask) < 0x633)
215 if ((c->x86 == 15) && (c->x86_model == 1) && (c->x86_mask == 1)) {
232 (c->x86_mask < 0x6 || c->x86_mask
[all...]
H A Damd.c62 if (c->x86_model == 6 && c->x86_mask == 1) {
93 (c->x86_model == 8 && c->x86_mask < 8)) {
112 if ((c->x86_model == 8 && c->x86_mask > 7) ||
153 if ((c->x86_model == 6) && ((c->x86_mask == 0) ||
154 (c->x86_mask == 1)))
158 if ((c->x86_model == 7) && (c->x86_mask == 0))
168 if (((c->x86_model == 6) && (c->x86_mask >= 2)) ||
169 ((c->x86_model == 7) && (c->x86_mask >= 1)) ||
214 if ((c->x86_model == 8 && c->x86_mask >= 1) || (c->x86_model > 8)) {
396 (c->x86_model == 8 && c->x86_mask >
[all...]
H A Dproc.c84 if (c->x86_mask || c->cpuid_level >= 0)
85 seq_printf(m, "stepping\t: %d\n", c->x86_mask);
H A Dcentaur.c382 switch (c->x86_mask) {
485 (c->x86_mask == 1) && (size == 65))
H A Dperfctr-watchdog.c528 if (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_mask == 4)
711 boot_cpu_data.x86_mask == 4))) {
H A Dcommon.c534 c->x86_mask = tfms & 0xf;
766 c->x86_model = c->x86_mask = 0; /* So far unknown... */
976 if (c->x86_mask || c->cpuid_level >= 0)
977 printk(KERN_CONT " stepping %02x\n", c->x86_mask);
H A Dcyrix.c208 c->x86_mask = dir1 & 0xf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dspeedstep-lib.c275 dprintk("ebx value is %x, x86_mask is %x\n", ebx, c->x86_mask);
277 switch (c->x86_mask) {
364 if (c->x86_mask == 0x01) {
H A Dspeedstep-centrino.c41 __u8 x86_mask; /* stepping */ member in struct:cpu_id
281 (c->x86_mask == x->x86_mask))
H A Dp4-clockmod.c212 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_mask;
H A Dlonghaul.c805 switch (c->x86_mask) {
817 if (c->x86_mask < 8) {
844 switch (c->x86_mask) {
H A Dacpi-cpufreq.c497 (c->x86_mask == 8)) {
H A Dpowernow-k7.c140 if ((c->x86_model == 6) && (c->x86_mask == 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/hw_random/
H A Dvia-rng.c166 if ((c->x86_model == 9) && (c->x86_mask > 7))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dacpi.h135 boot_cpu_data.x86_mask < 0x0A)
H A Dprocessor.h65 __u8 x86_mask; member in struct:cpuinfo_x86
/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)) {
328 if ((c->x86_model == 0xe) && (c->x86_mask < 0xc)) {
H A Dk10temp.c129 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_mask <= 2);
H A Dk8temp.c192 stepping = boot_cpu_data.x86_mask;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mtrr/
H A Dmain.c699 (boot_cpu_data.x86_mask == 0x3 ||
700 boot_cpu_data.x86_mask == 0x4))
H A Dgeneric.c710 boot_cpu_data.x86_mask <= 7) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/geode/
H A Dvideo_gx.c130 if (cpu_data(0).x86_mask == 1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dasm-offsets_32.c46 OFFSET(CPUINFO_x86_mask, cpuinfo_x86, x86_mask);
H A Dmicrocode_intel.c426 c->x86, c->x86_model, c->x86_mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-aes.c532 if (c->x86 == 6 && c->x86_model == 15 && c->x86_mask == 2) {

Completed in 181 milliseconds

12