| /src/sys/arch/hpc/stand/hpcboot/mips/ |
| mips_arch.h | 42 typedef void(*boot_func_t)(struct BootArgs *, struct PageTag *); typedef in class:MIPSArchitecture 45 boot_func_t _boot_func;
|
| mips_arch.h | 42 typedef void(*boot_func_t)(struct BootArgs *, struct PageTag *); typedef in class:MIPSArchitecture 45 boot_func_t _boot_func;
|
| /src/sys/arch/hpc/stand/hpcboot/sh3/ |
| sh_arch.h | 47 typedef void(*boot_func_t)(struct BootArgs *, struct PageTag *); typedef in class:SHArchitecture 52 boot_func_t _boot_func; 56 SHArchitecture(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc) 85 SH ## x(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc)\ 125 SH7750(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc)
|
| sh_arch.h | 47 typedef void(*boot_func_t)(struct BootArgs *, struct PageTag *); typedef in class:SHArchitecture 52 boot_func_t _boot_func; 56 SHArchitecture(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc) 85 SH ## x(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc)\ 125 SH7750(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc)
|