linux/arch/powerpc/kernel/ppc_ksyms.c
<<
>>
Prefs
   1#include <linux/ftrace.h>
   2#include <linux/mm.h>
   3
   4#include <asm/processor.h>
   5#include <asm/switch_to.h>
   6#include <asm/cacheflush.h>
   7#include <asm/epapr_hcalls.h>
   8
   9#ifdef CONFIG_PPC64
  10EXPORT_SYMBOL(flush_dcache_range);
  11#endif
  12EXPORT_SYMBOL(flush_icache_range);
  13
  14EXPORT_SYMBOL(empty_zero_page);
  15
  16long long __bswapdi2(long long);
  17EXPORT_SYMBOL(__bswapdi2);
  18
  19#ifdef CONFIG_FUNCTION_TRACER
  20EXPORT_SYMBOL(_mcount);
  21#endif
  22
  23#ifdef CONFIG_PPC_FPU
  24EXPORT_SYMBOL(load_fp_state);
  25EXPORT_SYMBOL(store_fp_state);
  26#endif
  27
  28#ifdef CONFIG_ALTIVEC
  29EXPORT_SYMBOL(load_vr_state);
  30EXPORT_SYMBOL(store_vr_state);
  31#endif
  32
  33#ifdef CONFIG_EPAPR_PARAVIRT
  34EXPORT_SYMBOL(epapr_hypercall_start);
  35#endif
  36
  37EXPORT_SYMBOL(current_stack_pointer);
  38