]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/powerpc/kernel/ppc_ksyms.c
atomic: use <linux/atomic.h>
[mirror_ubuntu-jammy-kernel.git] / arch / powerpc / kernel / ppc_ksyms.c
CommitLineData
20c8c210
PM
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>
894673ee 8#include <linux/screen_info.h>
20c8c210
PM
9#include <linux/vt_kern.h>
10#include <linux/nvram.h>
20c8c210
PM
11#include <linux/irq.h>
12#include <linux/pci.h>
13#include <linux/delay.h>
20c8c210
PM
14#include <linux/bitops.h>
15
16#include <asm/page.h>
20c8c210 17#include <asm/processor.h>
576e393e 18#include <asm/cacheflush.h>
20c8c210
PM
19#include <asm/uaccess.h>
20#include <asm/io.h>
60063497 21#include <linux/atomic.h>
20c8c210
PM
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>
c5ff7001 43#include <asm/signal.h>
a2c70211 44#include <asm/dcr.h>
ccbfac29 45#include <asm/ftrace.h>
20c8c210 46
40ef8cbc 47#ifdef CONFIG_PPC32
20c8c210
PM
48extern void transfer_to_handler(void);
49extern void do_IRQ(struct pt_regs *regs);
dc1c1ca3
SR
50extern void machine_check_exception(struct pt_regs *regs);
51extern void alignment_exception(struct pt_regs *regs);
52extern void program_check_exception(struct pt_regs *regs);
53extern void single_step_exception(struct pt_regs *regs);
20c8c210
PM
54extern int sys_sigreturn(struct pt_regs *regs);
55
20c8c210 56EXPORT_SYMBOL(clear_pages);
40ef8cbc
PM
57EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
58EXPORT_SYMBOL(DMA_MODE_READ);
59EXPORT_SYMBOL(DMA_MODE_WRITE);
40ef8cbc 60
20c8c210
PM
61EXPORT_SYMBOL(transfer_to_handler);
62EXPORT_SYMBOL(do_IRQ);
dc1c1ca3
SR
63EXPORT_SYMBOL(machine_check_exception);
64EXPORT_SYMBOL(alignment_exception);
65EXPORT_SYMBOL(program_check_exception);
66EXPORT_SYMBOL(single_step_exception);
20c8c210 67EXPORT_SYMBOL(sys_sigreturn);
40ef8cbc 68#endif
20c8c210 69
606576ce 70#ifdef CONFIG_FUNCTION_TRACER
ccbfac29
SR
71EXPORT_SYMBOL(_mcount);
72#endif
73
20c8c210
PM
74EXPORT_SYMBOL(strcpy);
75EXPORT_SYMBOL(strncpy);
76EXPORT_SYMBOL(strcat);
20c8c210 77EXPORT_SYMBOL(strlen);
20c8c210 78EXPORT_SYMBOL(strcmp);
0119536c 79EXPORT_SYMBOL(strncmp);
20c8c210
PM
80
81EXPORT_SYMBOL(csum_partial);
82EXPORT_SYMBOL(csum_partial_copy_generic);
83EXPORT_SYMBOL(ip_fast_csum);
84EXPORT_SYMBOL(csum_tcpudp_magic);
85
86EXPORT_SYMBOL(__copy_tofrom_user);
87EXPORT_SYMBOL(__clear_user);
88EXPORT_SYMBOL(__strncpy_from_user);
89EXPORT_SYMBOL(__strnlen_user);
d988f0e3 90EXPORT_SYMBOL(copy_page);
20c8c210 91
40ef8cbc 92#if defined(CONFIG_PCI) && defined(CONFIG_PPC32)
20c8c210
PM
93EXPORT_SYMBOL(isa_io_base);
94EXPORT_SYMBOL(isa_mem_base);
95EXPORT_SYMBOL(pci_dram_offset);
20c8c210
PM
96#endif /* CONFIG_PCI */
97
20c8c210
PM
98EXPORT_SYMBOL(start_thread);
99EXPORT_SYMBOL(kernel_thread);
100
20c8c210 101EXPORT_SYMBOL(giveup_fpu);
40ef8cbc
PM
102#ifdef CONFIG_ALTIVEC
103EXPORT_SYMBOL(giveup_altivec);
104#endif /* CONFIG_ALTIVEC */
ce48b210
MN
105#ifdef CONFIG_VSX
106EXPORT_SYMBOL(giveup_vsx);
fbad5f1d 107EXPORT_SYMBOL_GPL(__giveup_vsx);
ce48b210 108#endif /* CONFIG_VSX */
40ef8cbc
PM
109#ifdef CONFIG_SPE
110EXPORT_SYMBOL(giveup_spe);
111#endif /* CONFIG_SPE */
112
666acb94 113#ifndef CONFIG_PPC64
40ef8cbc 114EXPORT_SYMBOL(flush_instruction_cache);
40ef8cbc 115#endif
666acb94 116EXPORT_SYMBOL(__flush_icache_range);
40ef8cbc
PM
117EXPORT_SYMBOL(flush_dcache_range);
118
20c8c210 119#ifdef CONFIG_SMP
40ef8cbc 120#ifdef CONFIG_PPC32
20c8c210
PM
121EXPORT_SYMBOL(smp_hw_index);
122#endif
40ef8cbc 123#endif
20c8c210
PM
124
125#ifdef CONFIG_ADB
126EXPORT_SYMBOL(adb_request);
127EXPORT_SYMBOL(adb_register);
128EXPORT_SYMBOL(adb_unregister);
129EXPORT_SYMBOL(adb_poll);
130EXPORT_SYMBOL(adb_try_handler_change);
131#endif /* CONFIG_ADB */
132#ifdef CONFIG_ADB_CUDA
133EXPORT_SYMBOL(cuda_request);
134EXPORT_SYMBOL(cuda_poll);
135#endif /* CONFIG_ADB_CUDA */
20c8c210
PM
136EXPORT_SYMBOL(to_tm);
137
40ef8cbc
PM
138#ifdef CONFIG_PPC32
139long long __ashrdi3(long long, int);
140long long __ashldi3(long long, int);
141long long __lshrdi3(long long, int);
20c8c210
PM
142EXPORT_SYMBOL(__ashrdi3);
143EXPORT_SYMBOL(__ashldi3);
144EXPORT_SYMBOL(__lshrdi3);
95ff54f5
PM
145int __ucmpdi2(unsigned long long, unsigned long long);
146EXPORT_SYMBOL(__ucmpdi2);
40ef8cbc
PM
147#endif
148
20c8c210 149EXPORT_SYMBOL(memcpy);
20c8c210
PM
150EXPORT_SYMBOL(memset);
151EXPORT_SYMBOL(memmove);
20c8c210
PM
152EXPORT_SYMBOL(memcmp);
153EXPORT_SYMBOL(memchr);
154
155#if defined(CONFIG_FB_VGA16_MODULE)
156EXPORT_SYMBOL(screen_info);
157#endif
158
40ef8cbc 159#ifdef CONFIG_PPC32
20c8c210 160EXPORT_SYMBOL(timer_interrupt);
20c8c210 161EXPORT_SYMBOL(tb_ticks_per_jiffy);
40ef8cbc 162EXPORT_SYMBOL(cacheable_memcpy);
1edda9c7 163EXPORT_SYMBOL(cacheable_memzero);
20c8c210
PM
164#endif
165
40ef8cbc 166#ifdef CONFIG_PPC32
5e696617 167EXPORT_SYMBOL(switch_mmu_context);
40ef8cbc
PM
168#endif
169
170#ifdef CONFIG_PPC_STD_MMU_32
20c8c210
PM
171extern long mol_trampoline;
172EXPORT_SYMBOL(mol_trampoline); /* For MOL */
173EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
174#ifdef CONFIG_SMP
175extern int mmu_hash_lock;
176EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */
177#endif /* CONFIG_SMP */
178extern long *intercept_table;
179EXPORT_SYMBOL(intercept_table);
40ef8cbc 180#endif /* CONFIG_PPC_STD_MMU_32 */
45d8e7aa 181#ifdef CONFIG_PPC_DCR_NATIVE
20c8c210
PM
182EXPORT_SYMBOL(__mtdcr);
183EXPORT_SYMBOL(__mfdcr);
184#endif
bceabd15 185EXPORT_SYMBOL(empty_zero_page);
64ff3128
AB
186
187#ifdef CONFIG_PPC64
188EXPORT_SYMBOL(__arch_hweight8);
189EXPORT_SYMBOL(__arch_hweight16);
190EXPORT_SYMBOL(__arch_hweight32);
191EXPORT_SYMBOL(__arch_hweight64);
192#endif