Searched refs:GET_SECURITY_STATE (Results 1 – 12 of 12) sorted by relevance
240 if (GET_SECURITY_STATE(flags) == SECURE) { in bl1_fwu_image_copy()244 if (GET_SECURITY_STATE(image_desc->ep_info.h.attr) == NON_SECURE) { in bl1_fwu_image_copy()376 if (GET_SECURITY_STATE(flags) == SECURE) { in bl1_fwu_image_auth()383 if (GET_SECURITY_STATE(image_desc->ep_info.h.attr) == SECURE) { in bl1_fwu_image_auth()513 (GET_SECURITY_STATE(flags) == SECURE) || in bl1_fwu_image_execute()514 (GET_SECURITY_STATE(image_desc->ep_info.h.attr) == NON_SECURE) || in bl1_fwu_image_execute()552 unsigned int caller_sec_state = GET_SECURITY_STATE(flags); in bl1_fwu_image_resume()567 assert(GET_SECURITY_STATE(image_desc->ep_info.h.attr) == SECURE); in bl1_fwu_image_resume()618 if (GET_SECURITY_STATE(flags) == NON_SECURE) { in bl1_fwu_sec_image_done()628 assert(GET_SECURITY_STATE(image_desc->ep_info.h.attr) == SECURE); in bl1_fwu_sec_image_done()[all …]
64 security_state = GET_SECURITY_STATE(ep->h.attr); in cm_setup_context()153 ctx = cm_get_context_by_index(cpu_idx, GET_SECURITY_STATE(ep->h.attr)); in cm_init_context_by_index()165 ctx = cm_get_context(GET_SECURITY_STATE(ep->h.attr)); in cm_init_my_context()
76 security_state = GET_SECURITY_STATE(ep->h.attr); in cm_setup_context()303 ctx = cm_get_context_by_index(cpu_idx, GET_SECURITY_STATE(ep->h.attr)); in cm_init_context_by_index()315 ctx = cm_get_context(GET_SECURITY_STATE(ep->h.attr)); in cm_init_my_context()
29 #define GET_SECURITY_STATE(x) ((x) & EP_SECURITY_MASK) macro
68 if (GET_SECURITY_STATE(flags) == SECURE) in bl1_plat_mem_check()
69 security_state = GET_SECURITY_STATE(next_bl_ep->h.attr); in bl1_prepare_next_image()
198 assert(image_type == GET_SECURITY_STATE(next_image_info->h.attr)); in bl31_prepare_next_image_entry()
117 security_state = GET_SECURITY_STATE(next_bl_ep->h.attr); in bl1_prepare_next_image()
134 assert(NON_SECURE == GET_SECURITY_STATE(next_image_info->h.attr)); in sp_min_prepare_next_image_entry()
301 assert(GET_SECURITY_STATE(next_image_info->h.attr) == NON_SECURE); in psci_prepare_next_non_secure_ctx()
440 assert(image_type == GET_SECURITY_STATE(next_image_info->h.attr)); in bl31_prepare_kernel_entry()
427 GET_SECURITY_STATE(next_image_info->h.attr)); in tspd_smc_handler()