| /OK3568_Linux_fs/kernel/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() 48 return psci_ops.cpu_on(cpu_logical_map(cpu), in psci_boot_secondary() 112 /* is cpu_on available at least? */ in psci_smp_available() 113 return (psci_ops.cpu_on != NULL); in psci_smp_available()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | psci.yaml | 86 cpu_on: 88 description: Function ID for CPU_ON operation 143 - cpu_on 157 cpu_on = <0x95c10002>; 186 cpu_on = <0x95c10002>;
|
| /OK3568_Linux_fs/kernel/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() 41 int err = psci_ops.cpu_on(cpu_logical_map(cpu), in cpu_psci_cpu_boot()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/psci/ |
| H A D | psci.c | 216 return __psci_cpu_on(psci_0_1_function_ids.cpu_on, cpuid, entry_point); in psci_0_1_cpu_on() 221 return __psci_cpu_on(PSCI_FN_NATIVE(0_2, CPU_ON), cpuid, entry_point); in psci_0_2_cpu_on() 473 .cpu_on = psci_0_2_cpu_on, in psci_0_2_set_functions() 565 if (!of_property_read_u32(np, "cpu_on", &id)) { in psci_0_1_init() 566 psci_0_1_function_ids.cpu_on = id; in psci_0_1_init() 567 psci_ops.cpu_on = psci_0_1_cpu_on; in psci_0_1_init()
|
| H A D | psci_checker.c | 50 if (!(psci_ops.cpu_off && psci_ops.cpu_on && psci_ops.cpu_suspend)) { in psci_ops_check()
|
| /OK3568_Linux_fs/kernel/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 | 142 * PSCI CPU_ON entry point
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | psci.h | 28 int (*cpu_on)(unsigned long cpuid, unsigned long entry_point); member 39 u32 cpu_on; member
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | xenvm-4.2.dts | 45 cpu_on = <2>;
|
| H A D | ecx-common.dtsi | 16 cpu_on = <0x84000006>;
|
| H A D | keystone.dtsi | 68 cpu_on = <0x84000003>;
|
| H A D | artpec6.dtsi | 81 cpu_on = <0x84000003>;
|
| /OK3568_Linux_fs/kernel/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]
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | psci-dt.c | 100 tmp = fdt_setprop_u32(fdt, nodeoff, "cpu_on", in fdt_psci()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/sprd/ |
| H A D | sc9836.dtsi | 212 cpu_on = <0xc4000003>;
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/arm64/ |
| H A D | booting.txt | 234 CPU_ON 调用来将 CPU 带入内核。
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-shmobile/ |
| H A D | setup-rcar-gen2.c | 75 if (psci_ops.cpu_on) in rcar_gen2_timer_init()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amazon/ |
| H A D | alpine-v2.dtsi | 83 cpu_on = <0x84000003>;
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/lg/ |
| H A D | lg1312.dtsi | 59 cpu_on = <0x84000003>;
|
| H A D | lg1313.dtsi | 59 cpu_on = <0x84000003>;
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/ |
| H A D | psci.c | 97 * the general purpose registers are undefined upon CPU_ON. in kvm_psci_vcpu_on()
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | booting.rst | 307 kernel will issue CPU_ON calls as described in ARM document number ARM
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/exynos/ |
| H A D | exynos7.dtsi | 85 cpu_on = <0xC4000003>;
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | cpu.c | 1783 trace_suspend_resume(TPS("CPU_ON"), cpu, true); in thaw_secondary_cpus() 1785 trace_suspend_resume(TPS("CPU_ON"), cpu, false); in thaw_secondary_cpus()
|