Home
last modified time | relevance | path

Searched refs:get_scr_el3_from_routing_model (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/include/bl31/
H A Dinterrupt_mgmt.h147 u_register_t get_scr_el3_from_routing_model(size_t security_state);
/rk3399_ARM-atf/bl31/
H A Dinterrupt_mgmt.c84 u_register_t get_scr_el3_from_routing_model(size_t security_state) in get_scr_el3_from_routing_model() function
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c133 scr_el3 |= get_scr_el3_from_routing_model(SECURE); in setup_secure_context()
297 scr_el3 |= get_scr_el3_from_routing_model(NON_SECURE); in setup_ns_context()