Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/services/std_svc/spm/el3_spmc/
Dspmc_pm.c103 static int32_t spmc_send_pm_msg(uint8_t pm_msg_type, in spmc_send_pm_msg() function
206 rc = spmc_send_pm_msg(FFA_PM_MSG_WB_REQ, FFA_WB_TYPE_NOTS2RAM); in spmc_cpu_suspend_finish_handler()
236 rc = spmc_send_pm_msg(FFA_FWK_MSG_PSCI, PSCI_CPU_SUSPEND_AARCH64); in spmc_cpu_suspend_handler()
265 ret = spmc_send_pm_msg(FFA_FWK_MSG_PSCI, PSCI_CPU_OFF); in spmc_cpu_off_handler()