Searched refs:cpuhp_state (Results 1 – 2 of 2) sorted by relevance
84 cpuhp_state: PerCpuVar<CpuHpCpuState>, field97 let cpuhp_state = PerCpuVar::new(data).unwrap(); in new() localVariable102 cpuhp_state, in new()163 pub fn cpuhp_state(&self, cpu_id: ProcessorId) -> &CpuHpCpuState { in cpuhp_state() method164 unsafe { self.cpuhp_state.force_get(cpu_id) } in cpuhp_state()169 unsafe { self.cpuhp_state.force_get_mut(cpu_id) } in cpuhp_state_mut()178 let p = self.cpuhp_state.force_get_mut(cpu_id); in set_cpuhp_state()220 let cpu_state = self.cpuhp_state(cpu_id).state; in cpu_up()233 let cpu_state = self.cpuhp_state(cpu_id).state; in cpu_up()
51 .cpuhp_state(smp_get_processor_id()) in smp_ap_start()