Lines Matching refs:GET_SECURITY_STATE
245 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()
520 (GET_SECURITY_STATE(desc->ep_info.h.attr) == NON_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()
719 assert(GET_SECURITY_STATE(desc->ep_info.h.attr) in bl1_fwu_image_reset()