cregit-Linux how code gets into the kernel

Release 4.14 arch/metag/kernel/metag_ksyms.c

// SPDX-License-Identifier: GPL-2.0
#include <linux/export.h>
#include <linux/types.h>

#include <asm/checksum.h>
#include <asm/div64.h>
#include <asm/ftrace.h>
#include <asm/page.h>
#include <asm/string.h>
#include <asm/tbx.h>


EXPORT_SYMBOL(clear_page);

EXPORT_SYMBOL(copy_page);

#ifdef CONFIG_FLATMEM
/* needed for the pfn_valid macro */

EXPORT_SYMBOL(max_pfn);

EXPORT_SYMBOL(min_low_pfn);
#endif

/* Network checksum functions */

EXPORT_SYMBOL(csum_partial);

/* TBI symbols */

EXPORT_SYMBOL(__TBI);

EXPORT_SYMBOL(__TBIFindSeg);

EXPORT_SYMBOL(__TBIPoll);

EXPORT_SYMBOL(__TBITimeStamp);


#define DECLARE_EXPORT(name) extern void name(void); EXPORT_SYMBOL(name)

/* libgcc functions */

DECLARE_EXPORT(__ashldi3);

DECLARE_EXPORT(__ashrdi3);

DECLARE_EXPORT(__lshrdi3);

DECLARE_EXPORT(__udivsi3);

DECLARE_EXPORT(__divsi3);

DECLARE_EXPORT(__umodsi3);

DECLARE_EXPORT(__modsi3);

DECLARE_EXPORT(__muldi3);

DECLARE_EXPORT(__cmpdi2);

DECLARE_EXPORT(__ucmpdi2);

/* Maths functions */

EXPORT_SYMBOL(div_u64);

EXPORT_SYMBOL(div_s64);

/* String functions */

EXPORT_SYMBOL(memcpy);

EXPORT_SYMBOL(memset);

EXPORT_SYMBOL(memmove);

#ifdef CONFIG_FUNCTION_TRACER

EXPORT_SYMBOL(mcount_wrapper);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
James Hogan17299.42%583.33%
Greg Kroah-Hartman10.58%116.67%
Total173100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.