real_mode_blob_end   55 arch/x86/include/asm/realmode.h extern unsigned char real_mode_blob_end[];
real_mode_blob_end   76 arch/x86/include/asm/realmode.h 	return ALIGN(real_mode_blob_end - real_mode_blob, PAGE_SIZE);
real_mode_blob_end   47 arch/x86/realmode/init.c 	size_t size = PAGE_ALIGN(real_mode_blob_end - real_mode_blob);
real_mode_blob_end  125 arch/x86/realmode/init.c 	size_t size = PAGE_ALIGN(real_mode_blob_end - real_mode_blob);