Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/nds32/lib/
H A Dbootm.c42 void (*theKernel)(int zero, int arch, uint params); in do_bootm_linux() local
57 theKernel = (void (*)(int, int, uint))images->ep; in do_bootm_linux()
68 (ulong)theKernel); in do_bootm_linux()
116 theKernel(0, machid, (unsigned long)images->ft_addr); in do_bootm_linux()
118 theKernel(0, machid, bd->bi_boot_params); in do_bootm_linux()