Searched refs:Root_RAM0 (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Droot_dev.h13 Root_RAM0 = MKDEV(RAMDISK_MAJOR, 0), enumerator in enum:__anon3867
/linux-master/init/
H A Ddo_mounts_initrd.c96 create_dev("/dev/root.old", Root_RAM0);
114 if (new_decode_dev(real_root_dev) == Root_RAM0) {
140 create_dev("/dev/ram", Root_RAM0);
147 if (rd_load_image("/initrd.image") && ROOT_DEV != Root_RAM0) {
H A Ddo_mounts.c449 return Root_RAM0;
/linux-master/arch/m68k/kernel/
H A Duboot.c87 ROOT_DEV = Root_RAM0;
/linux-master/arch/sh/kernel/
H A Dsetup.c157 ROOT_DEV = Root_RAM0;
/linux-master/arch/powerpc/platforms/powermac/
H A Dsetup.c302 ROOT_DEV = Root_RAM0;
/linux-master/arch/mips/kernel/
H A Dsetup.c176 ROOT_DEV = Root_RAM0;
/linux-master/arch/powerpc/kernel/
H A Dsetup-common.c370 ROOT_DEV = Root_RAM0;
/linux-master/arch/s390/kernel/
H A Dsetup.c898 ROOT_DEV = Root_RAM0;

Completed in 159 milliseconds