Lines Matching defs:handle
14 * handle the request locally or delegate it to the Secure Payload. It is also
60 uint64_t tspd_handle_sp_preemption(void *handle)
64 assert(handle == cm_get_context(SECURE));
102 * Hence, the TSPD in EL3 expects the context(handle) for a secure interrupt to
110 void *handle,
154 assert(handle == cm_get_context(NON_SECURE));
161 assert(handle == cm_get_context(SECURE));
174 assert(handle == cm_get_context(NON_SECURE));
209 * Tell the TSP that it has to handle a S-EL1 interrupt synchronously.
226 void *handle,
238 return tspd_handle_sp_preemption(handle);
347 void *handle,
370 SMC_RET1(handle, SMC_UNK);
372 return tspd_handle_sp_preemption(handle);
382 SMC_RET1(handle, SMC_UNK);
384 assert(handle == cm_get_context(SECURE));
440 SMC_RET1(handle, SMC_UNK);
548 SMC_RET1(handle, SMC_UNK);
585 assert(handle == cm_get_context(NON_SECURE));
589 SMC_RET1(handle, SMC_UNK);
654 assert(handle == cm_get_context(SECURE));
691 assert(handle == cm_get_context(NON_SECURE));
710 SMC_RET1(handle, SMC_OK);
728 assert(handle == cm_get_context(NON_SECURE));
732 SMC_RET1(handle, SMC_UNK);
772 SMC_RET1(handle, SMC_UNK);
775 SMC_RET2(handle, x1, x2);
782 SMC_RET1(handle, TSP_NUM_FID);
786 SMC_UUID_RET(handle, tsp_uuid);
790 SMC_RET2(handle, TSP_VERSION_MAJOR, TSP_VERSION_MINOR);
796 SMC_RET1(handle, SMC_UNK);