cregit-Linux how code gets into the kernel

Release 4.8 arch/powerpc/kernel/ppc_ksyms.c

#include <linux/ftrace.h>
#include <linux/mm.h>

#include <asm/processor.h>
#include <asm/switch_to.h>
#include <asm/cacheflush.h>
#include <asm/epapr_hcalls.h>

#ifdef CONFIG_PPC64

EXPORT_SYMBOL(flush_dcache_range);
#endif

EXPORT_SYMBOL(flush_icache_range);


EXPORT_SYMBOL(empty_zero_page);

long long __bswapdi2(long long);

EXPORT_SYMBOL(__bswapdi2);

#ifdef CONFIG_FUNCTION_TRACER

EXPORT_SYMBOL(_mcount);
#endif

#ifdef CONFIG_PPC_FPU

EXPORT_SYMBOL(load_fp_state);

EXPORT_SYMBOL(store_fp_state);
#endif

#ifdef CONFIG_ALTIVEC

EXPORT_SYMBOL(load_vr_state);

EXPORT_SYMBOL(store_vr_state);
#endif

#ifdef CONFIG_EPAPR_PARAVIRT

EXPORT_SYMBOL(epapr_hypercall_start);
#endif


EXPORT_SYMBOL(current_stack_pointer);

Overall Contributors

PersonTokensPropCommitsCommitProp
paul mackerraspaul mackerras5249.06%325.00%
anton blanchardanton blanchard2119.81%325.00%
scott woodscott wood1110.38%18.33%
steven rostedtsteven rostedt109.43%216.67%
kevin haokevin hao54.72%18.33%
christophe leroychristophe leroy54.72%18.33%
david howellsdavid howells21.89%18.33%
Total106100.00%12100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.