Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/bl1/
Dbl1_fwu.c241 if (GET_SECURITY_STATE(flags) == SECURE) { in bl1_fwu_image_copy()
245 if (GET_SECURITY_STATE(image_desc->ep_info.h.attr) == NON_SECURE) { in bl1_fwu_image_copy()
383 if (GET_SECURITY_STATE(flags) == SECURE) { in bl1_fwu_image_auth()
390 if (GET_SECURITY_STATE(image_desc->ep_info.h.attr) == SECURE) { in bl1_fwu_image_auth()
508 (GET_SECURITY_STATE(flags) == SECURE) || in bl1_fwu_image_execute()
509 (GET_SECURITY_STATE(image_desc->ep_info.h.attr) == NON_SECURE) || in bl1_fwu_image_execute()
547 unsigned int caller_sec_state = GET_SECURITY_STATE(flags); in bl1_fwu_image_resume()
562 assert(GET_SECURITY_STATE(image_desc->ep_info.h.attr) == SECURE); in bl1_fwu_image_resume()
613 if (GET_SECURITY_STATE(flags) == NON_SECURE) { in bl1_fwu_sec_image_done()
623 assert(GET_SECURITY_STATE(image_desc->ep_info.h.attr) == SECURE); in bl1_fwu_sec_image_done()
[all …]
/device/linaro/bootloader/arm-trusted-firmware/lib/el3_runtime/aarch32/
Dcontext_mgmt.c61 security_state = GET_SECURITY_STATE(ep->h.attr); in cm_init_context_common()
136 ctx = cm_get_context_by_index(cpu_idx, GET_SECURITY_STATE(ep->h.attr)); in cm_init_context_by_index()
148 ctx = cm_get_context(GET_SECURITY_STATE(ep->h.attr)); in cm_init_my_context()
/device/linaro/bootloader/arm-trusted-firmware/lib/el3_runtime/aarch64/
Dcontext_mgmt.c69 security_state = GET_SECURITY_STATE(ep->h.attr); in cm_init_context_common()
220 ctx = cm_get_context_by_index(cpu_idx, GET_SECURITY_STATE(ep->h.attr)); in cm_init_context_by_index()
232 ctx = cm_get_context(GET_SECURITY_STATE(ep->h.attr)); in cm_init_my_context()
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
Darm_bl1_fwu.c65 if (GET_SECURITY_STATE(flags) == SECURE) in bl1_plat_mem_check()
/device/linaro/bootloader/arm-trusted-firmware/bl31/
Dbl31_main.c164 assert(image_type == GET_SECURITY_STATE(next_image_info->h.attr)); in bl31_prepare_next_image_entry()
/device/linaro/bootloader/arm-trusted-firmware/bl1/aarch64/
Dbl1_context_mgmt.c67 security_state = GET_SECURITY_STATE(next_bl_ep->h.attr); in bl1_prepare_next_image()
/device/linaro/bootloader/arm-trusted-firmware/include/common/
Dep_info.h31 #define GET_SECURITY_STATE(x) (x & PARAM_EP_SECURITY_MASK) macro
/device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
Dsp_min_main.c122 assert(NON_SECURE == GET_SECURITY_STATE(next_image_info->h.attr)); in sp_min_prepare_next_image_entry()
/device/linaro/bootloader/arm-trusted-firmware/bl1/aarch32/
Dbl1_context_mgmt.c115 security_state = GET_SECURITY_STATE(next_bl_ep->h.attr); in bl1_prepare_next_image()
/device/linaro/bootloader/arm-trusted-firmware/lib/psci/
Dpsci_setup.c286 assert(GET_SECURITY_STATE(next_image_info->h.attr) == NON_SECURE); in psci_prepare_next_non_secure_ctx()
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
Dbl31_plat_setup.c442 assert(image_type == GET_SECURITY_STATE(next_image_info->h.attr)); in bl31_prepare_kernel_entry()
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
Dtspd_main.c424 GET_SECURITY_STATE(next_image_info->h.attr)); in tspd_smc_handler()