Searched refs:set_possible_cpu (Results 1 – 2 of 2) sorted by relevance
164 smp_cpu_manager().set_possible_cpu(ProcessorId::new(0), true); in build_cpu_map()171 smp_cpu_manager().set_possible_cpu(ProcessorId::new(cpu as u32), true); in build_cpu_map()
115 pub unsafe fn set_possible_cpu(&self, cpu: ProcessorId, value: bool) { in set_possible_cpu() method308 unsafe { smp_cpu_manager().set_possible_cpu(boot_cpu, true) }; in smp_cpu_manager_init()