Searched full:cpu_on (Results 1 – 24 of 24) sorted by relevance
/linux-5.10/arch/arm/kernel/ |
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()
|
/linux-5.10/Documentation/devicetree/bindings/arm/ |
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>;
|
/linux-5.10/arch/arm64/kernel/ |
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), __pa_symbol(secondary_entry)); in cpu_psci_cpu_boot()
|
/linux-5.10/tools/power/pm-graph/config/ |
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
|
/linux-5.10/drivers/firmware/psci/ |
D | psci.c | 433 psci_function_id[PSCI_FN_CPU_ON] = PSCI_FN_NATIVE(0_2, CPU_ON); in psci_0_2_set_functions() 434 psci_ops.cpu_on = psci_cpu_on; in psci_0_2_set_functions() 527 if (!of_property_read_u32(np, "cpu_on", &id)) { in psci_0_1_init() 529 psci_ops.cpu_on = psci_cpu_on; in psci_0_1_init()
|
D | psci_checker.c | 50 if (!(psci_ops.cpu_off && psci_ops.cpu_on && psci_ops.cpu_suspend)) { in psci_ops_check()
|
/linux-5.10/include/linux/ |
D | psci.h | 28 int (*cpu_on)(unsigned long cpuid, unsigned long entry_point); member
|
/linux-5.10/arch/arm/boot/dts/ |
D | xenvm-4.2.dts | 45 cpu_on = <2>;
|
D | ecx-common.dtsi | 16 cpu_on = <0x84000006>;
|
D | keystone.dtsi | 68 cpu_on = <0x84000003>;
|
D | artpec6.dtsi | 81 cpu_on = <0x84000003>;
|
/linux-5.10/tools/power/pm-graph/ |
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]
|
D | sleepgraph.py | 214 'CPU_ON': { 217 'format': 'CPU_ON[{cpu}]' 3187 'syscore_resume', 'resume_console', 'thaw_processes', 'CPU_ON', 4902 ' if(name.match("CPU_ON\[[0-9]*\]"))\n'\ 4957 ' if(name.match("CPU_ON\[[0-9]*\]"))\n'\
|
/linux-5.10/arch/arm64/boot/dts/sprd/ |
D | sc9836.dtsi | 212 cpu_on = <0xc4000003>;
|
/linux-5.10/Documentation/translations/zh_CN/arm64/ |
D | booting.txt | 234 CPU_ON 调用来将 CPU 带入内核。
|
/linux-5.10/arch/arm/mach-shmobile/ |
D | setup-rcar-gen2.c | 75 if (psci_ops.cpu_on) in rcar_gen2_timer_init()
|
/linux-5.10/arch/arm64/boot/dts/amazon/ |
D | alpine-v2.dtsi | 83 cpu_on = <0x84000003>;
|
/linux-5.10/arch/arm64/boot/dts/lg/ |
D | lg1312.dtsi | 59 cpu_on = <0x84000003>;
|
D | lg1313.dtsi | 59 cpu_on = <0x84000003>;
|
/linux-5.10/Documentation/arm64/ |
D | booting.rst | 307 kernel will issue CPU_ON calls as described in ARM document number ARM
|
/linux-5.10/arch/arm64/kvm/ |
D | psci.c | 97 * the general purpose registers are undefined upon CPU_ON. in kvm_psci_vcpu_on()
|
/linux-5.10/kernel/ |
D | cpu.c | 1431 trace_suspend_resume(TPS("CPU_ON"), cpu, true); in thaw_secondary_cpus() 1433 trace_suspend_resume(TPS("CPU_ON"), cpu, false); in thaw_secondary_cpus()
|
/linux-5.10/arch/arm64/boot/dts/mediatek/ |
D | mt8173.dtsi | 251 cpu_on = <0x84000003>;
|
/linux-5.10/arch/arm64/boot/dts/exynos/ |
D | exynos5433.dtsi | 256 cpu_on = <0xC4000003>;
|