| /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()
|
| /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()
|
| /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
|
| /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
|
| /linux/arch/arm/boot/dts/xen/ |
| H A D | xenvm-4.2.dts | 45 cpu_on = <2>;
|
| /linux/arch/arm64/boot/dts/sophgo/ |
| H A D | sg2000.dtsi | 49 cpu_on = <0xc4000003>;
|
| /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]
|
| H A D | sleepgraph.py | 229 'CPU_ON': { 232 'format': 'CPU_ON[{cpu}]' 3462 'syscore_resume', 'console_resume_all', 'thaw_processes', 'CPU_ON', 5182 if(name.match("CPU_ON\[[0-9]*\]")) 5237 if(name.match("CPU_ON\[[0-9]*\]"))
|
| /linux/arch/arm/mach-shmobile/ |
| H A D | setup-rcar-gen2.c | 70 if (psci_ops.cpu_on) in rcar_gen2_timer_init()
|
| /linux/arch/arm64/boot/dts/sprd/ |
| H A D | sc9836.dtsi | 211 cpu_on = <0xc4000003>;
|
| /linux/Documentation/translations/zh_CN/arch/arm64/ |
| H A D | booting.txt | 234 CPU_ON 调用来将 CPU 带入内核。
|
| /linux/Documentation/translations/zh_TW/arch/arm64/ |
| H A D | booting.txt | 238 CPU_ON 調用來將 CPU 帶入內核。
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.c | 176 * scx_qmap implements ops.cpu_on/offline() and doesn't need to restart
|
| H A D | scx_qmap.bpf.c | 721 * demonstration of using the cpumask kfuncs and ops.cpu_on/offline().
|
| /linux/arch/arm/boot/dts/calxeda/ |
| H A D | ecx-common.dtsi | 16 cpu_on = <0x84000006>;
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | psci_test.c | 8 * - A regression test for a race between KVM servicing the PSCI CPU_ON call
|
| /linux/arch/arm/boot/dts/ti/keystone/ |
| H A D | keystone.dtsi | 68 cpu_on = <0x84000003>;
|
| /linux/arch/arm64/boot/dts/exynos/ |
| H A D | exynos7885.dtsi | 148 cpu_on = <0xc4000003>;
|
| H A D | exynos7.dtsi | 121 cpu_on = <0xc4000003>;
|
| H A D | exynosautov9.dtsi | 143 cpu_on = <0xc4000003>;
|
| /linux/arch/arm/boot/dts/axis/ |
| H A D | artpec6.dtsi | 81 cpu_on = <0x84000003>;
|
| /linux/drivers/firmware/psci/ |
| H A D | psci_checker.c | 50 if (!(psci_ops.cpu_off && psci_ops.cpu_on && psci_ops.cpu_suspend)) { in psci_ops_check()
|
| /linux/arch/arm64/kvm/ |
| H A D | arm.c | 2398 init_psci_0_1_impl_state(kvm_host_psci_config, cpu_on); in init_psci_relay()
|
| /linux/kernel/sched/ |
| H A D | sched.h | 780 * ops.cpu_on/offline() state so that ops.enqueue/dispatch() are called
|