Home
last modified time | relevance | path

Searched refs:svc_on_finish (Results 1 – 8 of 8) sorted by relevance

/external/arm-trusted-firmware/lib/psci/
Dpsci_on.c218 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()
/external/arm-trusted-firmware/include/lib/psci/
Dpsci_lib.h27 void (*svc_on_finish)(u_register_t __unused unused); member
/external/arm-trusted-firmware/services/std_svc/spmd/
Dspmd_pm.c168 .svc_on_finish = spmd_cpu_on_finish_handler,
/external/arm-trusted-firmware/services/spd/opteed/
Dopteed_pm.c217 .svc_on_finish = opteed_cpu_on_finish_handler,
/external/arm-trusted-firmware/services/spd/tspd/
Dtspd_pm.c248 .svc_on_finish = tspd_cpu_on_finish_handler,
/external/arm-trusted-firmware/services/spd/trusty/
Dtrusty.c408 .svc_on_finish = trusty_cpu_on_finish_handler,
/external/arm-trusted-firmware/docs/getting_started/
Dpsci-lib-integration-guide.rst473 void (*svc_on_finish)(u_register_t __unused);
483 - svc_on, svc_off, svc_on_finish
486 PSCI_CPU_OFF APIs respectively. The ``svc_on_finish`` is called when the
/external/arm-trusted-firmware/docs/components/
Dsecure-partition-manager.rst1090 - In the current implementation only cpu on (svc_on_finish) and cpu off