Searched refs:cpuhp_bringup_mask (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/ |
H A D | cpu.c | 1818 static void __init cpuhp_bringup_mask(const struct cpumask *mask, unsigned int ncpus, in cpuhp_bringup_mask() function 1888 cpuhp_bringup_mask(&tmp_mask, ncpus, CPUHP_BP_KICK_AP); in cpuhp_bringup_cpus_parallel() 1889 cpuhp_bringup_mask(&tmp_mask, ncpus, CPUHP_ONLINE); in cpuhp_bringup_cpus_parallel() 1900 cpuhp_bringup_mask(mask, ncpus, CPUHP_BP_KICK_AP); in cpuhp_bringup_cpus_parallel() 1901 cpuhp_bringup_mask(mask, ncpus, CPUHP_ONLINE); in cpuhp_bringup_cpus_parallel() 1918 cpuhp_bringup_mask(cpu_present_mask, setup_max_cpus, CPUHP_ONLINE); in bringup_nonboot_cpus()
|