Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sh/include/asm/
H A Dzimage.h12 #define RAMDISK_FLAGS 0x004 macro
/openbmc/linux/arch/sh/include/asm/
H A Dsetup.h13 #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004)) macro
/openbmc/linux/arch/sh/kernel/
H A Dsetup.c288 MOUNT_ROOT_RDONLY, RAMDISK_FLAGS, in setup_arch()
293 rd_image_start = RAMDISK_FLAGS & RAMDISK_IMAGE_START_MASK; in setup_arch()
/openbmc/u-boot/arch/sh/lib/
H A Dbootm.c96 set_sh_linux_param((unsigned long)param + RAMDISK_FLAGS, ramdisk_flags); in do_bootm_linux()