Searched refs:mcpm_cpu_power_up (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/common/
H A Dmcpm_platsmp.c43 ret = mcpm_cpu_power_up(pcpu, pcluster); mcpm_boot_secondary()
H A DbL_switcher.c190 ret = mcpm_cpu_power_up(ib_cpu, ib_cluster); bL_switch_to()
192 pr_err("%s: mcpm_cpu_power_up() returned %d\n", __func__, ret); bL_switch_to()
H A Dmcpm_entry.c196 int mcpm_cpu_power_up(unsigned int cpu, unsigned int cluster) mcpm_cpu_power_up() function
/linux-4.4.14/arch/arm/include/asm/
H A Dmcpm.h69 * mcpm_cpu_power_up - make given CPU in given cluster runable
87 int mcpm_cpu_power_up(unsigned int cpu, unsigned int cluster);
125 * serialise a pending powerdown with mcpm_cpu_power_up() or a wakeup

Completed in 114 milliseconds