powerpc: move lparmap.c to arch/powerpc/kernel
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / powerpc / kernel / ppc_ksyms.c
CommitLineData
20c8c210
PM
1#include <linux/config.h>
2#include <linux/module.h>
3#include <linux/threads.h>
4#include <linux/smp.h>
5#include <linux/sched.h>
6#include <linux/elfcore.h>
7#include <linux/string.h>
8#include <linux/interrupt.h>
9#include <linux/tty.h>
10#include <linux/vt_kern.h>
11#include <linux/nvram.h>
12#include <linux/console.h>
13#include <linux/irq.h>
14#include <linux/pci.h>
15#include <linux/delay.h>
16#include <linux/ide.h>
17#include <linux/pm.h>
18#include <linux/bitops.h>
19
20#include <asm/page.h>
21#include <asm/semaphore.h>
22#include <asm/processor.h>
23#include <asm/uaccess.h>
24#include <asm/io.h>
25#include <asm/ide.h>
26#include <asm/atomic.h>
27#include <asm/checksum.h>
28#include <asm/pgtable.h>
29#include <asm/tlbflush.h>
30#include <linux/adb.h>
31#include <linux/cuda.h>
32#include <linux/pmu.h>
33#include <asm/prom.h>
34#include <asm/system.h>
35#include <asm/pci-bridge.h>
36#include <asm/irq.h>
37#include <asm/pmac_feature.h>
38#include <asm/dma.h>
39#include <asm/machdep.h>
40#include <asm/hw_irq.h>
41#include <asm/nvram.h>
42#include <asm/mmu_context.h>
43#include <asm/backlight.h>
44#include <asm/time.h>
45#include <asm/cputable.h>
46#include <asm/btext.h>
47#include <asm/div64.h>
48#include <asm/xmon.h>
49
50#ifdef CONFIG_8xx
51#include <asm/commproc.h>
52#endif
53
54extern void transfer_to_handler(void);
55extern void do_IRQ(struct pt_regs *regs);
dc1c1ca3
SR
56extern void machine_check_exception(struct pt_regs *regs);
57extern void alignment_exception(struct pt_regs *regs);
58extern void program_check_exception(struct pt_regs *regs);
59extern void single_step_exception(struct pt_regs *regs);
20c8c210
PM
60extern int do_signal(sigset_t *, struct pt_regs *);
61extern int pmac_newworld;
62extern int sys_sigreturn(struct pt_regs *regs);
63
64long long __ashrdi3(long long, int);
65long long __ashldi3(long long, int);
66long long __lshrdi3(long long, int);
67
68extern unsigned long mm_ptov (unsigned long paddr);
69
70EXPORT_SYMBOL(clear_pages);
71EXPORT_SYMBOL(clear_user_page);
72EXPORT_SYMBOL(do_signal);
73EXPORT_SYMBOL(transfer_to_handler);
74EXPORT_SYMBOL(do_IRQ);
dc1c1ca3
SR
75EXPORT_SYMBOL(machine_check_exception);
76EXPORT_SYMBOL(alignment_exception);
77EXPORT_SYMBOL(program_check_exception);
78EXPORT_SYMBOL(single_step_exception);
20c8c210
PM
79EXPORT_SYMBOL(sys_sigreturn);
80EXPORT_SYMBOL(ppc_n_lost_interrupts);
81EXPORT_SYMBOL(ppc_lost_interrupts);
82
83EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
84EXPORT_SYMBOL(DMA_MODE_READ);
85EXPORT_SYMBOL(DMA_MODE_WRITE);
86#if defined(CONFIG_PPC_PREP)
87EXPORT_SYMBOL(_prep_type);
88EXPORT_SYMBOL(ucSystemType);
89#endif
90
91#if !defined(__INLINE_BITOPS)
92EXPORT_SYMBOL(set_bit);
93EXPORT_SYMBOL(clear_bit);
94EXPORT_SYMBOL(change_bit);
95EXPORT_SYMBOL(test_and_set_bit);
96EXPORT_SYMBOL(test_and_clear_bit);
97EXPORT_SYMBOL(test_and_change_bit);
98#endif /* __INLINE_BITOPS */
99
100EXPORT_SYMBOL(strcpy);
101EXPORT_SYMBOL(strncpy);
102EXPORT_SYMBOL(strcat);
103EXPORT_SYMBOL(strncat);
104EXPORT_SYMBOL(strchr);
105EXPORT_SYMBOL(strrchr);
106EXPORT_SYMBOL(strpbrk);
107EXPORT_SYMBOL(strstr);
108EXPORT_SYMBOL(strlen);
109EXPORT_SYMBOL(strnlen);
110EXPORT_SYMBOL(strcmp);
111EXPORT_SYMBOL(strncmp);
112EXPORT_SYMBOL(strcasecmp);
113EXPORT_SYMBOL(__div64_32);
114
115EXPORT_SYMBOL(csum_partial);
116EXPORT_SYMBOL(csum_partial_copy_generic);
117EXPORT_SYMBOL(ip_fast_csum);
118EXPORT_SYMBOL(csum_tcpudp_magic);
119
120EXPORT_SYMBOL(__copy_tofrom_user);
121EXPORT_SYMBOL(__clear_user);
122EXPORT_SYMBOL(__strncpy_from_user);
123EXPORT_SYMBOL(__strnlen_user);
124
125EXPORT_SYMBOL(_insb);
126EXPORT_SYMBOL(_outsb);
127EXPORT_SYMBOL(_insw);
128EXPORT_SYMBOL(_outsw);
129EXPORT_SYMBOL(_insl);
130EXPORT_SYMBOL(_outsl);
131EXPORT_SYMBOL(_insw_ns);
132EXPORT_SYMBOL(_outsw_ns);
133EXPORT_SYMBOL(_insl_ns);
134EXPORT_SYMBOL(_outsl_ns);
135EXPORT_SYMBOL(iopa);
136EXPORT_SYMBOL(mm_ptov);
137EXPORT_SYMBOL(ioremap);
138#ifdef CONFIG_44x
139EXPORT_SYMBOL(ioremap64);
140#endif
141EXPORT_SYMBOL(__ioremap);
142EXPORT_SYMBOL(iounmap);
143EXPORT_SYMBOL(ioremap_bot); /* aka VMALLOC_END */
144
145#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)
146EXPORT_SYMBOL(ppc_ide_md);
147#endif
148
149#ifdef CONFIG_PCI
150EXPORT_SYMBOL(isa_io_base);
151EXPORT_SYMBOL(isa_mem_base);
152EXPORT_SYMBOL(pci_dram_offset);
153EXPORT_SYMBOL(pci_alloc_consistent);
154EXPORT_SYMBOL(pci_free_consistent);
155EXPORT_SYMBOL(pci_bus_io_base);
156EXPORT_SYMBOL(pci_bus_io_base_phys);
157EXPORT_SYMBOL(pci_bus_mem_base_phys);
158EXPORT_SYMBOL(pci_bus_to_hose);
159EXPORT_SYMBOL(pci_resource_to_bus);
160EXPORT_SYMBOL(pci_phys_to_bus);
161EXPORT_SYMBOL(pci_bus_to_phys);
162#endif /* CONFIG_PCI */
163
164#ifdef CONFIG_NOT_COHERENT_CACHE
165EXPORT_SYMBOL(flush_dcache_all);
166#endif
167
168EXPORT_SYMBOL(start_thread);
169EXPORT_SYMBOL(kernel_thread);
170
171EXPORT_SYMBOL(flush_instruction_cache);
172EXPORT_SYMBOL(giveup_fpu);
173#ifdef CONFIG_PPC64
174EXPORT_SYMBOL(__flush_icache_range);
175#else
176EXPORT_SYMBOL(flush_icache_range);
177#endif
178EXPORT_SYMBOL(flush_dcache_range);
179EXPORT_SYMBOL(flush_icache_user_range);
180EXPORT_SYMBOL(flush_dcache_page);
181EXPORT_SYMBOL(flush_tlb_kernel_range);
182EXPORT_SYMBOL(flush_tlb_page);
183EXPORT_SYMBOL(_tlbie);
184#ifdef CONFIG_ALTIVEC
20c8c210
PM
185EXPORT_SYMBOL(giveup_altivec);
186#endif /* CONFIG_ALTIVEC */
187#ifdef CONFIG_SPE
20c8c210
PM
188EXPORT_SYMBOL(giveup_spe);
189#endif /* CONFIG_SPE */
190#ifdef CONFIG_SMP
191EXPORT_SYMBOL(smp_call_function);
192EXPORT_SYMBOL(smp_hw_index);
193#endif
194
195EXPORT_SYMBOL(ppc_md);
196
197#ifdef CONFIG_ADB
198EXPORT_SYMBOL(adb_request);
199EXPORT_SYMBOL(adb_register);
200EXPORT_SYMBOL(adb_unregister);
201EXPORT_SYMBOL(adb_poll);
202EXPORT_SYMBOL(adb_try_handler_change);
203#endif /* CONFIG_ADB */
204#ifdef CONFIG_ADB_CUDA
205EXPORT_SYMBOL(cuda_request);
206EXPORT_SYMBOL(cuda_poll);
207#endif /* CONFIG_ADB_CUDA */
208#ifdef CONFIG_PPC_MULTIPLATFORM
209EXPORT_SYMBOL(_machine);
210#endif
211#ifdef CONFIG_PPC_PMAC
212EXPORT_SYMBOL(sys_ctrler);
213EXPORT_SYMBOL(pmac_newworld);
214#endif
20c8c210
PM
215#ifdef CONFIG_VT
216EXPORT_SYMBOL(kd_mksound);
217#endif
218EXPORT_SYMBOL(to_tm);
219
220EXPORT_SYMBOL(pm_power_off);
221
222EXPORT_SYMBOL(__ashrdi3);
223EXPORT_SYMBOL(__ashldi3);
224EXPORT_SYMBOL(__lshrdi3);
225EXPORT_SYMBOL(memcpy);
226EXPORT_SYMBOL(cacheable_memcpy);
227EXPORT_SYMBOL(memset);
228EXPORT_SYMBOL(memmove);
229EXPORT_SYMBOL(memscan);
230EXPORT_SYMBOL(memcmp);
231EXPORT_SYMBOL(memchr);
232
233#if defined(CONFIG_FB_VGA16_MODULE)
234EXPORT_SYMBOL(screen_info);
235#endif
236
237EXPORT_SYMBOL(__delay);
238EXPORT_SYMBOL(timer_interrupt);
239EXPORT_SYMBOL(irq_desc);
240EXPORT_SYMBOL(tb_ticks_per_jiffy);
241EXPORT_SYMBOL(get_wchan);
242EXPORT_SYMBOL(console_drivers);
243
244#ifdef CONFIG_PPC_ISERIES
245EXPORT_SYMBOL(local_irq_disable);
246EXPORT_SYMBOL(local_irq_enable);
247EXPORT_SYMBOL(local_get_flags);
248#endif
249
250#ifdef CONFIG_XMON
251EXPORT_SYMBOL(xmon);
252EXPORT_SYMBOL(xmon_printf);
253#endif
254EXPORT_SYMBOL(__up);
255EXPORT_SYMBOL(__down);
256EXPORT_SYMBOL(__down_interruptible);
257
258#if defined(CONFIG_KGDB) || defined(CONFIG_XMON)
259extern void (*debugger)(struct pt_regs *regs);
260extern int (*debugger_bpt)(struct pt_regs *regs);
261extern int (*debugger_sstep)(struct pt_regs *regs);
262extern int (*debugger_iabr_match)(struct pt_regs *regs);
263extern int (*debugger_dabr_match)(struct pt_regs *regs);
264extern void (*debugger_fault_handler)(struct pt_regs *regs);
265
266EXPORT_SYMBOL(debugger);
267EXPORT_SYMBOL(debugger_bpt);
268EXPORT_SYMBOL(debugger_sstep);
269EXPORT_SYMBOL(debugger_iabr_match);
270EXPORT_SYMBOL(debugger_dabr_match);
271EXPORT_SYMBOL(debugger_fault_handler);
272#endif
273
274#ifdef CONFIG_8xx
275EXPORT_SYMBOL(cpm_install_handler);
276EXPORT_SYMBOL(cpm_free_handler);
277#endif /* CONFIG_8xx */
278#if defined(CONFIG_8xx) || defined(CONFIG_40x) || defined(CONFIG_85xx) ||\
279 defined(CONFIG_83xx)
280EXPORT_SYMBOL(__res);
281#endif
282
283EXPORT_SYMBOL(next_mmu_context);
284EXPORT_SYMBOL(set_context);
285EXPORT_SYMBOL_GPL(__handle_mm_fault); /* For MOL */
286EXPORT_SYMBOL(disarm_decr);
287#ifdef CONFIG_PPC_STD_MMU
288extern long mol_trampoline;
289EXPORT_SYMBOL(mol_trampoline); /* For MOL */
290EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
291#ifdef CONFIG_SMP
292extern int mmu_hash_lock;
293EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */
294#endif /* CONFIG_SMP */
295extern long *intercept_table;
296EXPORT_SYMBOL(intercept_table);
297#endif /* CONFIG_PPC_STD_MMU */
298EXPORT_SYMBOL(cur_cpu_spec);
299#ifdef CONFIG_PPC_PMAC
300extern unsigned long agp_special_page;
301EXPORT_SYMBOL(agp_special_page);
302#endif
303#if defined(CONFIG_40x) || defined(CONFIG_BOOKE)
304EXPORT_SYMBOL(__mtdcr);
305EXPORT_SYMBOL(__mfdcr);
306#endif