Lines Matching defs:handle
29 * Function to invoke the registered `handle` corresponding to the smc_fid in
34 void *handle,
42 assert(handle != NULL);
48 SMC_RET1(handle, SMC_UNK);
52 get_smc_params_from_ctx(handle, x1, x2, x3, x4);
54 return rt_svc_descs[index].handle(smc_fid, x1, x2, x3, x4, cookie,
55 handle, flags);
76 /* A runtime service having no init or handle function doesn't make sense */
77 if ((desc->init == NULL) && (desc->handle == NULL))
142 * descriptor which will handle the SMCs for this owning