Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sh/include/asm/
H A Dzimage.h14 #define LOADER_TYPE 0x00c macro
/openbmc/linux/arch/sh/include/asm/
H A Dsetup.h15 #define LOADER_TYPE (*(unsigned long *) (PARAM+0x00c)) macro
/openbmc/linux/arch/sh/kernel/
H A Dsetup.c131 if (!LOADER_TYPE || !INITRD_START || !INITRD_SIZE) in check_for_initrd()
289 ORIG_ROOT_DEV, LOADER_TYPE, in setup_arch()
/openbmc/u-boot/arch/sh/lib/
H A Dbootm.c98 set_sh_linux_param((unsigned long)param + LOADER_TYPE, 0x0001); in do_bootm_linux()