Searched refs:BootParams (Results 1 – 2 of 2) sorted by relevance
3 use self::boot::BootParams;12 static BOOT_PARAMS: RwLock<BootParams> = RwLock::new(BootParams::new());15 pub fn boot_params() -> &'static RwLock<BootParams> { in boot_params()
16 pub struct BootParams { struct25 impl BootParams { argument26 const DEFAULT: Self = BootParams {