Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/smp/
H A Dmod.rs18 fn start_cpu(_cpu_id: ProcessorId, _hp_state: &CpuHpCpuState) -> Result<(), SystemError> { in start_cpu() method
/DragonOS/kernel/src/smp/
H A Dmod.rs41 fn start_cpu(cpu_id: ProcessorId, hp_state: &CpuHpCpuState) -> Result<(), SystemError>; in start_cpu() method
/DragonOS/kernel/src/arch/x86_64/smp/
H A Dmod.rs217 fn start_cpu(cpu_id: ProcessorId, _cpu_hpstate: &CpuHpCpuState) -> Result<(), SystemError> { in start_cpu() method