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

TOMOYO Linux Cross Reference
Linux/arch/ia64/kernel/ia64_ksyms.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 /*
  2  * Architecture-specific kernel symbols
  3  *
  4  * Don't put any exports here unless it's defined in an assembler file.
  5  * All other exports should be put directly after the definition.
  6  */
  7 
  8 #include <linux/module.h>
  9 
 10 #include <linux/string.h>
 11 EXPORT_SYMBOL(memset);
 12 EXPORT_SYMBOL(memcpy);
 13 EXPORT_SYMBOL(strlen);
 14 
 15 #include <asm/pgtable.h>
 16 EXPORT_SYMBOL_GPL(empty_zero_page);
 17 
 18 #include <asm/checksum.h>
 19 EXPORT_SYMBOL(ip_fast_csum);            /* hand-coded assembly */
 20 EXPORT_SYMBOL(csum_ipv6_magic);
 21 
 22 #include <asm/page.h>
 23 EXPORT_SYMBOL(clear_page);
 24 EXPORT_SYMBOL(copy_page);
 25 
 26 #ifdef CONFIG_VIRTUAL_MEM_MAP
 27 #include <linux/bootmem.h>
 28 EXPORT_SYMBOL(min_low_pfn);     /* defined by bootmem.c, but not exported by generic code */
 29 EXPORT_SYMBOL(max_low_pfn);     /* defined by bootmem.c, but not exported by generic code */
 30 #endif
 31 
 32 #include <asm/processor.h>
 33 EXPORT_SYMBOL(ia64_cpu_info);
 34 #ifdef CONFIG_SMP
 35 EXPORT_SYMBOL(local_per_cpu_offset);
 36 #endif
 37 
 38 #include <asm/uaccess.h>
 39 EXPORT_SYMBOL(__copy_user);
 40 EXPORT_SYMBOL(__do_clear_user);
 41 EXPORT_SYMBOL(__strlen_user);
 42 EXPORT_SYMBOL(__strncpy_from_user);
 43 EXPORT_SYMBOL(__strnlen_user);
 44 
 45 /* from arch/ia64/lib */
 46 extern void __divsi3(void);
 47 extern void __udivsi3(void);
 48 extern void __modsi3(void);
 49 extern void __umodsi3(void);
 50 extern void __divdi3(void);
 51 extern void __udivdi3(void);
 52 extern void __moddi3(void);
 53 extern void __umoddi3(void);
 54 
 55 EXPORT_SYMBOL(__divsi3);
 56 EXPORT_SYMBOL(__udivsi3);
 57 EXPORT_SYMBOL(__modsi3);
 58 EXPORT_SYMBOL(__umodsi3);
 59 EXPORT_SYMBOL(__divdi3);
 60 EXPORT_SYMBOL(__udivdi3);
 61 EXPORT_SYMBOL(__moddi3);
 62 EXPORT_SYMBOL(__umoddi3);
 63 
 64 #if defined(CONFIG_MD_RAID456) || defined(CONFIG_MD_RAID456_MODULE)
 65 extern void xor_ia64_2(void);
 66 extern void xor_ia64_3(void);
 67 extern void xor_ia64_4(void);
 68 extern void xor_ia64_5(void);
 69 
 70 EXPORT_SYMBOL(xor_ia64_2);
 71 EXPORT_SYMBOL(xor_ia64_3);
 72 EXPORT_SYMBOL(xor_ia64_4);
 73 EXPORT_SYMBOL(xor_ia64_5);
 74 #endif
 75 
 76 #include <asm/pal.h>
 77 EXPORT_SYMBOL(ia64_pal_call_phys_stacked);
 78 EXPORT_SYMBOL(ia64_pal_call_phys_static);
 79 EXPORT_SYMBOL(ia64_pal_call_stacked);
 80 EXPORT_SYMBOL(ia64_pal_call_static);
 81 EXPORT_SYMBOL(ia64_load_scratch_fpregs);
 82 EXPORT_SYMBOL(ia64_save_scratch_fpregs);
 83 
 84 #include <asm/unwind.h>
 85 EXPORT_SYMBOL(unw_init_running);
 86 
 87 #if defined(CONFIG_IA64_ESI) || defined(CONFIG_IA64_ESI_MODULE)
 88 extern void esi_call_phys (void);
 89 EXPORT_SYMBOL_GPL(esi_call_phys);
 90 #endif
 91 extern char ia64_ivt[];
 92 EXPORT_SYMBOL(ia64_ivt);
 93 
 94 #include <asm/ftrace.h>
 95 #ifdef CONFIG_FUNCTION_TRACER
 96 /* mcount is defined in assembly */
 97 EXPORT_SYMBOL(_mcount);
 98 #endif
 99 
100 #include <asm/cacheflush.h>
101 EXPORT_SYMBOL_GPL(flush_icache_range);
102 

~ [ 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