Home
last modified time | relevance | path

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

/DragonOS/kernel/src/init/
H A Dmod.rs15 pub fn boot_params() -> &'static RwLock<BootParams> { in boot_params() function
H A Dboot.rs159 let mut boot_params = boot_params().write(); in boot_callback_except_early() localVariable
H A Dcmdline.rs257 let boot_params = boot_params().read(); in early_init() localVariable
302 let boot_params = boot_params().read(); in init() localVariable