Searched refs:kloader_bootfunc_t (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/dev/
H A Dkloader.h45 * kloader_bootfunc_t load new kernel into existing kernel area from
49 typedef void kloader_bootfunc_t(struct kloader_bootinfo *, typedef
54 typedef void kloader_jumpfunc_t(kloader_bootfunc_t *, vaddr_t,
61 kloader_bootfunc_t *boot;
107 * theses parameter is passed to kloader_bootfunc_t.
H A Dkloader.c83 kloader_bootfunc_t *loader;
/netbsd-current/sys/arch/hpcmips/hpcmips/
H A Dkloader_machdep.c43 kloader_bootfunc_t kloader_vr_boot;
44 kloader_bootfunc_t kloader_tx_boot;
63 kloader_hpcmips_jump(kloader_bootfunc_t func, vaddr_t sp,
/netbsd-current/sys/arch/playstation2/playstation2/
H A Dkloader_machdep.c41 kloader_bootfunc_t kloader_playstation2_boot;
58 kloader_playstation2_jump(kloader_bootfunc_t func, vaddr_t sp,
/netbsd-current/sys/arch/hpcsh/hpcsh/
H A Dkloader_machdep.c50 kloader_bootfunc_t kloader_hpcsh3_boot __attribute__((__noreturn__));
51 kloader_bootfunc_t kloader_hpcsh4_boot __attribute__((__noreturn__));
70 kloader_hpcsh_jump(kloader_bootfunc_t func, vaddr_t sp,
/netbsd-current/sys/arch/dreamcast/dreamcast/
H A Dkloader_machdep.c45 kloader_bootfunc_t kloader_dreamcast_boot;
60 kloader_dreamcast_jump(kloader_bootfunc_t func, vaddr_t sp,
/netbsd-current/sys/arch/landisk/landisk/
H A Dkloader_machdep.c46 kloader_bootfunc_t kloader_landisk_boot;
62 kloader_landisk_jump(kloader_bootfunc_t func, vaddr_t sp,
/netbsd-current/sys/arch/hpcarm/hpcarm/
H A Dkloader_machdep.c49 kloader_bootfunc_t kloader_pxa2x0_boot __attribute__((__noreturn__));
77 kloader_hpcarm_jump(kloader_bootfunc_t func, vaddr_t sp,
/netbsd-current/sys/arch/evbsh3/evbsh3/
H A Dkloader_machdep.c50 kloader_bootfunc_t kloader_evbsh3_sh3_boot __attribute__((__noreturn__));
51 kloader_bootfunc_t kloader_evbsh3_sh4_boot __attribute__((__noreturn__));
74 kloader_evbsh3_jump(kloader_bootfunc_t func, vaddr_t sp,
/netbsd-current/sys/arch/zaurus/zaurus/
H A Dkloader_machdep.c49 kloader_bootfunc_t kloader_zaurus_boot __attribute__((__noreturn__));
74 kloader_zaurus_jump(kloader_bootfunc_t func, vaddr_t sp,

Completed in 389 milliseconds