/gem5/util/statetrace/arch/i686/ |
H A D | tracechild.cc | 42 I686TraceChild::getRegs(user_regs_struct & myregs, int num) function in class:I686TraceChild 92 return getRegs(regs, num); 98 return getRegs(oldregs, num);
|
H A D | tracechild.hh | 61 int64_t getRegs(user_regs_struct & myregs, int num);
|
/gem5/src/arch/alpha/ |
H A D | remote_gdb.hh | 68 void getRegs(ThreadContext*);
|
H A D | remote_gdb.cc | 207 RemoteGDB::AlphaGdbRegCache::getRegs(ThreadContext *context) function in class:RemoteGDB::AlphaGdbRegCache 209 DPRINTF(GDBAcc, "getRegs in remotegdb \n");
|
/gem5/src/arch/riscv/ |
H A D | remote_gdb.hh | 71 void getRegs(ThreadContext*);
|
H A D | remote_gdb.cc | 164 RemoteGDB::RiscvGdbRegCache::getRegs(ThreadContext *context) function in class:RemoteGDB::RiscvGdbRegCache
|
/gem5/src/arch/sparc/ |
H A D | remote_gdb.hh | 70 void getRegs(ThreadContext*); 96 void getRegs(ThreadContext*);
|
H A D | remote_gdb.cc | 175 RemoteGDB::SPARCGdbRegCache::getRegs(ThreadContext *context) function in class:RemoteGDB::SPARCGdbRegCache 177 DPRINTF(GDBAcc, "getRegs in remotegdb \n"); 190 RemoteGDB::SPARC64GdbRegCache::getRegs(ThreadContext *context) function in class:RemoteGDB::SPARC64GdbRegCache 192 DPRINTF(GDBAcc, "getRegs in remotegdb \n");
|
/gem5/src/arch/arm/ |
H A D | remote_gdb.hh | 82 void getRegs(ThreadContext*); 107 void getRegs(ThreadContext*);
|
H A D | remote_gdb.cc | 202 RemoteGDB::AArch64GdbRegCache::getRegs(ThreadContext *context) function in class:RemoteGDB::AArch64GdbRegCache 204 DPRINTF(GDBAcc, "getRegs in remotegdb \n"); 254 RemoteGDB::AArch32GdbRegCache::getRegs(ThreadContext *context) function in class:RemoteGDB::AArch32GdbRegCache 256 DPRINTF(GDBAcc, "getRegs in remotegdb \n");
|
/gem5/src/arch/mips/ |
H A D | remote_gdb.hh | 71 void getRegs(ThreadContext*);
|
H A D | remote_gdb.cc | 172 RemoteGDB::MipsGdbRegCache::getRegs(ThreadContext *context) function in class:RemoteGDB::MipsGdbRegCache
|
/gem5/src/arch/power/ |
H A D | remote_gdb.hh | 70 void getRegs(ThreadContext*);
|
H A D | remote_gdb.cc | 175 RemoteGDB::PowerGdbRegCache::getRegs(ThreadContext *context) function in class:RemoteGDB::PowerGdbRegCache 177 DPRINTF(GDBAcc, "getRegs in remotegdb \n");
|
/gem5/src/arch/x86/ |
H A D | remote_gdb.hh | 86 void getRegs(ThreadContext*); 133 void getRegs(ThreadContext*);
|
H A D | remote_gdb.cc | 108 RemoteGDB::AMD64GdbRegCache::getRegs(ThreadContext *context) function in class:RemoteGDB::AMD64GdbRegCache 110 DPRINTF(GDBAcc, "getRegs in remotegdb \n"); 138 RemoteGDB::X86GdbRegCache::getRegs(ThreadContext *context) function in class:RemoteGDB::X86GdbRegCache 140 DPRINTF(GDBAcc, "getRegs in remotegdb \n");
|
/gem5/util/statetrace/arch/arm/ |
H A D | tracechild.hh | 82 uint32_t getRegs(user_regs& myregs, int num);
|
H A D | tracechild.cc | 103 ARMTraceChild::getRegs(user_regs &myregs, int num) function in class:ARMTraceChild 147 return getRegs(regs, num); 156 return getRegs(oldregs, num);
|
/gem5/util/statetrace/arch/amd64/ |
H A D | tracechild.hh | 91 int64_t getRegs(user_regs_struct & myregs,
|
H A D | tracechild.cc | 82 AMD64TraceChild::getRegs(user_regs_struct & myregs, function in class:AMD64TraceChild 235 return getRegs(regs, fpregs, num); 241 return getRegs(oldregs, oldfpregs, num);
|
/gem5/util/statetrace/arch/sparc/ |
H A D | tracechild.cc | 75 getRegs(regs & myregs, fpu & myfpu, uint64_t * locals, function 363 return getRegs(theregs, thefpregs, locals, inputs, num); 369 return getRegs(oldregs, oldfpregs, oldLocals, oldInputs, num);
|
/gem5/src/base/ |
H A D | remote_gdb.hh | 93 virtual void getRegs(ThreadContext*) = 0;
|
H A D | remote_gdb.cc | 452 regCachePtr->getRegs(tc);
|