Searched refs:tsp_vectors (Results 1 – 5 of 5) sorted by relevance
59 assert(tsp_vectors); in tspd_cpu_off_handler()63 cm_set_elr_el3(SECURE, (uint64_t) &tsp_vectors->cpu_off_entry); in tspd_cpu_off_handler()93 assert(tsp_vectors); in tspd_cpu_suspend_handler()97 cm_set_elr_el3(SECURE, (uint64_t) &tsp_vectors->cpu_suspend_entry); in tspd_cpu_suspend_handler()125 assert(tsp_vectors); in tspd_cpu_on_finish_handler()130 (uint64_t) &tsp_vectors->cpu_on_entry, in tspd_cpu_on_finish_handler()170 assert(tsp_vectors); in tspd_cpu_suspend_finish_handler()177 cm_set_elr_el3(SECURE, (uint64_t) &tsp_vectors->cpu_resume_entry); in tspd_cpu_suspend_finish_handler()210 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 …]
60 tsp_vectors_t *tsp_vectors; variable149 cm_set_elr_spsr_el3(SECURE, (uint64_t) &tsp_vectors->fiq_entry, in tspd_sel1_interrupt_handler()414 assert(tsp_vectors == NULL); in tspd_smc_handler()415 tsp_vectors = (tsp_vectors_t *) x1; in tspd_smc_handler()417 if (tsp_vectors) { in tspd_smc_handler()573 &tsp_vectors->fast_smc_entry); in tspd_smc_handler()577 &tsp_vectors->std_smc_entry); in tspd_smc_handler()
232 struct tsp_vectors;247 extern struct tsp_vectors *tsp_vectors;
111 typedef struct tsp_vectors { struct
403 `tsp_vectors` in the SP which also includes the handler for Secure-EL1522 `tsp_vectors` to the TSPD service.