Home
last modified time | relevance | path

Searched refs:cm_get_scr_el3 (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/services/spd/tlkd/
Dtlkd_common.c34 write_scr(cm_get_scr_el3(NON_SECURE)); in tlkd_va_translate()
68 write_scr(cm_get_scr_el3(SECURE)); in tlkd_va_translate()
/external/arm-trusted-firmware/include/lib/el3_runtime/
Dcontext_mgmt.h53 u_register_t cm_get_scr_el3(uint32_t security_state);
/external/arm-trusted-firmware/lib/el3_runtime/aarch64/
Dcontext_mgmt.c736 u_register_t cm_get_scr_el3(uint32_t security_state) in cm_get_scr_el3() function
/external/arm-trusted-firmware/docs/design/
Dinterrupt-framework-design.rst380 uint32_t cm_get_scr_el3(uint32_t security_state);
385 ``cm_get_scr_el3()`` returns the value of the ``SCR_EL3`` register for the specified
389 model using the ``cm_get_scr_el3()`` and ``cm_write_scr_el3_bit()`` APIs.