sparc64: add ftrace support.
[deliverable/linux.git] / arch / x86 / kernel / x8664_ksyms_64.c
CommitLineData
2ee60e17
AK
1/* Exports for assembly files.
2 All C exports should go in the respective C files. */
3
1da177e4 4#include <linux/module.h>
89804c02 5#include <net/checksum.h>
1da177e4 6#include <linux/smp.h>
1da177e4 7
1da177e4 8#include <asm/processor.h>
1da177e4 9#include <asm/uaccess.h>
1da177e4 10#include <asm/pgtable.h>
70fd93c9 11#include <asm/desc.h>
1da177e4 12
1da177e4 13EXPORT_SYMBOL(kernel_thread);
1da177e4 14
1da177e4
LT
15EXPORT_SYMBOL(__get_user_1);
16EXPORT_SYMBOL(__get_user_2);
17EXPORT_SYMBOL(__get_user_4);
18EXPORT_SYMBOL(__get_user_8);
19EXPORT_SYMBOL(__put_user_1);
20EXPORT_SYMBOL(__put_user_2);
21EXPORT_SYMBOL(__put_user_4);
22EXPORT_SYMBOL(__put_user_8);
23
1da177e4 24EXPORT_SYMBOL(copy_user_generic);
0812a579 25EXPORT_SYMBOL(__copy_user_nocache);
1da177e4
LT
26EXPORT_SYMBOL(copy_from_user);
27EXPORT_SYMBOL(copy_to_user);
3022d734 28EXPORT_SYMBOL(__copy_from_user_inatomic);
1da177e4
LT
29
30EXPORT_SYMBOL(copy_page);
31EXPORT_SYMBOL(clear_page);
32
89804c02
IM
33EXPORT_SYMBOL(csum_partial);
34
8000a83f
PC
35/*
36 * Export string functions. We normally rely on gcc builtin for most of these,
37 * but gcc sometimes decides not to inline them.
38 */
1da177e4
LT
39#undef memcpy
40#undef memset
41#undef memmove
1da177e4 42
8000a83f
PC
43extern void *memset(void *, int, __kernel_size_t);
44extern void *memcpy(void *, const void *, __kernel_size_t);
45extern void *__memcpy(void *, const void *, __kernel_size_t);
1da177e4
LT
46
47EXPORT_SYMBOL(memset);
1da177e4
LT
48EXPORT_SYMBOL(memcpy);
49EXPORT_SYMBOL(__memcpy);
1da177e4 50
1da177e4 51EXPORT_SYMBOL(empty_zero_page);
1da177e4 52EXPORT_SYMBOL(init_level4_pgt);
ea0be473
AK
53EXPORT_SYMBOL(load_gs_index);
54
92b35e91 55EXPORT_SYMBOL(_proxy_pda);
70fd93c9
GOC
56
57#ifdef CONFIG_PARAVIRT
58/* Virtualized guests may want to use it */
59EXPORT_SYMBOL_GPL(cpu_gdt_descr);
60#endif
This page took 0.358324 seconds and 5 git commands to generate.