Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / arch / powerpc / kernel / ppc_ksyms.c
blob9c98424277a8660373549eb5d3d3c664556694ea
1 #include <linux/module.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/console.h>
12 #include <linux/irq.h>
13 #include <linux/pci.h>
14 #include <linux/delay.h>
15 #include <linux/bitops.h>
17 #include <asm/page.h>
18 #include <asm/semaphore.h>
19 #include <asm/processor.h>
20 #include <asm/cacheflush.h>
21 #include <asm/uaccess.h>
22 #include <asm/io.h>
23 #include <asm/atomic.h>
24 #include <asm/checksum.h>
25 #include <asm/pgtable.h>
26 #include <asm/tlbflush.h>
27 #include <linux/adb.h>
28 #include <linux/cuda.h>
29 #include <linux/pmu.h>
30 #include <asm/prom.h>
31 #include <asm/system.h>
32 #include <asm/pci-bridge.h>
33 #include <asm/irq.h>
34 #include <asm/pmac_feature.h>
35 #include <asm/dma.h>
36 #include <asm/machdep.h>
37 #include <asm/hw_irq.h>
38 #include <asm/nvram.h>
39 #include <asm/mmu_context.h>
40 #include <asm/backlight.h>
41 #include <asm/time.h>
42 #include <asm/cputable.h>
43 #include <asm/btext.h>
44 #include <asm/div64.h>
45 #include <asm/signal.h>
46 #include <asm/dcr.h>
48 #ifdef CONFIG_PPC64
49 EXPORT_SYMBOL(local_irq_restore);
50 #endif
52 #ifdef CONFIG_PPC32
53 extern void transfer_to_handler(void);
54 extern void do_IRQ(struct pt_regs *regs);
55 extern void machine_check_exception(struct pt_regs *regs);
56 extern void alignment_exception(struct pt_regs *regs);
57 extern void program_check_exception(struct pt_regs *regs);
58 extern void single_step_exception(struct pt_regs *regs);
59 extern int sys_sigreturn(struct pt_regs *regs);
61 EXPORT_SYMBOL(empty_zero_page);
62 EXPORT_SYMBOL(clear_pages);
63 EXPORT_SYMBOL(copy_page);
64 EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
65 EXPORT_SYMBOL(DMA_MODE_READ);
66 EXPORT_SYMBOL(DMA_MODE_WRITE);
68 EXPORT_SYMBOL(transfer_to_handler);
69 EXPORT_SYMBOL(do_IRQ);
70 EXPORT_SYMBOL(machine_check_exception);
71 EXPORT_SYMBOL(alignment_exception);
72 EXPORT_SYMBOL(program_check_exception);
73 EXPORT_SYMBOL(single_step_exception);
74 EXPORT_SYMBOL(sys_sigreturn);
75 #endif
77 EXPORT_SYMBOL(strcpy);
78 EXPORT_SYMBOL(strncpy);
79 EXPORT_SYMBOL(strcat);
80 EXPORT_SYMBOL(strlen);
81 EXPORT_SYMBOL(strcmp);
83 EXPORT_SYMBOL(csum_partial);
84 EXPORT_SYMBOL(csum_partial_copy_generic);
85 EXPORT_SYMBOL(ip_fast_csum);
86 EXPORT_SYMBOL(csum_tcpudp_magic);
88 EXPORT_SYMBOL(__copy_tofrom_user);
89 EXPORT_SYMBOL(__clear_user);
90 EXPORT_SYMBOL(__strncpy_from_user);
91 EXPORT_SYMBOL(__strnlen_user);
92 #ifdef CONFIG_PPC64
93 EXPORT_SYMBOL(copy_4K_page);
94 #endif
96 #if defined(CONFIG_PCI) && defined(CONFIG_PPC32)
97 EXPORT_SYMBOL(isa_io_base);
98 EXPORT_SYMBOL(isa_mem_base);
99 EXPORT_SYMBOL(pci_dram_offset);
100 EXPORT_SYMBOL(pci_alloc_consistent);
101 EXPORT_SYMBOL(pci_free_consistent);
102 #endif /* CONFIG_PCI */
104 EXPORT_SYMBOL(start_thread);
105 EXPORT_SYMBOL(kernel_thread);
107 EXPORT_SYMBOL(giveup_fpu);
108 #ifdef CONFIG_ALTIVEC
109 EXPORT_SYMBOL(giveup_altivec);
110 #endif /* CONFIG_ALTIVEC */
111 #ifdef CONFIG_SPE
112 EXPORT_SYMBOL(giveup_spe);
113 #endif /* CONFIG_SPE */
115 #ifndef CONFIG_PPC64
116 EXPORT_SYMBOL(flush_instruction_cache);
117 EXPORT_SYMBOL(flush_tlb_kernel_range);
118 EXPORT_SYMBOL(flush_tlb_page);
119 EXPORT_SYMBOL(_tlbie);
120 #endif
121 EXPORT_SYMBOL(__flush_icache_range);
122 EXPORT_SYMBOL(flush_dcache_range);
124 #ifdef CONFIG_SMP
125 #ifdef CONFIG_PPC32
126 EXPORT_SYMBOL(smp_hw_index);
127 #endif
128 #endif
130 #ifdef CONFIG_ADB
131 EXPORT_SYMBOL(adb_request);
132 EXPORT_SYMBOL(adb_register);
133 EXPORT_SYMBOL(adb_unregister);
134 EXPORT_SYMBOL(adb_poll);
135 EXPORT_SYMBOL(adb_try_handler_change);
136 #endif /* CONFIG_ADB */
137 #ifdef CONFIG_ADB_CUDA
138 EXPORT_SYMBOL(cuda_request);
139 EXPORT_SYMBOL(cuda_poll);
140 #endif /* CONFIG_ADB_CUDA */
141 #ifdef CONFIG_VT
142 EXPORT_SYMBOL(kd_mksound);
143 #endif
144 EXPORT_SYMBOL(to_tm);
146 #ifdef CONFIG_PPC32
147 long long __ashrdi3(long long, int);
148 long long __ashldi3(long long, int);
149 long long __lshrdi3(long long, int);
150 EXPORT_SYMBOL(__ashrdi3);
151 EXPORT_SYMBOL(__ashldi3);
152 EXPORT_SYMBOL(__lshrdi3);
153 int __ucmpdi2(unsigned long long, unsigned long long);
154 EXPORT_SYMBOL(__ucmpdi2);
155 #endif
157 EXPORT_SYMBOL(memcpy);
158 EXPORT_SYMBOL(memset);
159 EXPORT_SYMBOL(memmove);
160 EXPORT_SYMBOL(memcmp);
161 EXPORT_SYMBOL(memchr);
163 #if defined(CONFIG_FB_VGA16_MODULE)
164 EXPORT_SYMBOL(screen_info);
165 #endif
167 #ifdef CONFIG_PPC32
168 EXPORT_SYMBOL(timer_interrupt);
169 EXPORT_SYMBOL(irq_desc);
170 EXPORT_SYMBOL(tb_ticks_per_jiffy);
171 EXPORT_SYMBOL(console_drivers);
172 EXPORT_SYMBOL(cacheable_memcpy);
173 #endif
175 #ifdef CONFIG_PPC32
176 EXPORT_SYMBOL(next_mmu_context);
177 EXPORT_SYMBOL(set_context);
178 #endif
180 #ifdef CONFIG_PPC_STD_MMU_32
181 extern long mol_trampoline;
182 EXPORT_SYMBOL(mol_trampoline); /* For MOL */
183 EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
184 #ifdef CONFIG_SMP
185 extern int mmu_hash_lock;
186 EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */
187 #endif /* CONFIG_SMP */
188 extern long *intercept_table;
189 EXPORT_SYMBOL(intercept_table);
190 #endif /* CONFIG_PPC_STD_MMU_32 */
191 #ifdef CONFIG_PPC_DCR_NATIVE
192 EXPORT_SYMBOL(__mtdcr);
193 EXPORT_SYMBOL(__mfdcr);
194 #endif