Home
last modified time | relevance | path

Searched defs:kernel (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dbootm.c14 void (*kernel)(int, int, int, char *) = (void *)images->ep; in do_bootm_linux() local
/rk3399_rockchip-uboot/arch/m68k/lib/
H A Dbootm.c55 void (*kernel) (bd_t *, ulong, ulong, ulong, ulong); in do_bootm_linux() local
/rk3399_rockchip-uboot/arch/sh/lib/
H A Dbootm.c56 void (*kernel) (void) = (void (*)(void))images->ep; in do_bootm_linux() local
/rk3399_rockchip-uboot/arch/powerpc/lib/
H A Dbootm.c45 void (*kernel)(bd_t *, ulong r4, ulong r5, ulong r6, in boot_jump_linux() local
/rk3399_rockchip-uboot/arch/mips/lib/
H A Dbootm.c297 kernel_entry_t kernel = (kernel_entry_t) images->ep; in boot_jump_linux() local
/rk3399_rockchip-uboot/cmd/
H A Dpxe.c474 char *kernel; member