Searched refs:PSCI_CPU_OFF (Results 1 – 11 of 11) sorted by relevance
126 spmd_build_spmc_message(gpregs, FFA_FWK_MSG_PSCI, PSCI_CPU_OFF); in spmd_cpu_off_handler()
247 psci_caps |= define_psci_cap(PSCI_CPU_OFF); in psci_setup()
461 case PSCI_CPU_OFF: in psci_smc_handler()
265 ret = spmc_send_pm_msg(FFA_FWK_MSG_PSCI, PSCI_CPU_OFF); in spmc_cpu_off_handler()
46 #define PSCI_CPU_OFF U(0x84000002) macro
89 if (fdt_setprop_u32(fdt, offs, "cpu_off", PSCI_CPU_OFF)) in dt_add_psci_node()
404 if (arg3 == PSCI_CPU_OFF) { in handle_framework_message()
476 PSCI_CPU_OFF APIs respectively. The ``svc_on_finish`` is called when the
1453 - The cpu off event occurs when the NWd calls PSCI_CPU_OFF. The PM event is
174 to specify the requested power state for a PSCI_CPU_OFF call.
6368 - qemu: Implement PSCI_CPU_OFF and qemu_system_off via semihosting