Searched defs:boot_params (Results 1 – 3 of 3) sorted by relevance
15 pub fn boot_params() -> &'static RwLock<BootParams> { in boot_params() function
160 let mut boot_params = boot_params().write(); in boot_callback_except_early() localVariable
260 let boot_params = boot_params().read(); in early_init() localVariable305 let boot_params = boot_params().read(); in init() localVariable