Lines Matching refs:targetEL
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, isWfe);
855 switch (targetEL) {
866 panic("Unrecognized Exception Level: %d\n", targetEL);