Searched refs:theregs (Results 1 - 2 of 2) sorted by relevance

/gem5/util/statetrace/arch/sparc/
H A Dtracechild.hh70 regs theregs; member in class:SparcTraceChild
H A Dtracechild.cc172 memcpy(&oldregs, &theregs, sizeof(regs));
176 if (ptrace(PTRACE_GETREGS, pid, &theregs, 0) != 0) {
363 return getRegs(theregs, thefpregs, locals, inputs, num);

Completed in 7 milliseconds