Searched refs:MDCR_EL2_E2TB (Results 1 – 2 of 2) sorted by relevance
96 write_mdcr_el2(read_mdcr_el2() & ~MDCR_EL2_E2TB(MDCR_EL2_E2TB_EL1)); in trbe_init_el2_unused()
809 #define MDCR_EL2_E2TB(x) ULL((x) << 24) macro