Lines Matching refs:handle

60 uint64_t tspd_handle_sp_preemption(void *handle)  in tspd_handle_sp_preemption()  argument
64 assert(handle == cm_get_context(SECURE)); in tspd_handle_sp_preemption()
110 void *handle, in tspd_sel1_interrupt_handler() argument
154 assert(handle == cm_get_context(NON_SECURE)); in tspd_sel1_interrupt_handler()
161 assert(handle == cm_get_context(SECURE)); in tspd_sel1_interrupt_handler()
174 assert(handle == cm_get_context(NON_SECURE)); in tspd_sel1_interrupt_handler()
226 void *handle, in tspd_ns_interrupt_handler() argument
238 return tspd_handle_sp_preemption(handle); in tspd_ns_interrupt_handler()
347 void *handle, in tspd_smc_handler() argument
370 SMC_RET1(handle, SMC_UNK); in tspd_smc_handler()
372 return tspd_handle_sp_preemption(handle); in tspd_smc_handler()
382 SMC_RET1(handle, SMC_UNK); in tspd_smc_handler()
384 assert(handle == cm_get_context(SECURE)); in tspd_smc_handler()
440 SMC_RET1(handle, SMC_UNK); in tspd_smc_handler()
548 SMC_RET1(handle, SMC_UNK); in tspd_smc_handler()
580 assert(handle == cm_get_context(NON_SECURE)); in tspd_smc_handler()
584 SMC_RET1(handle, SMC_UNK); in tspd_smc_handler()
649 assert(handle == cm_get_context(SECURE)); in tspd_smc_handler()
686 assert(handle == cm_get_context(NON_SECURE)); in tspd_smc_handler()
705 SMC_RET1(handle, SMC_OK); in tspd_smc_handler()
723 assert(handle == cm_get_context(NON_SECURE)); in tspd_smc_handler()
727 SMC_RET1(handle, SMC_UNK); in tspd_smc_handler()
767 SMC_RET1(handle, SMC_UNK); in tspd_smc_handler()
770 SMC_RET2(handle, x1, x2); in tspd_smc_handler()
777 SMC_RET1(handle, TSP_NUM_FID); in tspd_smc_handler()
781 SMC_UUID_RET(handle, tsp_uuid); in tspd_smc_handler()
785 SMC_RET2(handle, TSP_VERSION_MAJOR, TSP_VERSION_MINOR); in tspd_smc_handler()
791 SMC_RET1(handle, SMC_UNK); in tspd_smc_handler()