Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_arch.h56 SHArchitecture(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc) in SHArchitecture() argument
57 : _boot_func(bootfunc), Architecture(cons, mem) { in SHArchitecture()
85 SH ## x(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc)\
86 : SHArchitecture(cons, mem, bootfunc) { \
125 SH7750(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc) in SH7750() argument
126 : SHArchitecture(cons, mem, bootfunc) { in SH7750()