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; variable140 cm_set_elr_spsr_el3(SECURE, (uint64_t) &tsp_vectors->sel1_intr_entry, in tspd_sel1_interrupt_handler()370 assert(tsp_vectors == NULL); in tspd_smc_handler()371 tsp_vectors = (tsp_vectors_t *) x1; in tspd_smc_handler()373 if (tsp_vectors) { in tspd_smc_handler()535 &tsp_vectors->fast_smc_entry); in tspd_smc_handler()539 &tsp_vectors->yield_smc_entry); in tspd_smc_handler()
211 typedef struct tsp_vectors tsp_vectors_t;229 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.