Searched refs:console (Results 1 - 16 of 16) sorted by relevance

/gem5/system/alpha/console/
H A DMakefile43 OBJS=dbmentry.o printf.o paljtokern.o paljtoslave.o console.o m5op.o
45 all: console
56 console: $(OBJS)
57 $(LD) -o console -N -Ttext $(DBMENTRY) -non_shared $(OBJS) -lc
60 rm -f *.o console
H A Ddbmentry.S55 addq t3,0x70,t3 # *** If offset in console alpha access struct changes
/gem5/src/arch/alpha/
H A Dsystem.cc56 * Load the pal, and console code into memory
59 console = createObjectFile(params()->console);
60 if (console == NULL)
61 fatal("Could not load console file %s", params()->console);
69 if (!console->loadGlobalSymbols(consoleSymtab))
70 panic("could not load console symbols\n");
78 if (!console->loadGlobalSymbols(debugSymbolTable))
79 panic("could not load console symbol
[all...]
H A DAlphaSystem.py37 console = Param.String("file that contains the console code") variable in class:AlphaSystem
H A Dsystem.hh71 * Set the m5AlphaAccess pointer in the console
75 /** console symbol table */
81 /** Object pointer for the console code */
82 ObjectFile *console; member in class:AlphaSystem
88 /** Event to halt the simulator if the console calls panic() */
116 /** Add a function-based event to the console code. */
H A Dstacktrace.hh97 console = 2, enumerator in enum:AlphaISA::StackTrace::__anon59
H A Dstacktrace.cc111 return "console";
155 stack.push_back(console);
351 else if (addr == console)
352 symbol = "console";
/gem5/src/arch/mips/
H A Dsystem.hh60 * Set the m5MipsAccess pointer in the console
64 /** console symbol table */
67 /** Object pointer for the console code */
68 ObjectFile *console; member in class:MipsSystem
74 /** Event to halt the simulator if the console calls panic() */
81 /** Add a function-based event to the console code. */
H A DMipsSystem.py40 console = Param.String("file that contains the console code") variable in class:MipsSystem
H A Dstacktrace.hh94 static const int console = 2; member in class:MipsISA::StackTrace
/gem5/src/arch/riscv/
H A Dsystem.hh73 * Set the m5RiscvAccess pointer in the console
77 /** console symbol table */
80 /** Object pointer for the console code */
81 ObjectFile *console; member in class:RiscvSystem
87 /** Event to halt the simulator if the console calls panic() */
94 /** Add a function-based event to the console code. */
H A Dstacktrace.hh100 static const int console = 2; member in class:RiscvISA::StackTrace
/gem5/src/arch/x86/
H A Dstacktrace.hh94 static const int console = 2; member in class:X86ISA::StackTrace
H A Dstacktrace.cc104 return "console";
204 else if (addr == console)
205 symbol = "console";
/gem5/src/arch/power/
H A Dstacktrace.hh100 static const int console = 2; member in class:PowerISA::StackTrace
/gem5/configs/common/
H A DFSConfig.py135 self.console = binary('console')
137 cmdline = 'root=/dev/hda1 console=ttyS0'
295 cmdline = 'earlyprintk=pl011,0x1c090000 console=ttyAMA0 ' + \
431 self.console = binary('mips/console')
433 cmdline = 'root=/dev/hda1 console=ttyS0'
656 cmdline = 'earlyprintk=ttyS0 console=ttyS0 lpj=7999923 root=/dev/hda1'

Completed in 17 milliseconds