Searched full:cpu_on (Results  1 – 25 of 25) sorted by relevance
| /Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/arm/ | 
| D | psci.yaml | 85   cpu_on: 87     description: Function ID for CPU_ON operation 119         - cpu_on 131       cpu_on          = <0x95c10002>; 160       cpu_on = <0x95c10002>;
  | 
| /Linux-v5.4/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-v5.4/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-v5.4/drivers/firmware/psci/ | 
| D | psci.c | 424 	psci_function_id[PSCI_FN_CPU_ON] = PSCI_FN_NATIVE(0_2, CPU_ON);  in psci_0_2_set_functions() 425 	psci_ops.cpu_on = psci_cpu_on;  in psci_0_2_set_functions() 518 	if (!of_property_read_u32(np, "cpu_on", &id)) {  in psci_0_1_init() 520 		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-v5.4/include/linux/ | 
| D | psci.h | 36 	int (*cpu_on)(unsigned long cpuid, unsigned long entry_point);  member
  | 
| /Linux-v5.4/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>;
  | 
| D | stm32mp157c.dtsi | 35 		cpu_on = <0x84000003>;
  | 
| /Linux-v5.4/tools/power/pm-graph/ | 
| D | README | 369         example: CPU_ON[{cpu}] 383  in orange. They will appear as CPU_ON[0], CPU_ON[1], etc. 386   _cpu_up: CPU_ON[{cpu}] cpu=%di:s32 [color=orange]
  | 
| D | sleepgraph.py | 208 		'CPU_ON': { 211 			'format': 'CPU_ON[{cpu}]' 3089 			'syscore_resume', 'resume_console', 'thaw_processes', 'CPU_ON', 4762 	'		if(name.match("CPU_ON\[[0-9]*\]"))\n'\ 4817 	'		if(name.match("CPU_ON\[[0-9]*\]"))\n'\
  | 
| /Linux-v5.4/arch/arm64/boot/dts/sprd/ | 
| D | sc9836.dtsi | 212 		cpu_on		= <0xc4000003>;
  | 
| /Linux-v5.4/Documentation/translations/zh_CN/arm64/ | 
| D | booting.txt | 234   CPU_ON 调用来将 CPU 带入内核。
  | 
| /Linux-v5.4/arch/arm/mach-shmobile/ | 
| D | setup-rcar-gen2.c | 75 	if (psci_ops.cpu_on)  in rcar_gen2_timer_init()
  | 
| /Linux-v5.4/arch/arm64/boot/dts/al/ | 
| D | alpine-v2.dtsi | 83 		cpu_on = <0x84000003>;
  | 
| /Linux-v5.4/arch/arm64/boot/dts/lg/ | 
| D | lg1312.dtsi | 59 		cpu_on = <0x84000003>;
  | 
| D | lg1313.dtsi | 59 		cpu_on = <0x84000003>;
  | 
| /Linux-v5.4/Documentation/arm64/ | 
| D | booting.rst | 282   kernel will issue CPU_ON calls as described in ARM document number ARM
  | 
| /Linux-v5.4/virt/kvm/arm/ | 
| D | psci.c | 129 	 * the general puspose registers are undefined upon CPU_ON.  in kvm_psci_vcpu_on()
  | 
| /Linux-v5.4/kernel/ | 
| D | cpu.c | 1291 		trace_suspend_resume(TPS("CPU_ON"), cpu, true);  in enable_nonboot_cpus() 1293 		trace_suspend_resume(TPS("CPU_ON"), cpu, false);  in enable_nonboot_cpus()
  | 
| /Linux-v5.4/arch/arm64/boot/dts/mediatek/ | 
| D | mt8173.dtsi | 238 		cpu_on	      = <0x84000003>;
  | 
| /Linux-v5.4/arch/arm64/boot/dts/exynos/ | 
| D | exynos5433.dtsi | 307 		cpu_on = <0xC4000003>;
  |