Home
last modified time | relevance | path

Searched refs:svc_system_reset (Results 1 – 5 of 5) sorted by relevance

/tf-a-ffa_el3_spmc/lib/psci/
A Dpsci_system_off.c43 if ((psci_spd_pm != NULL) && (psci_spd_pm->svc_system_reset != NULL)) { in psci_system_reset()
44 psci_spd_pm->svc_system_reset(); in psci_system_reset()
77 if ((psci_spd_pm != NULL) && (psci_spd_pm->svc_system_reset != NULL)) { in psci_system_reset2()
78 psci_spd_pm->svc_system_reset(); in psci_system_reset2()
/tf-a-ffa_el3_spmc/include/lib/psci/
A Dpsci_lib.h32 void (*svc_system_reset)(void); member
/tf-a-ffa_el3_spmc/services/spd/opteed/
A Dopteed_pm.c222 .svc_system_reset = opteed_system_reset,
/tf-a-ffa_el3_spmc/services/spd/tspd/
A Dtspd_pm.c253 .svc_system_reset = tspd_system_reset
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dpsci-lib-integration-guide.rst478 void (*svc_system_reset)(void);
499 - svc_system_off, svc_system_reset

Completed in 6 milliseconds