• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <linux/module.h>
2 #include <linux/kvm_host.h>
3 #include <asm/fpu/api.h>
4 #include <asm/ftrace.h>
5 
6 #ifdef CONFIG_FUNCTION_TRACER
7 EXPORT_SYMBOL(_mcount);
8 #endif
9 #if IS_ENABLED(CONFIG_KVM)
10 EXPORT_SYMBOL(sie64a);
11 EXPORT_SYMBOL(sie_exit);
12 EXPORT_SYMBOL(save_fpu_regs);
13 #endif
14 EXPORT_SYMBOL(memcpy);
15 EXPORT_SYMBOL(memset);
16