Searched defs:cpu_up (Results 1 – 4 of 4) sorted by relevance
48 int (*cpu_up)(struct mips_cdmm_device *); member
42 int (*cpu_up)(unsigned cpu, struct task_struct *tidle); member
610 BUILD_PERDEV_HELPER(cpu_up) /* int mips_cdmm_cpu_up_helper(...) */ in BUILD_PERDEV_HELPER() argument
1419 static int cpu_up(unsigned int cpu, enum cpuhp_state target) in cpu_up() function