Searched refs:tsp_vectors (Results 1 – 6 of 6) sorted by relevance
36 assert(tsp_vectors); in tspd_cpu_off_handler()46 cm_set_elr_el3(SECURE, (uint64_t) &tsp_vectors->cpu_off_entry); in tspd_cpu_off_handler()75 assert(tsp_vectors); in tspd_cpu_suspend_handler()85 cm_set_elr_el3(SECURE, (uint64_t) &tsp_vectors->cpu_suspend_entry); in tspd_cpu_suspend_handler()116 assert(tsp_vectors); in tspd_cpu_on_finish_handler()121 (uint64_t) &tsp_vectors->cpu_on_entry, in tspd_cpu_on_finish_handler()160 assert(tsp_vectors); in tspd_cpu_suspend_finish_handler()167 cm_set_elr_el3(SECURE, (uint64_t) &tsp_vectors->cpu_resume_entry); in tspd_cpu_suspend_finish_handler()204 assert(tsp_vectors); in tspd_system_off()214 cm_set_elr_el3(SECURE, (uint64_t) &tsp_vectors->system_off_entry); in tspd_system_off()[all …]
39 tsp_vectors_t *tsp_vectors; variable203 cm_set_elr_spsr_el3(SECURE, (uint64_t) &tsp_vectors->sel1_intr_entry, in tspd_sel1_interrupt_handler()446 assert(tsp_vectors == NULL); in tspd_smc_handler()447 tsp_vectors = (tsp_vectors_t *) x1; in tspd_smc_handler()449 if (tsp_vectors) { in tspd_smc_handler()621 &tsp_vectors->fast_smc_entry); in tspd_smc_handler()625 &tsp_vectors->yield_smc_entry); in tspd_smc_handler()
132 (uint64_t) &tsp_vectors->abort_yield_smc_entry); in tspd_abort_preempted_smc()
225 extern tsp_vectors_t *tsp_vectors;
96 typedef struct tsp_vectors { struct
448 ``tsp_vectors`` in the SP which also includes the handler for Secure-EL1598 ``tsp_vectors`` to the TSPD service.