Searched refs:MaxTL (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/sparc/
H A Dsparc_traits.hh38 const int MaxTL = 6; member in namespace:SparcISA
H A Disa.hh68 uint64_t tpc[MaxTL]; // Trap Program Counter (value from
70 uint64_t tnpc[MaxTL]; // Trap Next Program Counter (value from
72 uint64_t tstate[MaxTL]; // Trap State
73 uint16_t tt[MaxTL]; // Trap Type (Type of trap which occured
90 uint64_t htstate[MaxTL];// Hyperprivileged Trap State Register
H A Disa.cc653 SERIALIZE_ARRAY(tpc,MaxTL);
654 SERIALIZE_ARRAY(tnpc,MaxTL);
655 SERIALIZE_ARRAY(tstate,MaxTL);
656 SERIALIZE_ARRAY(tt,MaxTL);
664 SERIALIZE_ARRAY(htstate,MaxTL);
729 UNSERIALIZE_ARRAY(tpc,MaxTL);
730 UNSERIALIZE_ARRAY(tnpc,MaxTL);
731 UNSERIALIZE_ARRAY(tstate,MaxTL);
732 UNSERIALIZE_ARRAY(tt,MaxTL);
749 UNSERIALIZE_ARRAY(htstate,MaxTL);
[all...]
H A Dutility.cc74 for (int i = 1; i <= MaxTL; i++) {
H A Dua2005.cc279 MaxTL << 8 |
H A Dfaults.cc527 if (hpstate.red || (tl == MaxTL - 1)) {
533 } else if (tl == MaxTL) {
567 tc->setMiscRegNoEffect(MISCREG_TL, MaxTL);

Completed in 13 milliseconds