Lines Matching refs:cpu
27 struct cpu { struct
38 extern int register_cpu(struct cpu *cpu, int num); argument
39 extern struct device *get_cpu_device(unsigned cpu);
40 extern bool cpu_is_hotpluggable(unsigned cpu);
41 extern bool arch_match_cpu_phys_id(int cpu, u64 phys_id);
43 int cpu, unsigned int *thread);
89 extern bool arch_cpu_is_hotpluggable(int cpu);
90 extern int arch_register_cpu(int cpu);
91 extern void arch_unregister_cpu(int cpu);
93 extern void unregister_cpu(struct cpu *cpu);
99 DECLARE_PER_CPU(struct cpu, cpu_devices);
115 int add_cpu(unsigned int cpu);
117 void notify_cpu_starting(unsigned int cpu);
134 static inline int add_cpu(unsigned int cpu) { return 0;} in add_cpu() argument
145 int cpu = 0; in suspend_disable_secondary_cpus() local
148 cpu = -1; in suspend_disable_secondary_cpus()
150 return freeze_secondary_cpus(cpu); in suspend_disable_secondary_cpus()