Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/bl31/
Dinterrupt_mgmt.h145 u_register_t get_scr_el3_from_routing_model(uint32_t security_state);
/trusted-firmware-a-latest/bl31/
Dinterrupt_mgmt.c81 u_register_t get_scr_el3_from_routing_model(uint32_t security_state) in get_scr_el3_from_routing_model() function
/trusted-firmware-a-latest/lib/el3_runtime/aarch64/
Dcontext_mgmt.c123 scr_el3 |= get_scr_el3_from_routing_model(SECURE); in setup_secure_context()
261 scr_el3 |= get_scr_el3_from_routing_model(NON_SECURE); in setup_ns_context()