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