Lines Matching defs:handle
209 /* Allow platform to handle image information. */
251 void *handle,
267 handle, flags);
273 SMC_RET1(handle, BL1_NUM_SMC_CALLS);
276 SMC_UUID_RET(handle, bl1_svc_uid);
279 SMC_RET1(handle, BL1_SMC_MAJOR_VER | BL1_SMC_MINOR_VER);
283 SMC_RET1(handle, SMC_UNK);
293 void *handle,
298 assert(handle != NULL);
300 get_smc_params_from_ctx(handle, x1, x2, x3, x4);
301 return bl1_smc_handler(smc_fid, x1, x2, x3, x4, cookie, handle, flags);