Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/init/
H A Dboot.rs3 use super::dragonstub::early_dragonstub_init;
13 BootProtocol::DragonStub => early_dragonstub_init(), in early_boot_init()
H A Ddragonstub.rs9 pub(super) fn early_dragonstub_init() -> Result<(), SystemError> { in early_dragonstub_init() function