Searched refs:mdcr_el3 (Results 1 – 3 of 3) sorted by relevance
76 && extract32(env->cp15.mdcr_el3, 16, 1)) { in aa64_generate_debug_exceptions()115 spd = extract32(env->cp15.mdcr_el3, 14, 2); in aa32_generate_debug_exceptions()799 if (el < 3 && (env->cp15.mdcr_el3 & MDCR_TDOSA)) { in access_tdosa()820 if (el < 3 && (env->cp15.mdcr_el3 & MDCR_TDA)) { in access_tdra()841 if (el < 3 && (env->cp15.mdcr_el3 & MDCR_TDA)) { in access_tda()851 if (arm_current_el(env) == 2 && (env->cp15.mdcr_el3 & MDCR_TDA)) { in access_dbgvcr32()875 (env->cp15.mdcr_el3 & MDCR_TDCC); in access_tdcc()883 if (el < 3 && ((env->cp15.mdcr_el3 & MDCR_TDA) || mdcr_el3_tdcc)) { in access_tdcc()
329 if (el < 3 && (env->cp15.mdcr_el3 & MDCR_TPM)) { in access_tpm()1107 if (el < 3 && (env->cp15.mdcr_el3 & MDCR_TPM)) { in pmreg_access()1221 prohibited = prohibited || !(env->cp15.mdcr_el3 & MDCR_SPME); in pmu_counter_enabled()1233 prohibited = prohibited || (env->cp15.mdcr_el3 & MDCR_SCCD); in pmu_counter_enabled()5510 bool pmu_op = (env->cp15.mdcr_el3 ^ value) & MDCR_EL3_PMU_ENABLE_BITS; in mdcr_el3_write()5515 env->cp15.mdcr_el3 = value; in mdcr_el3_write()5962 .fieldoffset = offsetof(CPUARMState, cp15.mdcr_el3) },5967 .fieldoffset = offsetoflow32(CPUARMState, cp15.mdcr_el3) },
479 uint64_t mdcr_el3; member