~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/x86/kernel/x8664_ksyms_64.c

Version: ~ [ linux-6.3-rc3 ] ~ [ linux-6.2.7 ] ~ [ linux-6.1.20 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.103 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.175 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.237 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.278 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.310 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.8.17 ] ~ [ linux-4.7.10 ] ~ [ linux-4.6.7 ] ~ [ linux-4.5.7 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* Exports for assembly files.
  2    All C exports should go in the respective C files. */
  3 
  4 #include <linux/module.h>
  5 #include <linux/smp.h>
  6 
  7 #include <net/checksum.h>
  8 
  9 #include <asm/processor.h>
 10 #include <asm/pgtable.h>
 11 #include <asm/uaccess.h>
 12 #include <asm/desc.h>
 13 #include <asm/ftrace.h>
 14 
 15 #ifdef CONFIG_FUNCTION_TRACER
 16 /* mcount and __fentry__ are defined in assembly */
 17 #ifdef CC_USING_FENTRY
 18 EXPORT_SYMBOL(__fentry__);
 19 #else
 20 EXPORT_SYMBOL(mcount);
 21 #endif
 22 #endif
 23 
 24 EXPORT_SYMBOL(__get_user_1);
 25 EXPORT_SYMBOL(__get_user_2);
 26 EXPORT_SYMBOL(__get_user_4);
 27 EXPORT_SYMBOL(__get_user_8);
 28 EXPORT_SYMBOL(__put_user_1);
 29 EXPORT_SYMBOL(__put_user_2);
 30 EXPORT_SYMBOL(__put_user_4);
 31 EXPORT_SYMBOL(__put_user_8);
 32 
 33 EXPORT_SYMBOL(copy_user_generic_string);
 34 EXPORT_SYMBOL(copy_user_generic_unrolled);
 35 EXPORT_SYMBOL(copy_user_enhanced_fast_string);
 36 EXPORT_SYMBOL(__copy_user_nocache);
 37 EXPORT_SYMBOL(_copy_from_user);
 38 EXPORT_SYMBOL(_copy_to_user);
 39 
 40 EXPORT_SYMBOL(copy_page);
 41 EXPORT_SYMBOL(clear_page);
 42 
 43 EXPORT_SYMBOL(csum_partial);
 44 
 45 EXPORT_SYMBOL(__sw_hweight32);
 46 EXPORT_SYMBOL(__sw_hweight64);
 47 
 48 /*
 49  * Export string functions. We normally rely on gcc builtin for most of these,
 50  * but gcc sometimes decides not to inline them.
 51  */
 52 #undef memcpy
 53 #undef memset
 54 #undef memmove
 55 
 56 extern void *__memset(void *, int, __kernel_size_t);
 57 extern void *__memcpy(void *, const void *, __kernel_size_t);
 58 extern void *__memmove(void *, const void *, __kernel_size_t);
 59 extern void *memset(void *, int, __kernel_size_t);
 60 extern void *memcpy(void *, const void *, __kernel_size_t);
 61 extern void *memmove(void *, const void *, __kernel_size_t);
 62 
 63 EXPORT_SYMBOL(__memset);
 64 EXPORT_SYMBOL(__memcpy);
 65 EXPORT_SYMBOL(__memmove);
 66 
 67 EXPORT_SYMBOL(memset);
 68 EXPORT_SYMBOL(memcpy);
 69 EXPORT_SYMBOL(memmove);
 70 
 71 #ifndef CONFIG_DEBUG_VIRTUAL
 72 EXPORT_SYMBOL(phys_base);
 73 #endif
 74 EXPORT_SYMBOL(empty_zero_page);
 75 #ifndef CONFIG_PARAVIRT
 76 EXPORT_SYMBOL(native_load_gs_index);
 77 #endif
 78 
 79 #ifdef CONFIG_PREEMPT
 80 EXPORT_SYMBOL(___preempt_schedule);
 81 EXPORT_SYMBOL(___preempt_schedule_notrace);
 82 #endif
 83 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | Wiki (Japanese) | Wiki (English) | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

osdn.jp