Searched refs:caller_sec_state (Results 1 – 3 of 3) sorted by relevance
558 unsigned int caller_sec_state = GET_SECURITY_STATE(flags); in bl1_fwu_image_resume() local562 if (caller_sec_state == NON_SECURE) { in bl1_fwu_image_resume()576 if (caller_sec_state == SECURE) { in bl1_fwu_image_resume()595 cm_el1_sysregs_context_save(caller_sec_state); in bl1_fwu_image_resume()
295 src_sec_state = caller_sec_state(flags); in rmmd_rmi_handler()420 src_sec_state = caller_sec_state(flags); in rmmd_rmm_el3_handler()
155 #define caller_sec_state(_f) ((_f) & SMC_FROM_MASK) macro
Completed in 4 milliseconds