Blame view

arch/x86/kernel/i386_ksyms_32.c 864 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
  #include <linux/module.h>
37135677e   Ingo Molnar   ftrace: fix mcoun...
2

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
3
  #include <asm/checksum.h>
8232fd625   Theodore Ts'o   x86: export the s...
4
  #include <asm/pgtable.h>
37135677e   Ingo Molnar   ftrace: fix mcoun...
5
  #include <asm/desc.h>
395a59d0f   Abhishek Sagar   ftrace: store mco...
6
  #include <asm/ftrace.h>
37135677e   Ingo Molnar   ftrace: fix mcoun...
7

606576ce8   Steven Rostedt   ftrace: rename FT...
8
  #ifdef CONFIG_FUNCTION_TRACER
37135677e   Ingo Molnar   ftrace: fix mcoun...
9
10
11
  /* mcount is defined in assembly */
  EXPORT_SYMBOL(mcount);
  #endif
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
12

79e1dd05d   Arjan van de Ven   x86: Provide an a...
13
14
15
16
17
  /*
   * Note, this is a prototype to get at the symbol for
   * the export, but dont use it from C code, it is used
   * by assembly code and is not using C calling convention!
   */
04edbdef0   Eric Dumazet   x86: Don't genera...
18
  #ifndef CONFIG_X86_CMPXCHG64
79e1dd05d   Arjan van de Ven   x86: Provide an a...
19
20
  extern void cmpxchg8b_emu(void);
  EXPORT_SYMBOL(cmpxchg8b_emu);
04edbdef0   Eric Dumazet   x86: Don't genera...
21
  #endif
79e1dd05d   Arjan van de Ven   x86: Provide an a...
22

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
23
24
  /* Networking helper routines. */
  EXPORT_SYMBOL(csum_partial_copy_generic);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
25
26
27
28
29
30
31
32
33
  
  EXPORT_SYMBOL(__get_user_1);
  EXPORT_SYMBOL(__get_user_2);
  EXPORT_SYMBOL(__get_user_4);
  
  EXPORT_SYMBOL(__put_user_1);
  EXPORT_SYMBOL(__put_user_2);
  EXPORT_SYMBOL(__put_user_4);
  EXPORT_SYMBOL(__put_user_8);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
34
  EXPORT_SYMBOL(strstr);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
35
  EXPORT_SYMBOL(csum_partial);
8232fd625   Theodore Ts'o   x86: export the s...
36
  EXPORT_SYMBOL(empty_zero_page);