···5757 * Assembly functions that may be used (directly or indirectly) by modules5858 */5959EXPORT_SYMBOL(__copy_tofrom_user);6060+EXPORT_SYMBOL(__strncpy_user);60616162#ifdef CONFIG_OPT_LIB_ASM6263EXPORT_SYMBOL(memcpy);
+1
arch/microblaze/mm/init.c
···4747EXPORT_SYMBOL(memory_start);4848unsigned long memory_end; /* due to mm/nommu.c */4949unsigned long memory_size;5050+EXPORT_SYMBOL(memory_size);50515152/*5253 * paging_init() sets up the page tables - in fact we've already done this.
+1
arch/microblaze/mm/pgtable.c
···42424343unsigned long ioremap_base;4444unsigned long ioremap_bot;4545+EXPORT_SYMBOL(ioremap_bot);45464647/* The maximum lowmem defaults to 768Mb, but this can be configured to4748 * another value.