Searched refs:PSCI_CPU_OFF (Results 1 – 8 of 8) sorted by relevance
132 spmd_build_spmc_message(get_gpregs_ctx(&ctx->cpu_ctx), PSCI_CPU_OFF); in spmd_cpu_off_handler()
247 psci_caps |= define_psci_cap(PSCI_CPU_OFF); in psci_setup()
406 case PSCI_CPU_OFF: in psci_smc_handler()
89 if (fdt_setprop_u32(fdt, offs, "cpu_off", PSCI_CPU_OFF)) in dt_add_psci_node()
45 #define PSCI_CPU_OFF U(0x84000002) macro
486 PSCI_CPU_OFF APIs respectively. The ``svc_on_finish`` is called when the
158 to specify the requested power state for a PSCI_CPU_OFF call.
743 - qemu: Implement PSCI_CPU_OFF and qemu_system_off via semihosting