cregit-Linux how code gets into the kernel

Release 4.7 arch/cris/arch-v10/kernel/crisksyms.c

#include <linux/module.h>
#include <asm/io.h>
#include <arch/svinto.h>

/* Export shadow registers for the CPU I/O pins */

EXPORT_SYMBOL(genconfig_shadow);

EXPORT_SYMBOL(port_pa_data_shadow);

EXPORT_SYMBOL(port_pa_dir_shadow);

EXPORT_SYMBOL(port_pb_data_shadow);

EXPORT_SYMBOL(port_pb_dir_shadow);

EXPORT_SYMBOL(port_pb_config_shadow);

EXPORT_SYMBOL(port_g_data_shadow);

/* Cache flush functions */

EXPORT_SYMBOL(flush_etrax_cache);

EXPORT_SYMBOL(prepare_rx_descriptor);

Overall Contributors

PersonTokensPropCommitsCommitProp
mikael starvikmikael starvik5598.21%150.00%
jesper nilssonjesper nilsson11.79%150.00%
Total56100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}