uboot_initrd_end   68 arch/m68k/kernel/uboot.c 	unsigned long uboot_initrd_start, uboot_initrd_end;
uboot_initrd_end   74 arch/m68k/kernel/uboot.c 	uboot_initrd_end = sp[3];
uboot_initrd_end   81 arch/m68k/kernel/uboot.c 	if (uboot_initrd_start && uboot_initrd_end &&
uboot_initrd_end   82 arch/m68k/kernel/uboot.c 	    (uboot_initrd_end > uboot_initrd_start)) {
uboot_initrd_end   84 arch/m68k/kernel/uboot.c 		initrd_end = uboot_initrd_end;