Home
last modified time | relevance | path

Searched refs:MOUNT_ROOT_RDONLY (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/sh/include/asm/
H A Dzimage.h11 #define MOUNT_ROOT_RDONLY 0x000 macro
/openbmc/linux/arch/sh/include/asm/
H A Dsetup.h12 #define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000)) macro
/openbmc/linux/arch/sh/kernel/
H A Dsetup.c288 MOUNT_ROOT_RDONLY, RAMDISK_FLAGS, in setup_arch()
296 if (!MOUNT_ROOT_RDONLY) in setup_arch()
/openbmc/u-boot/arch/sh/lib/
H A Dbootm.c95 set_sh_linux_param((unsigned long)param + MOUNT_ROOT_RDONLY, 0x0001); in do_bootm_linux()