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