Searched refs:boot_cpu_data (Results 51 - 75 of 140) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dcacheflush.h63 if (boot_cpu_data.dcache.n_aliases && PageAnon(page))
H A Dprocessor.h96 #define boot_cpu_data cpu_data[0] macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dintel.c144 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL &&
145 boot_cpu_data.x86 == 6 &&
146 boot_cpu_data.x86_model == 1 &&
147 boot_cpu_data.x86_mask < 8) {
H A Damd.c530 if (c == &boot_cpu_data)
536 if (c == &boot_cpu_data && c->x86 >= 0xf) {
636 * yet, fall back to boot_cpu_data.
639 cpu = &boot_cpu_data;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dm32r_ksyms.c20 EXPORT_SYMBOL(boot_cpu_data); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Des7000_32.c154 if (boot_cpu_data.x86 == 6 &&
155 (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))
H A Dapic.c232 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD &&
233 boot_cpu_data.x86 >= 0xf)
1048 if (modern_apic() || boot_cpu_data.x86_vendor == X86_VENDOR_AMD)
1089 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) &&
1090 (boot_cpu_data.x86 == 15))
1503 switch (boot_cpu_data.x86_vendor) {
1505 if ((boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model > 1) ||
1506 (boot_cpu_data.x86 >= 15))
1510 if (boot_cpu_data
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dprocessor.h132 extern struct cpuinfo_x86 boot_cpu_data;
144 #define cpu_data(cpu) boot_cpu_data
145 #define current_cpu_data boot_cpu_data
159 #define cache_line_size() (boot_cpu_data.x86_cache_alignment)
721 if (boot_cpu_data.x86 < 5)
785 if (boot_cpu_data.x86 < 6)
796 if (boot_cpu_data.x86 < 6)
H A Dlocal.h131 if (unlikely(boot_cpu_data.x86 <= 3))
H A Dtopology.h205 #define mc_capable() ((boot_cpu_data.x86_max_cores > 1) && \
H A Dcmpxchg_32.h8 * you need to test for the feature in boot_cpu_data.
218 if (likely(boot_cpu_data.x86 > 3)) \
231 if (likely(boot_cpu_data.x86 > 3)) \
H A Datomic.h178 if (unlikely(boot_cpu_data.x86 <= 3))
H A Dptrace.h281 #define arch_has_block_step() (boot_cpu_data.x86 >= 6)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Damd64_edac.c161 switch (boot_cpu_data.x86) {
207 if (boot_cpu_data.x86 == 0xf && pvt->ext_model < K8_REV_F)
455 if (boot_cpu_data.x86 == 0xf && pvt->ext_model < K8_REV_E) {
462 if (boot_cpu_data.x86 == 0x10 &&
497 if (boot_cpu_data.x86 > 0xf)
799 if (boot_cpu_data.x86 == 0x11)
801 else if (boot_cpu_data.x86 == 0x10)
803 else if (boot_cpu_data.x86 == 0xf)
821 bit = (boot_cpu_data.x86 > 0xf || pvt->ext_model >= K8_REV_F)
877 (boot_cpu_data
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dk8temp.c191 model = boot_cpu_data.x86_model;
192 stepping = boot_cpu_data.x86_mask;
194 switch (boot_cpu_data.x86) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/pci/
H A Damd_bus.c41 if (boot_cpu_data.x86 < 0x10)
386 if (boot_cpu_data.x86 < 0x10)
400 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_wc_x86_64.c183 return boot_cpu_data.x86_vendor != X86_VENDOR_AMD;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dalternative.c158 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL &&
385 clear_cpu_cap(&boot_cpu_data, X86_FEATURE_UP);
392 set_cpu_cap(&boot_cpu_data, X86_FEATURE_UP);
487 set_cpu_cap(&boot_cpu_data, X86_FEATURE_UP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dsetup.c38 struct avr32_cpuinfo boot_cpu_data = { variable in typeref:struct:avr32_cpuinfo
41 EXPORT_SYMBOL(boot_cpu_data); variable
565 boot_cpu_data.clk = cpu_clk;
566 boot_cpu_data.loops_per_jiffy = cpu_hz * 4;
H A Dtime.c125 counter_hz = clk_get_rate(boot_cpu_data.clk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c53 if (!((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) &&
54 (boot_cpu_data.x86 >= 0x0f)))
708 if (is_cpu(INTEL) && boot_cpu_data.x86 == 6 &&
709 boot_cpu_data.x86_model == 1 &&
710 boot_cpu_data.x86_mask <= 7) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dperf_event.c246 if (!(boot_cpu_data.flags & CPU_HAS_PERF_COUNTER)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4a/
H A Dperf_event.c262 if (!(boot_cpu_data.flags & CPU_HAS_PERF_COUNTER)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7724/
H A Dirq.c113 int i, nid = cpu_to_node(boot_cpu_data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dcstate.c174 struct cpuinfo_x86 *c = &boot_cpu_data;

Completed in 123 milliseconds

123456