Home
last modified time | relevance | path

Searched refs:GET_SECURITY_STATE (Results 1 – 13 of 13) sorted by relevance

/trusted-firmware-a/bl1/
A Dbl1_fwu.c245 if (GET_SECURITY_STATE(flags) == SECURE) { in bl1_fwu_image_copy()
249 if (GET_SECURITY_STATE(desc->ep_info.h.attr) == NON_SECURE) { in bl1_fwu_image_copy()
382 if (GET_SECURITY_STATE(flags) == SECURE) { in bl1_fwu_image_auth()
389 if (GET_SECURITY_STATE(desc->ep_info.h.attr) == SECURE) { in bl1_fwu_image_auth()
519 (GET_SECURITY_STATE(flags) == SECURE) || in bl1_fwu_image_execute()
558 unsigned int caller_sec_state = GET_SECURITY_STATE(flags); in bl1_fwu_image_resume()
573 assert(GET_SECURITY_STATE(desc->ep_info.h.attr) == SECURE); in bl1_fwu_image_resume()
624 if (GET_SECURITY_STATE(flags) == NON_SECURE) { in bl1_fwu_sec_image_done()
634 assert(GET_SECURITY_STATE(desc->ep_info.h.attr) == SECURE); in bl1_fwu_sec_image_done()
696 if ((desc == NULL) || (GET_SECURITY_STATE(flags) == SECURE)) { in bl1_fwu_image_reset()
[all …]
/trusted-firmware-a/lib/el3_runtime/aarch32/
A Dcontext_mgmt.c64 security_state = GET_SECURITY_STATE(ep->h.attr); in cm_setup_context()
161 ctx = cm_get_context_by_index(cpu_idx, GET_SECURITY_STATE(ep->h.attr)); in cm_init_context_by_index()
173 ctx = cm_get_context(GET_SECURITY_STATE(ep->h.attr)); in cm_init_my_context()
/trusted-firmware-a/include/common/
A Dep_info.h36 #define GET_SECURITY_STATE(x) ((x) & EP_SECURITY_MASK) macro
/trusted-firmware-a/plat/arm/common/
A Darm_bl1_fwu.c70 if (GET_SECURITY_STATE(flags) == SECURE) in bl1_plat_mem_check()
/trusted-firmware-a/lib/el3_runtime/aarch64/
A Dcontext_mgmt.c80 security_state = GET_SECURITY_STATE(ep->h.attr); in cm_setup_context()
453 ctx = cm_get_context_by_index(cpu_idx, GET_SECURITY_STATE(ep->h.attr)); in cm_init_context_by_index()
465 ctx = cm_get_context(GET_SECURITY_STATE(ep->h.attr)); in cm_init_my_context()
/trusted-firmware-a/bl1/aarch64/
A Dbl1_context_mgmt.c105 security_state = GET_SECURITY_STATE(next_bl_ep->h.attr); in bl1_prepare_next_image()
/trusted-firmware-a/bl31/
A Dbl31_main.c250 assert(image_type == GET_SECURITY_STATE(next_image_info->h.attr)); in bl31_prepare_next_image_entry()
/trusted-firmware-a/bl1/aarch32/
A Dbl1_context_mgmt.c117 security_state = GET_SECURITY_STATE(next_bl_ep->h.attr); in bl1_prepare_next_image()
/trusted-firmware-a/plat/arm/board/fvp_r/
A Dfvp_r_bl1_main.c144 assert(GET_SECURITY_STATE(next_bl_ep->h.attr) == SECURE); in bl1_prepare_next_image()
/trusted-firmware-a/bl32/sp_min/
A Dsp_min_main.c134 assert(NON_SECURE == GET_SECURITY_STATE(next_image_info->h.attr)); in sp_min_prepare_next_image_entry()
/trusted-firmware-a/lib/psci/
A Dpsci_setup.c312 assert(GET_SECURITY_STATE(next_image_info->h.attr) == NON_SECURE); in psci_prepare_next_non_secure_ctx()
/trusted-firmware-a/plat/mediatek/mt6795/
A Dbl31_plat_setup.c440 assert(image_type == GET_SECURITY_STATE(next_image_info->h.attr)); in bl31_prepare_kernel_entry()
/trusted-firmware-a/services/spd/tspd/
A Dtspd_main.c503 GET_SECURITY_STATE(next_image_info->h.attr)); in tspd_smc_handler()

Completed in 13 milliseconds