Home
last modified time | relevance | path

Searched refs:boot_hartid (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/init/
H A Dmod.rs30 pub boot_hartid: ProcessorId, field
38 boot_hartid: ProcessorId::new(0),
121 arch_boot_params_guard.arch.boot_hartid = ProcessorId::new(hartid); in early_setup_arch()
/DragonOS/kernel/src/arch/riscv64/
H A Dcpu.rs22 return boot_params().read_irqsave().arch.boot_hartid; in current_cpu_id()
128 let hartid = boot_params().read().arch.boot_hartid; in init_local_context()