Searched defs:kernel (Results 1 – 9 of 9) sorted by relevance
/u-boot/arch/nios2/lib/ |
A D | bootm.c | 19 void (*kernel)(int, int, int, char *) = (void *)images->ep; in do_bootm_linux() local
|
/u-boot/arch/riscv/lib/ |
A D | bootm.c | 83 void (*kernel)(ulong hart, void *dtb); in boot_jump_linux() local
|
/u-boot/arch/m68k/lib/ |
A D | bootm.c | 59 void (*kernel) (struct bd_info *, ulong, ulong, ulong, ulong); in do_bootm_linux() local
|
/u-boot/doc/develop/ |
A D | coccinelle.rst | 103 Examples
|
/u-boot/arch/sh/lib/ |
A D | bootm.c | 58 void (*kernel) (void) = (void (*)(void))images->ep; in do_bootm_linux() local
|
/u-boot/cmd/ |
A D | pxe_utils.h | 42 char *kernel; member
|
/u-boot/arch/powerpc/lib/ |
A D | bootm.c | 50 void (*kernel)(struct bd_info *, ulong r4, ulong r5, ulong r6, in boot_jump_linux() local
|
/u-boot/arch/mips/lib/ |
A D | bootm.c | 284 kernel_entry_t kernel = (kernel_entry_t) images->ep; in boot_jump_linux() local
|
/u-boot/arch/mips/mach-octeon/ |
A D | bootoctlinux.c | 358 kernel_entry_t kernel; in do_bootoctlinux() local
|
Completed in 18 milliseconds