Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/bl31/
Dinterrupt_mgmt.h112 uint32_t get_scr_el3_from_routing_model(uint32_t security_state);
/device/linaro/bootloader/arm-trusted-firmware/bl31/
Dinterrupt_mgmt.c82 uint32_t get_scr_el3_from_routing_model(uint32_t security_state) in get_scr_el3_from_routing_model() function
/device/linaro/bootloader/arm-trusted-firmware/lib/el3_runtime/aarch64/
Dcontext_mgmt.c119 scr_el3 |= get_scr_el3_from_routing_model(security_state); in cm_init_context_common()