/openbmc/linux/arch/arm/kernel/ |
H A D | psci_smp.c | 32 * 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 D | cpu_hotplug.c | 136 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 D | psci.yaml | 81 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 D | psci.c | 31 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 D | psci.h | 28 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 D | psci-relay.c | 51 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 D | hyp-init.S | 163 * PSCI CPU_ON entry point
|
/openbmc/linux/tools/power/pm-graph/config/ |
H A D | custom-timeline-functions.cfg | 99 # 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 D | psci.c | 226 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 D | fsl-imx8-ca35.dtsi | 64 cpu_on = <0xc4000003>;
|
H A D | fsl-imx8-ca53.dtsi | 90 cpu_on = <0xc4000003>;
|
/openbmc/qemu/target/arm/ |
H A D | arm-powerctl.c | 163 * 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 D | xenvm-4.2.dts | 45 cpu_on = <2>;
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | psci-dt.c | 104 tmp = fdt_setprop_u32(fdt, nodeoff, "cpu_on", in fdt_psci()
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | README | 473 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 D | psci_test.c | 8 * - A regression test for a race between KVM servicing the PSCI CPU_ON call
|
/openbmc/linux/arch/arm64/boot/dts/sprd/ |
H A D | sc9836.dtsi | 212 cpu_on = <0xc4000003>;
|
/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/ |
H A D | booting.txt | 238 CPU_ON 調用來將 CPU 帶入內核。
|
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/ |
H A D | booting.txt | 234 CPU_ON 调用来将 CPU 带入内核。
|
/openbmc/linux/arch/arm/mach-shmobile/ |
H A D | setup-rcar-gen2.c | 74 if (psci_ops.cpu_on) in rcar_gen2_timer_init()
|
/openbmc/linux/arch/arm/boot/dts/calxeda/ |
H A D | ecx-common.dtsi | 16 cpu_on = <0x84000006>;
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/ |
H A D | 0005-feat-corstone1000-Add-multicore-support-for-FVP-plat.patch | 7 It adds the PSCI CPU_ON and CPU_ON_FINISH power domain functionalities
|
/openbmc/linux/arch/arm64/boot/dts/amazon/ |
H A D | alpine-v2.dtsi | 83 cpu_on = <0x84000003>;
|
/openbmc/linux/arch/arm64/boot/dts/lg/ |
H A D | lg1312.dtsi | 61 cpu_on = <0x84000003>;
|
H A D | lg1313.dtsi | 61 cpu_on = <0x84000003>;
|