Searched refs:cpu_state (Results 1 – 13 of 13) sorted by relevance
/arch/arm/mach-omap2/ |
D | cpuidle44xx.c | 28 u32 cpu_state; member 36 .cpu_state = PWRDM_POWER_ON, 41 .cpu_state = PWRDM_POWER_OFF, 46 .cpu_state = PWRDM_POWER_OFF, 54 .cpu_state = PWRDM_POWER_ON, 59 .cpu_state = PWRDM_POWER_RET, 108 omap4_enter_lowpower(dev->cpu, cx->cpu_state); in omap_enter_idle_smp() 187 omap4_enter_lowpower(dev->cpu, cx->cpu_state); in omap_enter_idle_coupled()
|
D | omap-mpuss-lowpower.c | 84 int (*finish_suspend)(unsigned long cpu_state); 86 void (*scu_prepare)(unsigned int cpu_id, unsigned int cpu_state); 94 static int default_finish_suspend(unsigned long cpu_state) in default_finish_suspend() argument 103 static void dummy_scu_prepare(unsigned int cpu_id, unsigned int cpu_state) in dummy_scu_prepare() argument 128 static void scu_pwrst_prepare(unsigned int cpu_id, unsigned int cpu_state) in scu_pwrst_prepare() argument 133 switch (cpu_state) { in scu_pwrst_prepare() 308 unsigned int cpu_state = 0; in omap4_hotplug_cpu() local 318 cpu_state = 1; in omap4_hotplug_cpu() 330 omap_pm_ops.finish_suspend(cpu_state); in omap4_hotplug_cpu()
|
D | common.h | 314 int omap4_finish_suspend(unsigned long cpu_state); 324 static inline int omap4_finish_suspend(unsigned long cpu_state) in omap4_finish_suspend() argument
|
/arch/sh/kernel/ |
D | smp.c | 37 DEFINE_PER_CPU(int, cpu_state) = { 0 }; 79 per_cpu(cpu_state, cpu) = CPU_ONLINE; in smp_prepare_boot_cpu() 89 if (per_cpu(cpu_state, cpu) == CPU_DEAD) { in native_cpu_die() 113 __this_cpu_write(cpu_state, CPU_DEAD); in play_dead_common() 198 per_cpu(cpu_state, cpu) = CPU_ONLINE; in start_secondary() 216 per_cpu(cpu_state, cpu) = CPU_UP_PREPARE; in __cpu_up()
|
/arch/ia64/include/asm/ |
D | cpu.h | 16 DECLARE_PER_CPU(int, cpu_state);
|
/arch/sh/include/asm/ |
D | smp.h | 34 DECLARE_PER_CPU(int, cpu_state);
|
/arch/ia64/kernel/ |
D | smpboot.c | 113 DEFINE_PER_CPU(int, cpu_state); 381 per_cpu(cpu_state, cpuid) = CPU_ONLINE; in smp_callin() 558 per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE; in smp_prepare_boot_cpu() 668 if (per_cpu(cpu_state, cpu) == CPU_DEAD) in __cpu_die() 732 per_cpu(cpu_state, cpu) = CPU_UP_PREPARE; in __cpu_up()
|
D | process.c | 208 __this_cpu_write(cpu_state, CPU_DEAD); in play_dead()
|
/arch/mips/loongson64/ |
D | smp.c | 26 DEFINE_PER_CPU(int, cpu_state); 354 per_cpu(cpu_state, cpu) = CPU_ONLINE; in loongson3_init_secondary() 434 per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE; in loongson3_prepare_cpus() 490 while (per_cpu(cpu_state, cpu) != CPU_DEAD) in loongson3_cpu_die() 747 state_addr = &per_cpu(cpu_state, cpu); in play_dead()
|
/arch/mips/cavium-octeon/ |
D | smp.c | 287 static DEFINE_PER_CPU(int, cpu_state); 315 while (per_cpu(cpu_state, cpu) != CPU_DEAD) in octeon_cpu_die() 353 per_cpu(cpu_state, cpu) = CPU_DEAD; in play_dead()
|
/arch/arm/mach-exynos/ |
D | suspend.c | 63 int cpu_state; member 343 pm_state.cpu_state = readl_relaxed(pm_state.sysram_base + in exynos5420_pm_prepare() 486 writel_relaxed(pm_state.cpu_state, in exynos5420_pm_resume()
|
/arch/parisc/include/uapi/asm/ |
D | pdc.h | 648 unsigned int cpu_state; member 681 unsigned int cpu_state; member
|
/arch/powerpc/kernel/ |
D | smp.c | 74 static DEFINE_PER_CPU(int, cpu_state) = { 0 }; 1105 per_cpu(cpu_state, cpu) = CPU_DEAD; in generic_set_cpu_dead() 1115 per_cpu(cpu_state, cpu) = CPU_UP_PREPARE; in generic_set_cpu_up() 1120 return per_cpu(cpu_state, cpu) == CPU_UP_PREPARE; in generic_check_cpu_restart() 1125 return per_cpu(cpu_state, cpu) == CPU_DEAD; in is_cpu_dead()
|