Lines Matching defs:handle
39 void **handle,
42 void **handle,
44 static int bl1_fwu_sec_image_done(void **handle,
64 void *handle,
70 SMC_RET1(handle, bl1_fwu_image_copy((uint32_t)x1, x2,
74 SMC_RET1(handle, bl1_fwu_image_auth((uint32_t)x1, x2,
78 SMC_RET1(handle, bl1_fwu_image_execute((uint32_t)x1, &handle,
82 SMC_RET1(handle, bl1_fwu_image_resume((register_t)x1, &handle,
86 SMC_RET1(handle, bl1_fwu_sec_image_done(&handle, flags));
89 SMC_RET1(handle, bl1_fwu_image_reset((uint32_t)x1, flags));
99 SMC_RET1(handle, SMC_UNK);
342 /* Allow the platform to handle pre-image load before copying */
476 /* Allow the platform to handle post-image load */
504 void **handle,
541 *handle = cm_get_context(SECURE);
543 *handle = smc_get_ctx(SECURE);
553 void **handle,
603 *handle = cm_get_context(resume_sec_state);
611 *handle = smc_get_ctx(resume_sec_state);
619 static int bl1_fwu_sec_image_done(void **handle, unsigned int flags)
660 *handle = cm_get_context(NON_SECURE);
668 *handle = smc_get_ctx(NON_SECURE);