Searched refs:svc_on_finish (Results 1 – 8 of 8) sorted by relevance
218 if ((psci_spd_pm != NULL) && (psci_spd_pm->svc_on_finish != NULL)) in psci_cpu_on_finish()219 psci_spd_pm->svc_on_finish(0); in psci_cpu_on_finish()
27 void (*svc_on_finish)(u_register_t __unused unused); member
168 .svc_on_finish = spmd_cpu_on_finish_handler,
217 .svc_on_finish = opteed_cpu_on_finish_handler,
248 .svc_on_finish = tspd_cpu_on_finish_handler,
408 .svc_on_finish = trusty_cpu_on_finish_handler,
473 void (*svc_on_finish)(u_register_t __unused);483 - svc_on, svc_off, svc_on_finish486 PSCI_CPU_OFF APIs respectively. The ``svc_on_finish`` is called when the
1090 - In the current implementation only cpu on (svc_on_finish) and cpu off