Home
last modified time | relevance | path

Searched defs:CpuHpState (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/smp/cpu/
H A Dmod.rs31 pub enum CpuHpState { enum
176 target_state: CpuHpState, in set_cpuhp_state()
177 ) -> CpuHpState { in set_cpuhp_state()
244 target_state: CpuHpState, in cpuhp_kick_ap()
295 fn cpuhp_reset_state(&self, st: &mut CpuHpCpuState, prev_state: CpuHpState) { in cpuhp_reset_state()