uboot_initrd_start   68 arch/m68k/kernel/uboot.c 	unsigned long uboot_initrd_start, uboot_initrd_end;
uboot_initrd_start   73 arch/m68k/kernel/uboot.c 	uboot_initrd_start = sp[2];
uboot_initrd_start   81 arch/m68k/kernel/uboot.c 	if (uboot_initrd_start && uboot_initrd_end &&
uboot_initrd_start   82 arch/m68k/kernel/uboot.c 	    (uboot_initrd_end > uboot_initrd_start)) {
uboot_initrd_start   83 arch/m68k/kernel/uboot.c 		initrd_start = uboot_initrd_start;