Searched refs:te (Results 1 - 9 of 9) sorted by relevance

/gem5/src/arch/arm/
H A Dtable_walker.cc372 TlbEntry* te = tlb->lookup(currState->vaddr, currState->asid, local
381 if (!currState->transState->squashed() && !te) {
411 (currState->transState->squashed() || te)) {
438 te = tlb->lookup(currState->vaddr, currState->asid,
1024 TableWalker::memAttrs(ThreadContext *tc, TlbEntry &te, SCTLR sctlr, argument
1030 te.shareable = false; // default value
1031 te.nonCacheable = false;
1032 te.outerShareable = false;
1036 te.nonCacheable = true;
1037 te
1231 memAttrsLPAE(ThreadContext *tc, TlbEntry &te, LongDescriptor &lDescriptor) argument
1357 memAttrsAArch64(ThreadContext *tc, TlbEntry &te, LongDescriptor &lDescriptor) argument
1467 TlbEntry te; local
1608 TlbEntry te; local
1745 TlbEntry te; local
2051 TlbEntry te; local
[all...]
H A Dtlb.cc228 TlbEntry *te; local
231 te = &table[x];
232 if (te->valid)
233 DPRINTF(TLB, " * %s\n", te->print());
245 TlbEntry *te; local
247 te = &table[x];
249 true : te->checkELMatch(target_el);
251 if (te->valid && secure_lookup == !te->nstid &&
252 (te
278 TlbEntry *te; local
319 TlbEntry *te; local
349 TlbEntry *te; local
605 checkPermissions(TlbEntry *te, const RequestPtr &req, Mode mode) argument
783 checkPermissions64(TlbEntry *te, const RequestPtr &req, Mode mode, ThreadContext *tc) argument
1140 TlbEntry *te = NULL; local
1452 getTE(TlbEntry **te, const RequestPtr &req, ThreadContext *tc, Mode mode, Translation *translation, bool timing, bool functional, bool is_secure, TLB::ArmTranslationType tranType) argument
1519 getResultTe(TlbEntry **te, const RequestPtr &req, ThreadContext *tc, Mode mode, Translation *translation, bool timing, bool functional, TlbEntry *mergeTe) argument
[all...]
H A Dtlb.hh234 Fault getTE(TlbEntry **te, const RequestPtr &req,
239 Fault getResultTe(TlbEntry **te, const RequestPtr &req,
244 Fault checkPermissions(TlbEntry *te, const RequestPtr &req, Mode mode);
245 Fault checkPermissions64(TlbEntry *te, const RequestPtr &req, Mode mode,
H A Dtable_walker.hh915 void memAttrs(ThreadContext *tc, TlbEntry &te, SCTLR sctlr,
917 void memAttrsLPAE(ThreadContext *tc, TlbEntry &te,
919 void memAttrsAArch64(ThreadContext *tc, TlbEntry &te,
H A Dfaults.cc531 cpsr.t = hsctlr.te;
538 cpsr.t = sctlr.te;
544 cpsr.t = sctlr.te;
H A Dmiscregs_types.hh315 Bitfield<30> te; // Thumb Exception Enable (AArch32 only) member in namespace:ArmISA
H A Disa.cc228 sctlr.te = (bool) sctlr_rst.te;
/gem5/src/arch/mips/
H A Dmt_constants.hh62 Bitfield<15> te; member in namespace:MipsISA
/gem5/tests/testing/
H A Dunits.py157 except CallTimeoutException as te:
158 return self.error("Timeout", stdout=te.stdout, stderr=te.stderr)

Completed in 19 milliseconds