Searched refs:SHArchitecture (Results 1 – 4 of 4) sorted by relevance
45 class SHArchitecture : public Architecture {56 SHArchitecture(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc) in SHArchitecture() function60 virtual ~SHArchitecture(void) { /* NO-OP */ } in ~SHArchitecture()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) { in SH7750()
44 SHArchitecture::cpu_type() in cpu_type()60 SHArchitecture::init() in init()74 SHArchitecture::systemInfo() in systemInfo()85 SHArchitecture::setupLoader() in setupLoader()104 SHArchitecture::jump(paddr_t info, paddr_t pvec) in jump()
108 if (SHArchitecture::cpu_type() != 3) in create()114 if (SHArchitecture::cpu_type() != 3) in create()120 if (SHArchitecture::cpu_type() != 3) in create()126 if (SHArchitecture::cpu_type() != 4) in create()168 SHArchitecture::cpu_type())); in create()
102 switch (SHArchitecture::cpu_type()) { in CacheDump()155 switch (SHArchitecture::cpu_type()) { in MMUDump()