Searched refs:copyRegs (Results 1 - 19 of 19) sorted by relevance

/gem5/src/arch/power/
H A Dutility.cc42 copyRegs(ThreadContext *src, ThreadContext *dest) function in namespace:PowerISA
H A Dutility.hh66 copyRegs(ThreadContext *src, ThreadContext *dest);
/gem5/src/arch/x86/
H A Dutility.hh83 void copyRegs(ThreadContext *src, ThreadContext *dest);
H A Dutility.cc235 copyRegs(ThreadContext *src, ThreadContext *dest) function in namespace:X86ISA
/gem5/src/arch/alpha/
H A Dutility.hh101 void copyRegs(ThreadContext *src, ThreadContext *dest);
H A Dutility.cc65 copyRegs(ThreadContext *src, ThreadContext *dest) function in namespace:AlphaISA
/gem5/src/arch/sparc/
H A Dutility.hh82 void copyRegs(ThreadContext *src, ThreadContext *dest);
H A Dutility.cc204 copyRegs(ThreadContext *src, ThreadContext *dest) function in namespace:SparcISA
/gem5/src/arch/riscv/
H A Dutility.hh126 copyRegs(ThreadContext *src, ThreadContext *dest) function in namespace:RiscvISA
/gem5/src/arch/mips/
H A Dutility.hh112 void copyRegs(ThreadContext *src, ThreadContext *dest);
H A Dutility.cc242 copyRegs(ThreadContext *src, ThreadContext *dest) function in namespace:MipsISA
/gem5/src/arch/riscv/linux/
H A Dlinux.hh198 RiscvISA::copyRegs(ptc, ctc);
370 RiscvISA::copyRegs(ptc, ctc);
/gem5/src/cpu/
H A Dsimple_thread.cc214 TheISA::copyRegs(src_tc, this);
/gem5/src/arch/sparc/linux/
H A Dlinux.hh193 SparcISA::copyRegs(ptc, ctc);
/gem5/src/arch/x86/linux/
H A Dlinux.hh55 X86ISA::copyRegs(ptc, ctc);
/gem5/src/cpu/o3/
H A Dthread_context_impl.hh192 TheISA::copyRegs(tc, this);
/gem5/src/arch/arm/
H A Dutility.hh110 void copyRegs(ThreadContext *src, ThreadContext *dest);
H A Dutility.cc167 copyRegs(ThreadContext *src, ThreadContext *dest) function in namespace:ArmISA
/gem5/src/arch/arm/linux/
H A Dlinux.hh60 ArmISA::copyRegs(ptc, ctc);

Completed in 33 milliseconds