ppc_ksyms.c 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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/ide.h>
  16. #include <linux/bitops.h>
  17. #include <asm/page.h>
  18. #include <asm/semaphore.h>
  19. #include <asm/processor.h>
  20. #include <asm/uaccess.h>
  21. #include <asm/io.h>
  22. #include <asm/ide.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. #ifdef CONFIG_8xx
  47. #include <asm/commproc.h>
  48. #endif
  49. #ifdef CONFIG_PPC32
  50. extern void transfer_to_handler(void);
  51. extern void do_IRQ(struct pt_regs *regs);
  52. extern void machine_check_exception(struct pt_regs *regs);
  53. extern void alignment_exception(struct pt_regs *regs);
  54. extern void program_check_exception(struct pt_regs *regs);
  55. extern void single_step_exception(struct pt_regs *regs);
  56. extern int sys_sigreturn(struct pt_regs *regs);
  57. EXPORT_SYMBOL(clear_pages);
  58. EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
  59. EXPORT_SYMBOL(DMA_MODE_READ);
  60. EXPORT_SYMBOL(DMA_MODE_WRITE);
  61. EXPORT_SYMBOL(__div64_32);
  62. EXPORT_SYMBOL(do_signal);
  63. EXPORT_SYMBOL(transfer_to_handler);
  64. EXPORT_SYMBOL(do_IRQ);
  65. EXPORT_SYMBOL(machine_check_exception);
  66. EXPORT_SYMBOL(alignment_exception);
  67. EXPORT_SYMBOL(program_check_exception);
  68. EXPORT_SYMBOL(single_step_exception);
  69. EXPORT_SYMBOL(sys_sigreturn);
  70. #endif
  71. EXPORT_SYMBOL(strcpy);
  72. EXPORT_SYMBOL(strncpy);
  73. EXPORT_SYMBOL(strcat);
  74. EXPORT_SYMBOL(strlen);
  75. EXPORT_SYMBOL(strcmp);
  76. EXPORT_SYMBOL(strcasecmp);
  77. EXPORT_SYMBOL(strncasecmp);
  78. EXPORT_SYMBOL(csum_partial);
  79. EXPORT_SYMBOL(csum_partial_copy_generic);
  80. EXPORT_SYMBOL(ip_fast_csum);
  81. EXPORT_SYMBOL(csum_tcpudp_magic);
  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. #if defined(CONFIG_PPC32) && (defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE))
  90. EXPORT_SYMBOL(ppc_ide_md);
  91. #endif
  92. #if defined(CONFIG_PCI) && defined(CONFIG_PPC32)
  93. EXPORT_SYMBOL(isa_io_base);
  94. EXPORT_SYMBOL(isa_mem_base);
  95. EXPORT_SYMBOL(pci_dram_offset);
  96. EXPORT_SYMBOL(pci_alloc_consistent);
  97. EXPORT_SYMBOL(pci_free_consistent);
  98. EXPORT_SYMBOL(pci_bus_io_base);
  99. EXPORT_SYMBOL(pci_bus_io_base_phys);
  100. EXPORT_SYMBOL(pci_bus_mem_base_phys);
  101. EXPORT_SYMBOL(pci_bus_to_hose);
  102. #endif /* CONFIG_PCI */
  103. EXPORT_SYMBOL(start_thread);
  104. EXPORT_SYMBOL(kernel_thread);
  105. EXPORT_SYMBOL(giveup_fpu);
  106. #ifdef CONFIG_ALTIVEC
  107. EXPORT_SYMBOL(giveup_altivec);
  108. #endif /* CONFIG_ALTIVEC */
  109. #ifdef CONFIG_SPE
  110. EXPORT_SYMBOL(giveup_spe);
  111. #endif /* CONFIG_SPE */
  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. #ifdef CONFIG_SMP
  121. #ifdef CONFIG_PPC32
  122. EXPORT_SYMBOL(smp_hw_index);
  123. #endif
  124. #endif
  125. #ifdef CONFIG_ADB
  126. EXPORT_SYMBOL(adb_request);
  127. EXPORT_SYMBOL(adb_register);
  128. EXPORT_SYMBOL(adb_unregister);
  129. EXPORT_SYMBOL(adb_poll);
  130. EXPORT_SYMBOL(adb_try_handler_change);
  131. #endif /* CONFIG_ADB */
  132. #ifdef CONFIG_ADB_CUDA
  133. EXPORT_SYMBOL(cuda_request);
  134. EXPORT_SYMBOL(cuda_poll);
  135. #endif /* CONFIG_ADB_CUDA */
  136. #ifdef CONFIG_VT
  137. EXPORT_SYMBOL(kd_mksound);
  138. #endif
  139. EXPORT_SYMBOL(to_tm);
  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. #endif
  148. EXPORT_SYMBOL(memcpy);
  149. EXPORT_SYMBOL(memset);
  150. EXPORT_SYMBOL(memmove);
  151. EXPORT_SYMBOL(memcmp);
  152. EXPORT_SYMBOL(memchr);
  153. #if defined(CONFIG_FB_VGA16_MODULE)
  154. EXPORT_SYMBOL(screen_info);
  155. #endif
  156. #ifdef CONFIG_PPC32
  157. EXPORT_SYMBOL(timer_interrupt);
  158. EXPORT_SYMBOL(irq_desc);
  159. EXPORT_SYMBOL(tb_ticks_per_jiffy);
  160. EXPORT_SYMBOL(console_drivers);
  161. EXPORT_SYMBOL(cacheable_memcpy);
  162. #endif
  163. #ifdef CONFIG_8xx
  164. EXPORT_SYMBOL(cpm_install_handler);
  165. EXPORT_SYMBOL(cpm_free_handler);
  166. #endif /* CONFIG_8xx */
  167. #if defined(CONFIG_8xx) || defined(CONFIG_40x)
  168. EXPORT_SYMBOL(__res);
  169. #endif
  170. #ifdef CONFIG_PPC32
  171. EXPORT_SYMBOL(next_mmu_context);
  172. EXPORT_SYMBOL(set_context);
  173. #endif
  174. #ifdef CONFIG_PPC_STD_MMU_32
  175. extern long mol_trampoline;
  176. EXPORT_SYMBOL(mol_trampoline); /* For MOL */
  177. EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
  178. #ifdef CONFIG_SMP
  179. extern int mmu_hash_lock;
  180. EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */
  181. #endif /* CONFIG_SMP */
  182. extern long *intercept_table;
  183. EXPORT_SYMBOL(intercept_table);
  184. #endif /* CONFIG_PPC_STD_MMU_32 */
  185. #if defined(CONFIG_40x) || defined(CONFIG_BOOKE)
  186. EXPORT_SYMBOL(__mtdcr);
  187. EXPORT_SYMBOL(__mfdcr);
  188. #endif