Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/hpc/stand/hpcboot/sh3/
Dsh_arch.h45 class SHArchitecture : public Architecture {
56 SHArchitecture(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc) in SHArchitecture() function
60 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()
Dsh_arch.cpp44 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()
Dsh_boot.cpp108 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()
Dsh_mmu.cpp102 switch (SHArchitecture::cpu_type()) { in CacheDump()
155 switch (SHArchitecture::cpu_type()) { in MMUDump()