Home | History | Annotate | Download | only in asm-mips

Lines Matching full:void

19 	void (*send_ipi_single)(int cpu, unsigned int action);
20 void (*send_ipi_mask)(cpumask_t mask, unsigned int action);
21 void (*init_secondary)(void);
22 void (*smp_finish)(void);
23 void (*cpus_done)(void);
24 void (*boot_secondary)(int cpu, struct task_struct *idle);
25 void (*smp_setup)(void);
26 void (*prepare_cpus)(unsigned int max_cpus);
29 extern void register_smp_ops(struct plat_smp_ops *ops);
31 static inline void plat_smp_setup(void)
42 static inline void plat_smp_setup(void)
47 static inline void register_smp_ops(struct plat_smp_ops *ops)