powerpc: Add VSX context save/restore, ptrace and signal support
[safe/jmp/linux-2.6] / arch / powerpc / kernel / ppc_ksyms.c
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/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 <asm/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/system.h>
30 #include <asm/pci-bridge.h>
31 #include <asm/irq.h>
32 #include <asm/pmac_feature.h>
33 #include <asm/dma.h>
34 #include <asm/machdep.h>
35 #include <asm/hw_irq.h>
36 #include <asm/nvram.h>
37 #include <asm/mmu_context.h>
38 #include <asm/backlight.h>
39 #include <asm/time.h>
40 #include <asm/cputable.h>
41 #include <asm/btext.h>
42 #include <asm/div64.h>
43 #include <asm/signal.h>
44 #include <asm/dcr.h>
45
46 #ifdef CONFIG_PPC32
47 extern void transfer_to_handler(void);
48 extern void do_IRQ(struct pt_regs *regs);
49 extern void machine_check_exception(struct pt_regs *regs);
50 extern void alignment_exception(struct pt_regs *regs);
51 extern void program_check_exception(struct pt_regs *regs);
52 extern void single_step_exception(struct pt_regs *regs);
53 extern int sys_sigreturn(struct pt_regs *regs);
54
55 EXPORT_SYMBOL(clear_pages);
56 EXPORT_SYMBOL(copy_page);
57 EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
58 EXPORT_SYMBOL(DMA_MODE_READ);
59 EXPORT_SYMBOL(DMA_MODE_WRITE);
60
61 EXPORT_SYMBOL(transfer_to_handler);
62 EXPORT_SYMBOL(do_IRQ);
63 EXPORT_SYMBOL(machine_check_exception);
64 EXPORT_SYMBOL(alignment_exception);
65 EXPORT_SYMBOL(program_check_exception);
66 EXPORT_SYMBOL(single_step_exception);
67 EXPORT_SYMBOL(sys_sigreturn);
68 #endif
69
70 EXPORT_SYMBOL(strcpy);
71 EXPORT_SYMBOL(strncpy);
72 EXPORT_SYMBOL(strcat);
73 EXPORT_SYMBOL(strlen);
74 EXPORT_SYMBOL(strcmp);
75 EXPORT_SYMBOL(strncmp);
76
77 EXPORT_SYMBOL(csum_partial);
78 EXPORT_SYMBOL(csum_partial_copy_generic);
79 EXPORT_SYMBOL(ip_fast_csum);
80 EXPORT_SYMBOL(csum_tcpudp_magic);
81
82 EXPORT_SYMBOL(__copy_tofrom_user);
83 EXPORT_SYMBOL(__clear_user);
84 EXPORT_SYMBOL(__strncpy_from_user);
85 EXPORT_SYMBOL(__strnlen_user);
86 #ifdef CONFIG_PPC64
87 EXPORT_SYMBOL(copy_4K_page);
88 #endif
89
90 #if defined(CONFIG_PCI) && defined(CONFIG_PPC32)
91 EXPORT_SYMBOL(isa_io_base);
92 EXPORT_SYMBOL(isa_mem_base);
93 EXPORT_SYMBOL(pci_dram_offset);
94 EXPORT_SYMBOL(pci_alloc_consistent);
95 EXPORT_SYMBOL(pci_free_consistent);
96 #endif /* CONFIG_PCI */
97
98 EXPORT_SYMBOL(start_thread);
99 EXPORT_SYMBOL(kernel_thread);
100
101 EXPORT_SYMBOL(giveup_fpu);
102 #ifdef CONFIG_ALTIVEC
103 EXPORT_SYMBOL(giveup_altivec);
104 #endif /* CONFIG_ALTIVEC */
105 #ifdef CONFIG_VSX
106 EXPORT_SYMBOL(giveup_vsx);
107 #endif /* CONFIG_VSX */
108 #ifdef CONFIG_SPE
109 EXPORT_SYMBOL(giveup_spe);
110 #endif /* CONFIG_SPE */
111
112 #ifndef CONFIG_PPC64
113 EXPORT_SYMBOL(flush_instruction_cache);
114 EXPORT_SYMBOL(flush_tlb_kernel_range);
115 EXPORT_SYMBOL(flush_tlb_page);
116 EXPORT_SYMBOL(_tlbie);
117 #endif
118 EXPORT_SYMBOL(__flush_icache_range);
119 EXPORT_SYMBOL(flush_dcache_range);
120
121 #ifdef CONFIG_SMP
122 #ifdef CONFIG_PPC32
123 EXPORT_SYMBOL(smp_hw_index);
124 #endif
125 #endif
126
127 #ifdef CONFIG_ADB
128 EXPORT_SYMBOL(adb_request);
129 EXPORT_SYMBOL(adb_register);
130 EXPORT_SYMBOL(adb_unregister);
131 EXPORT_SYMBOL(adb_poll);
132 EXPORT_SYMBOL(adb_try_handler_change);
133 #endif /* CONFIG_ADB */
134 #ifdef CONFIG_ADB_CUDA
135 EXPORT_SYMBOL(cuda_request);
136 EXPORT_SYMBOL(cuda_poll);
137 #endif /* CONFIG_ADB_CUDA */
138 EXPORT_SYMBOL(to_tm);
139
140 #ifdef CONFIG_PPC32
141 long long __ashrdi3(long long, int);
142 long long __ashldi3(long long, int);
143 long long __lshrdi3(long long, int);
144 EXPORT_SYMBOL(__ashrdi3);
145 EXPORT_SYMBOL(__ashldi3);
146 EXPORT_SYMBOL(__lshrdi3);
147 int __ucmpdi2(unsigned long long, unsigned long long);
148 EXPORT_SYMBOL(__ucmpdi2);
149 #endif
150
151 EXPORT_SYMBOL(memcpy);
152 EXPORT_SYMBOL(memset);
153 EXPORT_SYMBOL(memmove);
154 EXPORT_SYMBOL(memcmp);
155 EXPORT_SYMBOL(memchr);
156
157 #if defined(CONFIG_FB_VGA16_MODULE)
158 EXPORT_SYMBOL(screen_info);
159 #endif
160
161 #ifdef CONFIG_PPC32
162 EXPORT_SYMBOL(timer_interrupt);
163 EXPORT_SYMBOL(irq_desc);
164 EXPORT_SYMBOL(tb_ticks_per_jiffy);
165 EXPORT_SYMBOL(cacheable_memcpy);
166 #endif
167
168 #ifdef CONFIG_PPC32
169 EXPORT_SYMBOL(next_mmu_context);
170 EXPORT_SYMBOL(set_context);
171 #endif
172
173 #ifdef CONFIG_PPC_STD_MMU_32
174 extern long mol_trampoline;
175 EXPORT_SYMBOL(mol_trampoline); /* For MOL */
176 EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
177 #ifdef CONFIG_SMP
178 extern int mmu_hash_lock;
179 EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */
180 #endif /* CONFIG_SMP */
181 extern long *intercept_table;
182 EXPORT_SYMBOL(intercept_table);
183 #endif /* CONFIG_PPC_STD_MMU_32 */
184 #ifdef CONFIG_PPC_DCR_NATIVE
185 EXPORT_SYMBOL(__mtdcr);
186 EXPORT_SYMBOL(__mfdcr);
187 #endif
188 EXPORT_SYMBOL(empty_zero_page);