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()112 assert(tsp_vectors); in tspd_cpu_on_finish_handler()117 (uint64_t) &tsp_vectors->cpu_on_entry, in tspd_cpu_on_finish_handler()156 assert(tsp_vectors); in tspd_cpu_suspend_finish_handler()163 cm_set_elr_el3(SECURE, (uint64_t) &tsp_vectors->cpu_resume_entry); in tspd_cpu_suspend_finish_handler()195 assert(tsp_vectors); in tspd_system_off()205 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()611 &tsp_vectors->fast_smc_entry); in tspd_smc_handler()615 &tsp_vectors->yield_smc_entry); in tspd_smc_handler()
212 typedef struct tsp_vectors tsp_vectors_t;230 extern tsp_vectors_t *tsp_vectors;
132 (uint64_t) &tsp_vectors->abort_yield_smc_entry); in tspd_abort_preempted_smc()
94 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.
Completed in 9 milliseconds