Searched refs:CNTHP_CTL_ENABLE_BIT (Results 1 – 2 of 2) sorted by relevance
1130 write_cnthp_ctl_el2(CNTHP_CTL_RESET_VAL & ~(CNTHP_CTL_ENABLE_BIT)); in init_nonsecure_el2_unused()
832 #define CNTHP_CTL_ENABLE_BIT (U(1) << 0) macro