Searched refs:mcpm_cpu_power_up (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | mcpm_platsmp.c | 40 ret = mcpm_cpu_power_up(pcpu, pcluster); in mcpm_boot_secondary()
|
H A D | mcpm_entry.c | 195 int mcpm_cpu_power_up(unsigned int cpu, unsigned int cluster) in mcpm_cpu_power_up() function
|
H A D | bL_switcher.c | 188 ret = mcpm_cpu_power_up(ib_cpu, ib_cluster); in bL_switch_to() 190 pr_err("%s: mcpm_cpu_power_up() returned %d\n", __func__, ret); in bL_switch_to()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | mcpm.h | 66 * mcpm_cpu_power_up - make given CPU in given cluster runable 84 int mcpm_cpu_power_up(unsigned int cpu, unsigned int cluster); 122 * serialise a pending powerdown with mcpm_cpu_power_up() or a wakeup
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | mcpm.h | 66 * mcpm_cpu_power_up - make given CPU in given cluster runable 84 int mcpm_cpu_power_up(unsigned int cpu, unsigned int cluster); 122 * serialise a pending powerdown with mcpm_cpu_power_up() or a wakeup
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | mcpm_platsmp.c | 40 ret = mcpm_cpu_power_up(pcpu, pcluster); in mcpm_boot_secondary()
|
H A D | mcpm_entry.c | 195 int mcpm_cpu_power_up(unsigned int cpu, unsigned int cluster) in mcpm_cpu_power_up() function
|
H A D | bL_switcher.c | 188 ret = mcpm_cpu_power_up(ib_cpu, ib_cluster); in bL_switch_to() 190 pr_err("%s: mcpm_cpu_power_up() returned %d\n", __func__, ret); in bL_switch_to()
|
Completed in 6 milliseconds