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

  /src/sys/arch/hpc/stand/hpcboot/mips/
mips_tx39.cpp 36 TX39XX::TX39XX(Console *&cons, MemoryManager *&mem, enum ArchitectureOps arch)
39 _boot_func = TX39XX::boot_func;
42 TX39XX::~TX39XX()
47 BOOT_FUNC_(TX39XX)
50 TX39XX::init()
62 TX39XX::systemInfo()
69 TX39XX::cacheFlush()
mips_tx39.h 35 class TX39XX : public MIPSArchitecture {
39 TX39XX(Console *&, MemoryManager *&, enum ArchitectureOps);
40 ~TX39XX(void);
mips_boot.cpp 109 _arch = new TX39XX(_cons, _mem, args.architecture);
  /src/sys/arch/hpcmips/hpcmips/
interrupt.c 55 #if defined(VR41XX) && defined(TX39XX)
60 * if VR41XX only or TX39XX only kernel, directly jump to each handler
70 #endif /* VR41XX && TX39XX */
hpcapm_machdep.c 54 #ifdef TX39XX
120 #ifdef TX39XX
machdep.c 160 #ifdef TX39XX
275 #if defined(VR41XX) && defined(TX39XX)
283 #elif defined(TX39XX)
286 #error "define TX39XX and/or VR41XX"
  /src/sys/arch/hpcmips/conf/
std.hpcmips.tx39 3 # TX39XX common configuration.
10 options TX39XX # Toshiba TX39 series
  /src/sys/arch/hpcmips/tx/
tx39.c 82 #if defined(VR41XX) && defined(TX39XX)
tx39icu.c 66 #if defined(VR41XX) && defined(TX39XX)
  /src/sys/arch/hpcmips/vr/
vr.c 148 #if defined(VR41XX) && defined(TX39XX)
vrip.c 193 #if defined(SINGLE_VRIP_BASE) && defined(TX39XX)
196 #endif /* SINGLE_VRIP_BASE && TX39XX */

Completed in 154 milliseconds