HomeSort by: relevance | last modified time | path
    Searched defs:SHArchitecture (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/sh3/
sh_arch.h 45 class SHArchitecture : public Architecture {
56 SHArchitecture(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc)
60 virtual ~SHArchitecture(void) { /* NO-OP */ }
81 class SH ## x : public SHArchitecture { \
83 typedef SHArchitecture super; \
86 : SHArchitecture(cons, mem, bootfunc) { \
120 class SH7750 : public SHArchitecture {
122 typedef SHArchitecture super;
126 : SHArchitecture(cons, mem, bootfunc) {
sh_arch.h 45 class SHArchitecture : public Architecture {
56 SHArchitecture(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc)
60 virtual ~SHArchitecture(void) { /* NO-OP */ }
81 class SH ## x : public SHArchitecture { \
83 typedef SHArchitecture super; \
86 : SHArchitecture(cons, mem, bootfunc) { \
120 class SH7750 : public SHArchitecture {
122 typedef SHArchitecture super;
126 : SHArchitecture(cons, mem, bootfunc) {
sh_arch.h 45 class SHArchitecture : public Architecture {
56 SHArchitecture(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc)
60 virtual ~SHArchitecture(void) { /* NO-OP */ }
81 class SH ## x : public SHArchitecture { \
83 typedef SHArchitecture super; \
86 : SHArchitecture(cons, mem, bootfunc) { \
120 class SH7750 : public SHArchitecture {
122 typedef SHArchitecture super;
126 : SHArchitecture(cons, mem, bootfunc) {

Completed in 45 milliseconds