Lines Matching defs:handle
13 * handle the request locally or delegate it to the Secure Payload. It is also
65 void *handle;
70 handle = cm_get_context((uint32_t) security_state);
71 assert(handle);
81 return handle;
85 uint32_t flags, void *handle, void *cookie);
89 * handle. Note that the context may remain unchanged if the switch is not
176 void *handle,
183 assert(handle == cm_get_context(NON_SECURE));
186 handle = pncd_context_switch_to(SECURE);
188 assert(handle != NULL);
190 SMC_RET0(handle);
289 void *handle,
300 SMC_RET1(handle, SMC_UNK);
318 void *handle,
332 SMC_RET0(handle);
352 SMC_RET1(handle, SMC_UNK);
356 SMC_RET1(handle, SMC_UNK);
362 SMC_RET4(handle, 0, 0, 0, 0);
372 SMC_RET4(handle, x1, x2, x3, x4);
374 SMC_RET4(handle, 0, 0, 0, 0);
381 SMC_RET1(handle, SMC_UNK);
391 SMC_RET0(handle);
397 SMC_RET1(handle, SMC_UNK);
410 SMC_RET0(handle);
415 assert(handle == cm_get_context(ns != 0 ? NON_SECURE : SECURE));
416 handle = pncd_context_switch_to(ns != 0 ? SECURE : NON_SECURE);
418 assert(handle != NULL);
420 SMC_RET0(handle);
430 cookie, handle, flags);
439 void *handle,
446 ret = pncd_smc_handler_unsafe(smc_fid, x1, x2, x3, x4, cookie, handle,