Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c1064 write_cnthctl_el2(CNTHCTL_RESET_VAL | EL1PCEN_BIT | EL1PCTEN_BIT); in init_nonsecure_el2_unused()
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch.h868 #define EL1PCEN_BIT (U(1) << 1) macro