Searched refs:tpc (Results 1 - 5 of 5) sorted by relevance

/gem5/src/arch/sparc/
H A Disa.cc130 memset(tpc, 0, sizeof(tpc));
239 return tpc[tl-1];
426 tpc[tl-1] = val;
653 SERIALIZE_ARRAY(tpc,MaxTL);
729 UNSERIALIZE_ARRAY(tpc,MaxTL);
H A Disa.hh68 uint64_t tpc[MaxTL]; // Trap Program Counter (value from member in class:SparcISA::ISA
/gem5/src/arch/arm/insts/
H A Dmisc64.cc210 trap_to_hyp = hcr.tpc && el <= EL1;
/gem5/src/arch/arm/
H A Dmiscregs_types.hh248 Bitfield<23> tpc; member in namespace:ArmISA
H A Dutility.cc529 trapToHype = hcr.tpc;

Completed in 17 milliseconds