Searched refs:current_cpu_data (Results 1 - 25 of 83) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh2a/
H A Dprobe.c20 current_cpu_data.type = CPU_SH7206;
21 current_cpu_data.flags |= CPU_HAS_OP32;
23 current_cpu_data.dcache.ways = 4;
24 current_cpu_data.dcache.way_incr = (1 << 11);
25 current_cpu_data.dcache.sets = 128;
26 current_cpu_data.dcache.entry_shift = 4;
27 current_cpu_data.dcache.linesz = L1_CACHE_BYTES;
28 current_cpu_data.dcache.flags = 0;
36 current_cpu_data.icache = current_cpu_data
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh2/
H A Dprobe.c21 current_cpu_data.type = CPU_SH7604;
22 current_cpu_data.dcache.ways = 4;
23 current_cpu_data.dcache.way_incr = (1<<10);
24 current_cpu_data.dcache.sets = 64;
25 current_cpu_data.dcache.entry_shift = 4;
26 current_cpu_data.dcache.linesz = L1_CACHE_BYTES;
27 current_cpu_data.dcache.flags = 0;
29 current_cpu_data.type = CPU_SH7619;
30 current_cpu_data.dcache.ways = 4;
31 current_cpu_data
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh4/
H A Dprobe.c39 current_cpu_data.icache.way_incr = (1 << 13);
40 current_cpu_data.icache.entry_shift = 5;
41 current_cpu_data.icache.sets = 256;
42 current_cpu_data.icache.ways = 1;
43 current_cpu_data.icache.linesz = L1_CACHE_BYTES;
48 current_cpu_data.dcache.way_incr = (1 << 14);
49 current_cpu_data.dcache.entry_shift = 5;
50 current_cpu_data.dcache.sets = 512;
51 current_cpu_data.dcache.ways = 1;
52 current_cpu_data
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dprobe.c53 current_cpu_data.dcache.ways = 4;
54 current_cpu_data.dcache.entry_shift = 4;
55 current_cpu_data.dcache.linesz = L1_CACHE_BYTES;
56 current_cpu_data.dcache.flags = 0;
63 current_cpu_data.dcache.way_incr = (1 << 11);
64 current_cpu_data.dcache.entry_mask = 0x7f0;
65 current_cpu_data.dcache.sets = 128;
66 current_cpu_data.type = CPU_SH7708;
68 current_cpu_data.flags |= CPU_HAS_MMU_PAGE_ASSOC;
70 current_cpu_data
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dbugs.h16 current_cpu_data.loops_per_jiffy = loops_per_jiffy;
H A Dprocessor.h48 #define current_cpu_data cpu_data[smp_processor_id()] macro
51 #define current_cpu_data boot_cpu_data macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/
H A Dinit.c69 current_cpu_data.icache.entry_mask = current_cpu_data.icache.way_incr -
70 current_cpu_data.icache.linesz;
72 current_cpu_data.icache.way_size = current_cpu_data.icache.sets *
73 current_cpu_data.icache.linesz;
76 current_cpu_data.dcache.entry_mask = current_cpu_data.dcache.way_incr -
77 current_cpu_data.dcache.linesz;
79 current_cpu_data
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dbugs.h22 current_cpu_data.loops_per_jiffy = loops_per_jiffy;
24 switch (current_cpu_data.type) {
57 printk("CPU: %s\n", get_cpu_subtype(&current_cpu_data));
H A Dubc.h20 #define UBC_TYPE_SH7729 (current_cpu_data.type == CPU_SH7729)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dsmp.h17 #define current_cpu_data boot_cpu_data macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dc-tx39.c72 if (current_cpu_data.cputype != CPU_TX3912)
281 unsigned long ic_lsize = current_cpu_data.icache.linesz;
282 unsigned long dc_lsize = current_cpu_data.dcache.linesz;
309 current_cpu_data.icache.linesz = 16;
310 switch (current_cpu_data.cputype) {
312 current_cpu_data.icache.ways = 1;
313 current_cpu_data.dcache.ways = 1;
314 current_cpu_data.dcache.linesz = 4;
318 current_cpu_data.icache.ways = 2;
319 current_cpu_data
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dcache-sh7705.c35 ways = current_cpu_data.dcache.ways;
36 waysize = current_cpu_data.dcache.sets;
37 waysize <<= current_cpu_data.dcache.entry_shift;
46 addr += current_cpu_data.dcache.linesz) {
57 addrstart += current_cpu_data.dcache.way_incr;
97 ways = current_cpu_data.dcache.ways;
98 waysize = current_cpu_data.dcache.sets;
99 waysize <<= current_cpu_data.dcache.entry_shift;
108 addr += current_cpu_data.dcache.linesz) {
118 addrstart += current_cpu_data
[all...]
H A Dcache-sh4.c57 current_cpu_data.icache.ways,
58 current_cpu_data.icache.sets,
59 current_cpu_data.icache.way_incr);
61 current_cpu_data.icache.entry_mask,
62 current_cpu_data.icache.alias_mask,
63 current_cpu_data.icache.n_aliases);
65 current_cpu_data.dcache.ways,
66 current_cpu_data.dcache.sets,
67 current_cpu_data.dcache.way_incr);
69 current_cpu_data
[all...]
H A Dcache-sh3.c47 for (j = 0; j < current_cpu_data.dcache.ways; j++) {
51 addr = addrstart | (v & current_cpu_data.dcache.entry_mask);
63 addrstart += current_cpu_data.dcache.way_incr;
88 (v & current_cpu_data.dcache.entry_mask) | SH_CACHE_ASSOC;
H A Dpg-sh7705.c48 ways = current_cpu_data.dcache.ways;
54 addr |= (v & current_cpu_data.dcache.entry_mask);
63 addr += current_cpu_data.dcache.way_incr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dcpufreq.c74 current_cpu_data.cpu_clock = current_cpu_data.master_clock / clock_sets[set].ifc;
75 current_cpu_data.bus_clock = current_cpu_data.master_clock / clock_sets[set].bfc;
76 current_cpu_data.module_clock = current_cpu_data.master_clock / clock_sets[set].pfc;
77 current_cpu_data.loops_per_jiffy = loops_per_jiffy;
98 freqs.old = current_cpu_data.cpu_clock / 1000;
99 freqs.new = (current_cpu_data.master_clock / clock_sets[set].ifc) / 1000;
154 max_freq = current_cpu_data
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/lib/
H A Ddelay.c79 : "r" (current_cpu_data.loops_per_jiffy)
85 * ull = (u64)xloops * (u64)current_cpu_data.loops_per_jiffy;
106 : "r" (current_cpu_data.loops_per_jiffy)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/vr41xx/common/
H A Dicu.c160 if (current_cpu_data.cputype == CPU_VR4111 ||
161 current_cpu_data.cputype == CPU_VR4121) {
175 if (current_cpu_data.cputype == CPU_VR4111 ||
176 current_cpu_data.cputype == CPU_VR4121) {
190 if (current_cpu_data.cputype == CPU_VR4111 ||
191 current_cpu_data.cputype == CPU_VR4121) {
205 if (current_cpu_data.cputype == CPU_VR4111 ||
206 current_cpu_data.cputype == CPU_VR4121) {
220 if (current_cpu_data.cputype == CPU_VR4111 ||
221 current_cpu_data
[all...]
H A Dcmu.c98 if (current_cpu_data.cputype == CPU_VR4111 ||
99 current_cpu_data.cputype == CPU_VR4121)
149 if (current_cpu_data.cputype == CPU_VR4111 ||
150 current_cpu_data.cputype == CPU_VR4121) {
169 if (current_cpu_data.cputype == CPU_VR4111 ||
170 current_cpu_data.cputype == CPU_VR4121) {
219 switch (current_cpu_data.cputype) {
249 if (current_cpu_data.cputype == CPU_VR4133)
H A Dinit.c44 if (current_cpu_data.processor_id == PRID_VR4131_REV2_0 ||
45 current_cpu_data.processor_id == PRID_VR4131_REV2_1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/prom/
H A Dinit.c108 if ((current_cpu_data.cputype == CPU_R4000SC) ||
109 (current_cpu_data.cputype == CPU_R4400SC)) {
119 if ((current_cpu_data.cputype == CPU_R3000) ||
120 (current_cpu_data.cputype == CPU_R3000A)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/lib/
H A Ddelay.c43 : "r"(current_cpu_data.loops_per_jiffy * HZ), "r"(xloops));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dr4kcache.h347 unsigned long end = start + current_cpu_data.desc.waysize; \
348 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
349 unsigned long ws_end = current_cpu_data.desc.ways << \
350 current_cpu_data.desc.waybit; \
379 unsigned long indexmask = current_cpu_data.desc.waysize - 1; \
382 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
383 unsigned long ws_end = current_cpu_data.desc.ways << \
384 current_cpu_data.desc.waybit; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dr4kcache.h347 unsigned long end = start + current_cpu_data.desc.waysize; \
348 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
349 unsigned long ws_end = current_cpu_data.desc.ways << \
350 current_cpu_data.desc.waybit; \
379 unsigned long indexmask = current_cpu_data.desc.waysize - 1; \
382 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
383 unsigned long ws_end = current_cpu_data.desc.ways << \
384 current_cpu_data.desc.waybit; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dirq.c303 if (BCM330X(current_cpu_data.processor_id))
305 else if (MIPS74K(current_cpu_data.processor_id))
308 printk(KERN_ERR "MIPS CPU type %x unknown", current_cpu_data.processor_id);
326 if (BCM330X(current_cpu_data.processor_id)) {

Completed in 161 milliseconds

1234