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

  /src/sys/arch/hpc/stand/hpcboot/sh3/
sh_arch.cpp 44 SHArchitecture::cpu_type()
60 SHArchitecture::init()
74 SHArchitecture::systemInfo()
85 SHArchitecture::setupLoader()
104 SHArchitecture::jump(paddr_t info, paddr_t pvec)
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_boot.cpp 108 if (SHArchitecture::cpu_type() != 3)
114 if (SHArchitecture::cpu_type() != 3)
120 if (SHArchitecture::cpu_type() != 3)
126 if (SHArchitecture::cpu_type() != 4)
168 SHArchitecture::cpu_type()));
sh_mmu.cpp 102 switch (SHArchitecture::cpu_type()) {
155 switch (SHArchitecture::cpu_type()) {

Completed in 12 milliseconds