Home
last modified time | relevance | path

Searched refs:CNTHP_CTL_ENABLE_BIT (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c1130 write_cnthp_ctl_el2(CNTHP_CTL_RESET_VAL & ~(CNTHP_CTL_ENABLE_BIT)); in init_nonsecure_el2_unused()
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch.h832 #define CNTHP_CTL_ENABLE_BIT (U(1) << 0) macro