Searched refs:MDCR_EL3_PMU_ENABLE_BITS (Results 1 – 1 of 1) sorted by relevance
1180 #define MDCR_EL3_PMU_ENABLE_BITS (MDCR_SPME | MDCR_SCCD) macro5509 bool pmu_op = (env->cp15.mdcr_el3 ^ value) & MDCR_EL3_PMU_ENABLE_BITS; in mdcr_el3_write()