]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/powerpc/kernel/ppc_ksyms.c
powerpc: Add the ability to save VSX without giving it up
[mirror_ubuntu-zesty-kernel.git] / arch / powerpc / kernel / ppc_ksyms.c
CommitLineData
5144b6bf
AB
1#include <linux/ftrace.h>
2#include <linux/mm.h>
20c8c210 3
20c8c210 4#include <asm/processor.h>
ae3a197e 5#include <asm/switch_to.h>
5144b6bf 6#include <asm/cacheflush.h>
8043e494 7#include <asm/epapr_hcalls.h>
20c8c210 8
5144b6bf
AB
9EXPORT_SYMBOL(flush_dcache_range);
10EXPORT_SYMBOL(flush_icache_range);
11
12EXPORT_SYMBOL(empty_zero_page);
13
14long long __bswapdi2(long long);
15EXPORT_SYMBOL(__bswapdi2);
20c8c210 16
606576ce 17#ifdef CONFIG_FUNCTION_TRACER
ccbfac29
SR
18EXPORT_SYMBOL(_mcount);
19#endif
20
5f20be44 21#ifdef CONFIG_PPC_FPU
18461960
PM
22EXPORT_SYMBOL(load_fp_state);
23EXPORT_SYMBOL(store_fp_state);
5f20be44 24#endif
5144b6bf 25
40ef8cbc 26#ifdef CONFIG_ALTIVEC
18461960
PM
27EXPORT_SYMBOL(load_vr_state);
28EXPORT_SYMBOL(store_vr_state);
20c8c210
PM
29#endif
30
8043e494
SW
31#ifdef CONFIG_EPAPR_PARAVIRT
32EXPORT_SYMBOL(epapr_hypercall_start);
33#endif
bfe9a2cf 34
acf620ec 35EXPORT_SYMBOL(current_stack_pointer);