Searched refs:targetEL (Results 1 - 4 of 4) sorted by relevance
/gem5/src/arch/arm/ |
H A D | tlbi_op.cc | 50 getITBPtr(tc)->flushAllSecurity(secureLookup, targetEL); 51 getDTBPtr(tc)->flushAllSecurity(secureLookup, targetEL); 57 targetEL); 59 targetEL); 66 getITBPtr(tc)->flushAllSecurity(secureLookup, targetEL); 72 getDTBPtr(tc)->flushAllSecurity(secureLookup, targetEL); 78 getITBPtr(tc)->flushAsid(asid, secureLookup, targetEL); 79 getDTBPtr(tc)->flushAsid(asid, secureLookup, targetEL); 82 getITBPtr(checker)->flushAsid(asid, secureLookup, targetEL); 83 getDTBPtr(checker)->flushAsid(asid, secureLookup, targetEL); [all...] |
H A D | tlbi_op.hh | 59 : secureLookup(_secure), targetEL(_targetEL) 82 ExceptionLevel targetEL; member in class:ArmISA::TLBIOp
|
/gem5/src/arch/arm/insts/ |
H A D | static_inst.cc | 803 ExceptionLevel targetEL, 807 assert(ArmSystem::haveEL(tc, targetEL)); 812 if (ELIs64(tc, targetEL)) { 813 return checkForWFxTrap64(tc, targetEL, isWfe); 817 bool trap = isWFxTrapping(tc, targetEL, isWfe); 822 switch (targetEL) { 834 panic("Unrecognized Exception Level: %d\n", targetEL); 843 ExceptionLevel targetEL, 847 assert(ArmSystem::haveEL(tc, targetEL)); 850 bool trap = isWFxTrapping(tc, targetEL, isWf [all...] |
H A D | static_inst.hh | 374 ExceptionLevel targetEL, bool isWfe) const;
|
Completed in 10 milliseconds