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

TOMOYO Linux Cross Reference
Linux/arch/sh/kernel/sh_ksyms_32.c

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ 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 // SPDX-License-Identifier: GPL-2.0
  2 #include <linux/module.h>
  3 #include <linux/string.h>
  4 #include <linux/uaccess.h>
  5 #include <linux/delay.h>
  6 #include <linux/mm.h>
  7 #include <asm/checksum.h>
  8 #include <asm/sections.h>
  9 
 10 EXPORT_SYMBOL(memchr);
 11 EXPORT_SYMBOL(memcpy);
 12 EXPORT_SYMBOL(memset);
 13 EXPORT_SYMBOL(memmove);
 14 EXPORT_SYMBOL(__copy_user);
 15 EXPORT_SYMBOL(__udelay);
 16 EXPORT_SYMBOL(__ndelay);
 17 EXPORT_SYMBOL(__const_udelay);
 18 EXPORT_SYMBOL(strlen);
 19 EXPORT_SYMBOL(csum_partial);
 20 EXPORT_SYMBOL(csum_partial_copy_generic);
 21 EXPORT_SYMBOL(copy_page);
 22 EXPORT_SYMBOL(__clear_user);
 23 EXPORT_SYMBOL(empty_zero_page);
 24 #ifdef CONFIG_FLATMEM
 25 /* need in pfn_valid macro */
 26 EXPORT_SYMBOL(min_low_pfn);
 27 EXPORT_SYMBOL(max_low_pfn);
 28 #endif
 29 
 30 #define DECLARE_EXPORT(name)            \
 31         extern void name(void);EXPORT_SYMBOL(name)
 32 
 33 DECLARE_EXPORT(__udivsi3);
 34 DECLARE_EXPORT(__sdivsi3);
 35 DECLARE_EXPORT(__lshrsi3);
 36 DECLARE_EXPORT(__ashrsi3);
 37 DECLARE_EXPORT(__ashlsi3);
 38 DECLARE_EXPORT(__lshrsi3_r0);
 39 DECLARE_EXPORT(__ashrsi3_r0);
 40 DECLARE_EXPORT(__ashlsi3_r0);
 41 
 42 DECLARE_EXPORT(__ashiftrt_r4_0);
 43 DECLARE_EXPORT(__ashiftrt_r4_1);
 44 DECLARE_EXPORT(__ashiftrt_r4_2);
 45 DECLARE_EXPORT(__ashiftrt_r4_3);
 46 DECLARE_EXPORT(__ashiftrt_r4_4);
 47 DECLARE_EXPORT(__ashiftrt_r4_5);
 48 DECLARE_EXPORT(__ashiftrt_r4_6);
 49 DECLARE_EXPORT(__ashiftrt_r4_7);
 50 DECLARE_EXPORT(__ashiftrt_r4_8);
 51 DECLARE_EXPORT(__ashiftrt_r4_9);
 52 DECLARE_EXPORT(__ashiftrt_r4_10);
 53 DECLARE_EXPORT(__ashiftrt_r4_11);
 54 DECLARE_EXPORT(__ashiftrt_r4_12);
 55 DECLARE_EXPORT(__ashiftrt_r4_13);
 56 DECLARE_EXPORT(__ashiftrt_r4_14);
 57 DECLARE_EXPORT(__ashiftrt_r4_15);
 58 DECLARE_EXPORT(__ashiftrt_r4_16);
 59 DECLARE_EXPORT(__ashiftrt_r4_17);
 60 DECLARE_EXPORT(__ashiftrt_r4_18);
 61 DECLARE_EXPORT(__ashiftrt_r4_19);
 62 DECLARE_EXPORT(__ashiftrt_r4_20);
 63 DECLARE_EXPORT(__ashiftrt_r4_21);
 64 DECLARE_EXPORT(__ashiftrt_r4_22);
 65 DECLARE_EXPORT(__ashiftrt_r4_23);
 66 DECLARE_EXPORT(__ashiftrt_r4_24);
 67 DECLARE_EXPORT(__ashiftrt_r4_25);
 68 DECLARE_EXPORT(__ashiftrt_r4_26);
 69 DECLARE_EXPORT(__ashiftrt_r4_27);
 70 DECLARE_EXPORT(__ashiftrt_r4_28);
 71 DECLARE_EXPORT(__ashiftrt_r4_29);
 72 DECLARE_EXPORT(__ashiftrt_r4_30);
 73 DECLARE_EXPORT(__ashiftrt_r4_31);
 74 DECLARE_EXPORT(__ashiftrt_r4_32);
 75 DECLARE_EXPORT(__movstr);
 76 DECLARE_EXPORT(__movstrSI8);
 77 DECLARE_EXPORT(__movstrSI12);
 78 DECLARE_EXPORT(__movstrSI16);
 79 DECLARE_EXPORT(__movstrSI20);
 80 DECLARE_EXPORT(__movstrSI24);
 81 DECLARE_EXPORT(__movstrSI28);
 82 DECLARE_EXPORT(__movstrSI32);
 83 DECLARE_EXPORT(__movstrSI36);
 84 DECLARE_EXPORT(__movstrSI40);
 85 DECLARE_EXPORT(__movstrSI44);
 86 DECLARE_EXPORT(__movstrSI48);
 87 DECLARE_EXPORT(__movstrSI52);
 88 DECLARE_EXPORT(__movstrSI56);
 89 DECLARE_EXPORT(__movstrSI60);
 90 DECLARE_EXPORT(__movstr_i4_even);
 91 DECLARE_EXPORT(__movstr_i4_odd);
 92 DECLARE_EXPORT(__movstrSI12_i4);
 93 DECLARE_EXPORT(__movmem);
 94 DECLARE_EXPORT(__movmemSI8);
 95 DECLARE_EXPORT(__movmemSI12);
 96 DECLARE_EXPORT(__movmemSI16);
 97 DECLARE_EXPORT(__movmemSI20);
 98 DECLARE_EXPORT(__movmemSI24);
 99 DECLARE_EXPORT(__movmemSI28);
100 DECLARE_EXPORT(__movmemSI32);
101 DECLARE_EXPORT(__movmemSI36);
102 DECLARE_EXPORT(__movmemSI40);
103 DECLARE_EXPORT(__movmemSI44);
104 DECLARE_EXPORT(__movmemSI48);
105 DECLARE_EXPORT(__movmemSI52);
106 DECLARE_EXPORT(__movmemSI56);
107 DECLARE_EXPORT(__movmemSI60);
108 DECLARE_EXPORT(__movmem_i4_even);
109 DECLARE_EXPORT(__movmem_i4_odd);
110 DECLARE_EXPORT(__movmemSI12_i4);
111 DECLARE_EXPORT(__udiv_qrnnd_16);
112 DECLARE_EXPORT(__sdivsi3_i4);
113 DECLARE_EXPORT(__udivsi3_i4);
114 DECLARE_EXPORT(__sdivsi3_i4i);
115 DECLARE_EXPORT(__udivsi3_i4i);
116 #ifdef CONFIG_MCOUNT
117 DECLARE_EXPORT(mcount);
118 #endif
119 

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

kernel.org | git.kernel.org | LWN.net | Project Home | 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.

sflogo.php