Home
last modified time | relevance | path

Searched full:cpu_on (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/linux/arch/arm/kernel/
H A Dpsci_smp.c32 * cpu_on Power up a CPU
47 if (psci_ops.cpu_on) in psci_boot_secondary()
49 return psci_ops.cpu_on(cpu_logical_map(cpu), in psci_boot_secondary()
54 return psci_ops.cpu_on(cpu_logical_map(cpu), in psci_boot_secondary()
119 /* is cpu_on available at least? */ in psci_smp_available()
120 return (psci_ops.cpu_on != NULL); in psci_smp_available()
/openbmc/qemu/hw/acpi/
H A Dcpu_hotplug.c136 Aml *cpu_on = aml_local(0); in build_legacy_cpu_hotplug_aml() local
149 * cpu_on = Local0 = CPON flag for this cpu in build_legacy_cpu_hotplug_aml()
154 aml_store(aml_derefof(aml_index(cpus_map, apic_id)), cpu_on)); in build_legacy_cpu_hotplug_aml()
160 aml_append(method, aml_store(cpu_on, aml_index(madt, aml_int(4)))); in build_legacy_cpu_hotplug_aml()
167 * cpu_on = Local0 = CPON flag for this cpu in build_legacy_cpu_hotplug_aml()
171 aml_store(aml_derefof(aml_index(cpus_map, apic_id)), cpu_on)); in build_legacy_cpu_hotplug_aml()
172 if_ctx = aml_if(cpu_on); in build_legacy_cpu_hotplug_aml()
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dpsci.yaml81 cpu_on:
83 description: Function ID for CPU_ON operation
138 - cpu_on
152 cpu_on = <0x95c10002>;
181 cpu_on = <0x95c10002>;
/openbmc/linux/arch/arm64/kernel/
H A Dpsci.c31 if (!psci_ops.cpu_on) { in cpu_psci_cpu_prepare()
32 pr_err("no cpu_on method, not booting CPU%d\n", cpu); in cpu_psci_cpu_prepare()
42 int err = psci_ops.cpu_on(cpu_logical_map(cpu), pa_secondary_entry); in cpu_psci_cpu_boot()
/openbmc/linux/include/linux/
H A Dpsci.h28 int (*cpu_on)(unsigned long cpuid, unsigned long entry_point); member
39 u32 cpu_on; member
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c51 is_psci_0_1(cpu_on, func_id) || in is_psci_0_1_call()
165 * can only suspend itself. Racy CPU_ON calls use a separate struct. in psci_cpu_suspend()
192 * can only suspend itself. Racy CPU_ON calls use a separate struct. in psci_system_suspend()
228 if (is_psci_0_1(cpu_on, func_id)) in psci_0_1_handler()
H A Dhyp-init.S163 * PSCI CPU_ON entry point
/openbmc/linux/tools/power/pm-graph/config/
H A Dcustom-timeline-functions.cfg99 # example: CPU_ON[{cpu}]
114 # _cpu_up: CPU_ON[{cpu}] cpu=%di:s32 [color=orange]
117 _cpu_up: CPU_ON[{cpu}] cpu=%di:s32
/openbmc/linux/drivers/firmware/psci/
H A Dpsci.c226 return __psci_cpu_on(psci_0_1_function_ids.cpu_on, cpuid, entry_point); in psci_0_1_cpu_on()
231 return __psci_cpu_on(PSCI_FN_NATIVE(0_2, CPU_ON), cpuid, entry_point); in psci_0_2_cpu_on()
622 .cpu_on = psci_0_2_cpu_on, in psci_0_2_set_functions()
715 if (!of_property_read_u32(np, "cpu_on", &id)) { in psci_0_1_init()
716 psci_0_1_function_ids.cpu_on = id; in psci_0_1_init()
717 psci_ops.cpu_on = psci_0_1_cpu_on; in psci_0_1_init()
/openbmc/u-boot/arch/arm/dts/
H A Dfsl-imx8-ca35.dtsi64 cpu_on = <0xc4000003>;
H A Dfsl-imx8-ca53.dtsi90 cpu_on = <0xc4000003>;
/openbmc/qemu/target/arm/
H A Darm-powerctl.c163 * fail (see 6.6 Implementation CPU_ON/CPU_OFF races in the PSCI in arm_set_cpu_on()
229 * fail (see 6.6 Implementation CPU_ON/CPU_OFF races in the PSCI in arm_set_cpu_on_and_reset()
/openbmc/linux/arch/arm/boot/dts/xen/
H A Dxenvm-4.2.dts45 cpu_on = <2>;
/openbmc/u-boot/arch/arm/lib/
H A Dpsci-dt.c104 tmp = fdt_setprop_u32(fdt, nodeoff, "cpu_on", in fdt_psci()
/openbmc/linux/tools/power/pm-graph/
H A DREADME473 example: CPU_ON[{cpu}]
487 in orange. They will appear as CPU_ON[0], CPU_ON[1], etc.
490 _cpu_up: CPU_ON[{cpu}] cpu=%di:s32 [color=orange]
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dpsci_test.c8 * - A regression test for a race between KVM servicing the PSCI CPU_ON call
/openbmc/linux/arch/arm64/boot/dts/sprd/
H A Dsc9836.dtsi212 cpu_on = <0xc4000003>;
/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/
H A Dbooting.txt238 CPU_ON 調用來將 CPU 帶入內核。
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/
H A Dbooting.txt234 CPU_ON 调用来将 CPU 带入内核。
/openbmc/linux/arch/arm/mach-shmobile/
H A Dsetup-rcar-gen2.c74 if (psci_ops.cpu_on) in rcar_gen2_timer_init()
/openbmc/linux/arch/arm/boot/dts/calxeda/
H A Decx-common.dtsi16 cpu_on = <0x84000006>;
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/
H A D0005-feat-corstone1000-Add-multicore-support-for-FVP-plat.patch7 It adds the PSCI CPU_ON and CPU_ON_FINISH power domain functionalities
/openbmc/linux/arch/arm64/boot/dts/amazon/
H A Dalpine-v2.dtsi83 cpu_on = <0x84000003>;
/openbmc/linux/arch/arm64/boot/dts/lg/
H A Dlg1312.dtsi61 cpu_on = <0x84000003>;
H A Dlg1313.dtsi61 cpu_on = <0x84000003>;

12