Searched defs:pcState (Results 1 - 11 of 11) sorted by relevance

/gem5/src/arch/riscv/
H A Dfaults.cc56 PCState pcState = tc->pcState(); local
[all...]
H A Dfaults.hh215 const PCState pcState; member in class:RiscvISA::BreakpointFault
/gem5/src/arch/x86/
H A Dfaults.cc62 PCState pcState = tc->pcState(); local
[all...]
/gem5/src/cpu/
H A Dthread_context.cc242 PCState pcState; local
H A Dbase_dyn_inst.hh871 TheISA::PCState pcState() const { return pc; } function in class:BaseDynInst
874 void pcState(const TheISA::PCState &val) { pc = val; } function in class:BaseDynInst
/gem5/src/cpu/checker/
H A Dcpu_impl.hh82 TheISA::PCState pcState = thread->pcState(); local
295 TheISA::PCState pcState = thread->pcState(); local
[all...]
/gem5/src/cpu/o3/
H A Dthread_context_impl.hh321 O3ThreadContext<Impl>::pcState(const TheISA::PCState &val) function in class:O3ThreadContext
H A Dcommit.hh315 TheISA::PCState pcState(ThreadID tid) { return pc[tid]; } function in class:DefaultCommit
318 void pcState(const TheISA::PCState &val, ThreadID tid) function in class:DefaultCommit
H A Dcpu.cc1462 FullO3CPU<Impl>::pcState(ThreadID tid) function in class:FullO3CPU
1469 FullO3CPU<Impl>::pcState(const TheISA::PCState &val, ThreadID tid) function in class:FullO3CPU
[all...]
/gem5/src/cpu/simple/
H A Dbase.cc508 TheISA::PCState pcState = thread->pcState(); local
687 TheISA::PCState pcState = thread->pcState(); local
[all...]
/gem5/src/sim/
H A Dsyscall_emul.hh2215 TheISA::PCState pcState = tc->pcState(); local

Completed in 37 milliseconds