Searched refs:getRegs (Results 1 - 23 of 23) sorted by relevance

/gem5/util/statetrace/arch/i686/
H A Dtracechild.cc42 I686TraceChild::getRegs(user_regs_struct & myregs, int num) function in class:I686TraceChild
92 return getRegs(regs, num);
98 return getRegs(oldregs, num);
H A Dtracechild.hh61 int64_t getRegs(user_regs_struct & myregs, int num);
/gem5/src/arch/alpha/
H A Dremote_gdb.hh68 void getRegs(ThreadContext*);
H A Dremote_gdb.cc207 RemoteGDB::AlphaGdbRegCache::getRegs(ThreadContext *context) function in class:RemoteGDB::AlphaGdbRegCache
209 DPRINTF(GDBAcc, "getRegs in remotegdb \n");
/gem5/src/arch/riscv/
H A Dremote_gdb.hh71 void getRegs(ThreadContext*);
H A Dremote_gdb.cc164 RemoteGDB::RiscvGdbRegCache::getRegs(ThreadContext *context) function in class:RemoteGDB::RiscvGdbRegCache
/gem5/src/arch/sparc/
H A Dremote_gdb.hh70 void getRegs(ThreadContext*);
96 void getRegs(ThreadContext*);
H A Dremote_gdb.cc175 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 Dremote_gdb.hh82 void getRegs(ThreadContext*);
107 void getRegs(ThreadContext*);
H A Dremote_gdb.cc202 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 Dremote_gdb.hh71 void getRegs(ThreadContext*);
H A Dremote_gdb.cc172 RemoteGDB::MipsGdbRegCache::getRegs(ThreadContext *context) function in class:RemoteGDB::MipsGdbRegCache
/gem5/src/arch/power/
H A Dremote_gdb.hh70 void getRegs(ThreadContext*);
H A Dremote_gdb.cc175 RemoteGDB::PowerGdbRegCache::getRegs(ThreadContext *context) function in class:RemoteGDB::PowerGdbRegCache
177 DPRINTF(GDBAcc, "getRegs in remotegdb \n");
/gem5/src/arch/x86/
H A Dremote_gdb.hh86 void getRegs(ThreadContext*);
133 void getRegs(ThreadContext*);
H A Dremote_gdb.cc108 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 Dtracechild.hh82 uint32_t getRegs(user_regs& myregs, int num);
H A Dtracechild.cc103 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 Dtracechild.hh91 int64_t getRegs(user_regs_struct & myregs,
H A Dtracechild.cc82 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 Dtracechild.cc75 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 Dremote_gdb.hh93 virtual void getRegs(ThreadContext*) = 0;
H A Dremote_gdb.cc452 regCachePtr->getRegs(tc);

Completed in 30 milliseconds