Searched refs:boot_cpu_data (Results 1 - 25 of 140) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2a/
H A Dprobe.c18 boot_cpu_data.family = CPU_FAMILY_SH2A;
21 boot_cpu_data.flags |= CPU_HAS_OP32;
24 boot_cpu_data.type = CPU_SH7201;
25 boot_cpu_data.flags |= CPU_HAS_FPU;
27 boot_cpu_data.type = CPU_SH7203;
28 boot_cpu_data.flags |= CPU_HAS_FPU;
30 boot_cpu_data.type = CPU_SH7263;
31 boot_cpu_data.flags |= CPU_HAS_FPU;
33 boot_cpu_data.type = CPU_SH7206;
34 boot_cpu_data
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2/
H A Dprobe.c19 boot_cpu_data.type = CPU_SH7619;
20 boot_cpu_data.dcache.ways = 4;
21 boot_cpu_data.dcache.way_incr = (1<<12);
22 boot_cpu_data.dcache.sets = 256;
23 boot_cpu_data.dcache.entry_shift = 4;
24 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES;
25 boot_cpu_data.dcache.flags = 0;
30 boot_cpu_data.dcache.flags |= SH_CACHE_COMBINED;
31 boot_cpu_data.icache = 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 Dgeode.h19 return ((boot_cpu_data.x86_vendor == X86_VENDOR_NSC) &&
20 (boot_cpu_data.x86 == 5) &&
21 (boot_cpu_data.x86_model == 5));
26 return ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) &&
27 (boot_cpu_data.x86 == 5) &&
28 (boot_cpu_data.x86_model == 10));
H A Dfb.h11 if (boot_cpu_data.x86 > 3)
H A Dacpi.h132 if (boot_cpu_data.x86 == 0x0F &&
133 boot_cpu_data.x86_vendor == X86_VENDOR_AMD &&
134 boot_cpu_data.x86_model <= 0x05 &&
135 boot_cpu_data.x86_mask < 0x0A)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh3/
H A Dprobe.c53 boot_cpu_data.dcache.ways = 4;
54 boot_cpu_data.dcache.entry_shift = 4;
55 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES;
56 boot_cpu_data.dcache.flags = 0;
63 boot_cpu_data.dcache.way_incr = (1 << 11);
64 boot_cpu_data.dcache.entry_mask = 0x7f0;
65 boot_cpu_data.dcache.sets = 128;
66 boot_cpu_data.type = CPU_SH7708;
68 boot_cpu_data.flags |= CPU_HAS_MMU_PAGE_ASSOC;
70 boot_cpu_data
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dprobe.c38 boot_cpu_data.icache.way_incr = (1 << 13);
39 boot_cpu_data.icache.entry_shift = 5;
40 boot_cpu_data.icache.sets = 256;
41 boot_cpu_data.icache.ways = 1;
42 boot_cpu_data.icache.linesz = L1_CACHE_BYTES;
47 boot_cpu_data.dcache.way_incr = (1 << 14);
48 boot_cpu_data.dcache.entry_shift = 5;
49 boot_cpu_data.dcache.sets = 512;
50 boot_cpu_data.dcache.ways = 1;
51 boot_cpu_data
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dsmp.h14 extern struct xtensa_cpuinfo boot_cpu_data;
16 #define cpu_data (&boot_cpu_data)
17 #define current_cpu_data boot_cpu_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh5/
H A Dprobe.c32 boot_cpu_data.type = CPU_SH5_103;
35 boot_cpu_data.type = CPU_SH5_101;
37 boot_cpu_data.family = CPU_FAMILY_SH5;
42 boot_cpu_data.icache.ways = 4;
43 boot_cpu_data.icache.sets = 256;
44 boot_cpu_data.icache.linesz = L1_CACHE_BYTES;
45 boot_cpu_data.icache.way_incr = (1 << 13);
46 boot_cpu_data.icache.entry_shift = 5;
47 boot_cpu_data.icache.way_size = boot_cpu_data
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dphysaddr.h6 return !(addr >> boot_cpu_data.x86_phys_bits);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dbugs.c22 boot_cpu_data.hlt_works_ok = 0;
30 boot_cpu_data.hard_math = 0;
55 if (!boot_cpu_data.hard_math) {
82 boot_cpu_data.fdiv_bug = fdiv_bug;
83 if (boot_cpu_data.fdiv_bug)
89 if (boot_cpu_data.x86 >= 5 || paravirt_enabled())
93 if (!boot_cpu_data.hlt_works_ok) {
149 if (boot_cpu_data.x86 == 3)
160 print_cpu_info(&boot_cpu_data);
167 '0' + (boot_cpu_data
[all...]
H A Dbugs_64.c19 print_cpu_info(&boot_cpu_data);
H A Dperfctr-watchdog.c69 switch (boot_cpu_data.x86_vendor) {
73 if (cpu_has(&boot_cpu_data, X86_FEATURE_ARCH_PERFMON))
76 switch (boot_cpu_data.x86) {
93 switch (boot_cpu_data.x86_vendor) {
97 if (cpu_has(&boot_cpu_data, X86_FEATURE_ARCH_PERFMON))
100 switch (boot_cpu_data.x86) {
528 if (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_mask == 4)
701 switch (boot_cpu_data.x86_vendor) {
703 if (boot_cpu_data
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dprocessor.c45 struct system_cpuinfo_parisc boot_cpu_data __read_mostly;
46 EXPORT_SYMBOL(boot_cpu_data); variable
56 ** Monarch CPU will initialize boot_cpu_data which shouldn't
101 if (boot_cpu_data.cpu_count > 0) {
110 cpuid = boot_cpu_data.cpu_count;
157 boot_cpu_data.cpu_count--;
167 boot_cpu_data.cpu_count++;
209 * collect_boot_cpu_data - Fill the boot_cpu_data structure.
212 * in the boot_cpu_data structure.
216 memset(&boot_cpu_data,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dcache-shx3.c27 if (boot_cpu_data.dcache.n_aliases || boot_cpu_data.icache.n_aliases) {
30 boot_cpu_data.icache.n_aliases = 0;
31 boot_cpu_data.dcache.n_aliases = 0;
H A Dcache.c62 if (boot_cpu_data.dcache.n_aliases && page_mapped(page) &&
69 if (boot_cpu_data.dcache.n_aliases)
81 if (boot_cpu_data.dcache.n_aliases && page_mapped(page) &&
88 if (boot_cpu_data.dcache.n_aliases)
100 if (boot_cpu_data.dcache.n_aliases && page_mapped(from) &&
139 if (!boot_cpu_data.dcache.n_aliases)
155 if (boot_cpu_data.dcache.n_aliases && page_mapped(page) &&
175 if (boot_cpu_data.dcache.n_aliases == 0)
183 if (boot_cpu_data.dcache.n_aliases == 0)
251 boot_cpu_data
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dcpu.c266 boot_cpu_data.arch_type = arch_id;
267 boot_cpu_data.cpu_type = cpu_id;
268 boot_cpu_data.arch_revision = arch_rev;
269 boot_cpu_data.cpu_revision = cpu_rev;
270 boot_cpu_data.tlb_config = mmu_type;
271 boot_cpu_data.device_id = device_id;
275 boot_cpu_data.icache.ways = 1 << SYSREG_BFEXT(IASS, config1);
276 boot_cpu_data.icache.sets = 1 << SYSREG_BFEXT(ISET, config1);
277 boot_cpu_data.icache.linesz = 1 << (tmp + 1);
281 boot_cpu_data
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Ddelay.h5 #include <asm/processor.h> /* for boot_cpu_data */
38 __cr16_delay(usecs * ((unsigned long)boot_cpu_data.cpu_hz / 1000000UL));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dprocessor-generic.h120 extern struct cpuinfo_um boot_cpu_data;
128 #define cpu_data (&boot_cpu_data)
129 #define current_cpu_data boot_cpu_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mm/
H A Dcache.c28 linesz = boot_cpu_data.dcache.linesz;
56 linesz = boot_cpu_data.dcache.linesz;
69 linesz = boot_cpu_data.dcache.linesz;
82 linesz = boot_cpu_data.icache.linesz;
94 linesz = boot_cpu_data.dcache.linesz;
110 linesz = boot_cpu_data.dcache.linesz;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dprocessor.h53 extern struct mn10300_cpuinfo boot_cpu_data;
55 #define cpu_data &boot_cpu_data
56 #define current_cpu_data boot_cpu_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dprocessor.h48 extern struct cpuinfo_frv __nongprelbss boot_cpu_data;
50 #define cpu_data (&boot_cpu_data)
51 #define current_cpu_data boot_cpu_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dprocessor.h44 extern struct cpuinfo_m32r boot_cpu_data;
50 #define cpu_data (&boot_cpu_data)
51 #define current_cpu_data boot_cpu_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/
H A Dfpu.c9 if ((boot_cpu_data.flags & CPU_HAS_FPU) && tsk == current)
24 if (boot_cpu_data.flags & CPU_HAS_FPU) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/idle/
H A Dintel_idle.c225 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
231 if (boot_cpu_data.cpuid_level < CPUID_MWAIT_LEAF)
245 if (boot_cpu_data.x86 != 6) /* family 6 */
248 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);

Completed in 295 milliseconds

123456