Home
last modified time | relevance | path

Searched refs:cm_set_context (Results 1 – 10 of 10) sorted by relevance

/external/arm-trusted-firmware/bl1/aarch64/
Dbl1_context_mgmt.c27 void cm_set_context(void *context, uint32_t security_state) in cm_set_context() function
74 cm_set_context(&bl1_cpu_context[security_state], security_state); in bl1_prepare_next_image()
/external/arm-trusted-firmware/bl31/
Dbl31_context_mgmt.c31 void cm_set_context(void *context, uint32_t security_state) in cm_set_context() function
/external/arm-trusted-firmware/include/lib/el3_runtime/
Dcontext_mgmt.h31 void cm_set_context(void *context, uint32_t security_state);
/external/arm-trusted-firmware/services/spd/tspd/
Dtspd_common.c48 cm_set_context(&tsp_ctx->cpu_ctx, SECURE); in tspd_init_tsp_ep_state()
/external/arm-trusted-firmware/services/spd/opteed/
Dopteed_common.c39 cm_set_context(&optee_ctx->cpu_ctx, SECURE); in opteed_init_optee_ep_state()
/external/arm-trusted-firmware/services/spd/tlkd/
Dtlkd_common.c95 cm_set_context(&tlk_ctx->cpu_ctx, SECURE); in tlkd_init_tlk_ep_state()
/external/arm-trusted-firmware/bl32/sp_min/
Dsp_min_main.c79 void cm_set_context(void *context, uint32_t security_state) in cm_set_context() function
/external/arm-trusted-firmware/services/std_svc/spm_mm/
Dspm_mm_main.c95 cm_set_context(&(ctx->cpu_ctx), SECURE); in spm_sp_synchronous_entry()
/external/arm-trusted-firmware/services/std_svc/spmd/
Dspmd_main.c108 cm_set_context(&(spmc_ctx->cpu_ctx), SECURE); in spmd_spm_core_sync_entry()
/external/arm-trusted-firmware/services/spd/trusty/
Dtrusty.c324 cm_set_context(&ctx->cpu_ctx, SECURE); in trusty_init()