Lines Matching defs:el
25 int el = arm_current_el(env);
28 if (el < 2 && (mdcr_el2 & MDCR_TPM)) {
31 if (el < 3 && (env->cp15.mdcr_el3 & MDCR_TPM)) {
238 int el = arm_current_el(env);
240 if (el == 0 && !(env->cp15.c9_pmuserenr & 1)) {
243 if (el < 2) {
253 if (el < 3 && (env->cp15.mdcr_el3 & MDCR_TPM)) {
342 int el = arm_current_el(env);
367 if (el == 2 && (counter < hpmn || counter == 31)) {
385 if (el == 2) {
405 if (el == 0) {
407 } else if (el == 1) {
409 } else if (el == 2) {