romfs_base        107 arch/microblaze/kernel/setup.c 	unsigned int romfs_base;
romfs_base        110 arch/microblaze/kernel/setup.c 	romfs_base = (ram ? ram : (unsigned int)&__init_end);
romfs_base        111 arch/microblaze/kernel/setup.c 	romfs_size = PAGE_ALIGN(get_romfs_len((unsigned *)romfs_base));
romfs_base        113 arch/microblaze/kernel/setup.c 		romfs_base = (unsigned int)&__bss_start;
romfs_base        114 arch/microblaze/kernel/setup.c 		romfs_size = PAGE_ALIGN(get_romfs_len((unsigned *)romfs_base));
romfs_base        119 arch/microblaze/kernel/setup.c 		memmove(&__bss_stop, (int *)romfs_base, romfs_size);
romfs_base        145 arch/microblaze/kernel/setup.c 			romfs_base, romfs_size);
romfs_base        150 arch/microblaze/kernel/setup.c 			romfs_size, romfs_base, (unsigned)&__bss_stop);