Searched refs:ORIG_ROOT_DEV (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/arch/sh/include/asm/
H A Dsetup.h13 #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008)) macro
/linux-4.4.14/arch/m32r/include/asm/
H A Dsetup.h11 #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008)) macro
/linux-4.4.14/arch/sh/kernel/
H A Dsetup.c245 ROOT_DEV = old_decode_dev(ORIG_ROOT_DEV); setup_arch()
250 "... ORIG_ROOT_DEV - %08lx\n" setup_arch()
255 ORIG_ROOT_DEV, LOADER_TYPE, setup_arch()
H A Dhead_32.S35 .long 0x0200 /* ORIG_ROOT_DEV */
H A Dhead_64.S85 .long 0x0200 /* ORIG_ROOT_DEV */
/linux-4.4.14/arch/m32r/kernel/
H A Dhead.S246 #define ORIG_ROOT_DEV 0x0100 ; /dev/ram0 (major:01, minor:00) define
256 .long ORIG_ROOT_DEV
H A Dsetup.c228 ROOT_DEV = old_decode_dev(ORIG_ROOT_DEV); setup_arch()

Completed in 97 milliseconds