Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ppc_ksyms.c
Go to the documentation of this file.
1 #include <linux/export.h>
2 #include <linux/threads.h>
3 #include <linux/smp.h>
4 #include <linux/sched.h>
5 #include <linux/elfcore.h>
6 #include <linux/string.h>
7 #include <linux/interrupt.h>
8 #include <linux/screen_info.h>
9 #include <linux/vt_kern.h>
10 #include <linux/nvram.h>
11 #include <linux/irq.h>
12 #include <linux/pci.h>
13 #include <linux/delay.h>
14 #include <linux/bitops.h>
15 
16 #include <asm/page.h>
17 #include <asm/processor.h>
18 #include <asm/cacheflush.h>
19 #include <asm/uaccess.h>
20 #include <asm/io.h>
21 #include <linux/atomic.h>
22 #include <asm/checksum.h>
23 #include <asm/pgtable.h>
24 #include <asm/tlbflush.h>
25 #include <linux/adb.h>
26 #include <linux/cuda.h>
27 #include <linux/pmu.h>
28 #include <asm/prom.h>
29 #include <asm/pci-bridge.h>
30 #include <asm/irq.h>
31 #include <asm/pmac_feature.h>
32 #include <asm/dma.h>
33 #include <asm/machdep.h>
34 #include <asm/hw_irq.h>
35 #include <asm/nvram.h>
36 #include <asm/mmu_context.h>
37 #include <asm/backlight.h>
38 #include <asm/time.h>
39 #include <asm/cputable.h>
40 #include <asm/btext.h>
41 #include <asm/div64.h>
42 #include <asm/signal.h>
43 #include <asm/dcr.h>
44 #include <asm/ftrace.h>
45 #include <asm/switch_to.h>
46 
47 #ifdef CONFIG_PPC32
48 extern void transfer_to_handler(void);
49 extern void do_IRQ(struct pt_regs *regs);
50 extern void machine_check_exception(struct pt_regs *regs);
51 extern void alignment_exception(struct pt_regs *regs);
52 extern void program_check_exception(struct pt_regs *regs);
53 extern void single_step_exception(struct pt_regs *regs);
54 extern int sys_sigreturn(struct pt_regs *regs);
55 
60 
61 EXPORT_SYMBOL(transfer_to_handler);
68 #endif
69 
70 #ifdef CONFIG_FUNCTION_TRACER
72 #endif
73 
75 EXPORT_SYMBOL(strncpy);
80 
85 
89 
90 #if defined(CONFIG_PCI) && defined(CONFIG_PPC32)
94 #endif /* CONFIG_PCI */
95 
97 
99 #ifdef CONFIG_ALTIVEC
100 EXPORT_SYMBOL(giveup_altivec);
101 #endif /* CONFIG_ALTIVEC */
102 #ifdef CONFIG_VSX
105 #endif /* CONFIG_VSX */
106 #ifdef CONFIG_SPE
108 #endif /* CONFIG_SPE */
109 
110 #ifndef CONFIG_PPC64
112 #endif
113 EXPORT_SYMBOL(__flush_icache_range);
115 
116 #ifdef CONFIG_SMP
117 #ifdef CONFIG_PPC32
119 #endif
120 #endif
121 
122 #ifdef CONFIG_ADB
128 #endif /* CONFIG_ADB */
129 #ifdef CONFIG_ADB_CUDA
132 #endif /* CONFIG_ADB_CUDA */
134 
135 #ifdef CONFIG_PPC32
136 long long __ashrdi3(long long, int);
137 long long __ashldi3(long long, int);
138 long long __lshrdi3(long long, int);
142 int __ucmpdi2(unsigned long long, unsigned long long);
144 #endif
145 
151 
152 #if defined(CONFIG_FB_VGA16_MODULE)
154 #endif
155 
156 #ifdef CONFIG_PPC32
157 EXPORT_SYMBOL(timer_interrupt);
159 EXPORT_SYMBOL(cacheable_memcpy);
160 EXPORT_SYMBOL(cacheable_memzero);
161 #endif
162 
163 #ifdef CONFIG_PPC32
165 #endif
166 
167 #ifdef CONFIG_PPC_STD_MMU_32
168 extern long mol_trampoline;
169 EXPORT_SYMBOL(mol_trampoline); /* For MOL */
170 EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
171 #ifdef CONFIG_SMP
172 extern int mmu_hash_lock;
173 EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */
174 #endif /* CONFIG_SMP */
175 extern long *intercept_table;
176 EXPORT_SYMBOL(intercept_table);
177 #endif /* CONFIG_PPC_STD_MMU_32 */
178 #ifdef CONFIG_PPC_DCR_NATIVE
179 EXPORT_SYMBOL(__mtdcr);
180 EXPORT_SYMBOL(__mfdcr);
181 #endif
183 
184 #ifdef CONFIG_PPC64
185 EXPORT_SYMBOL(__arch_hweight8);
186 EXPORT_SYMBOL(__arch_hweight16);
187 EXPORT_SYMBOL(__arch_hweight32);
188 EXPORT_SYMBOL(__arch_hweight64);
189 #endif
190 
191 #ifdef CONFIG_PPC_BOOK3S_64
193 #endif