Searched refs:early_boot_init (Results 1 – 4 of 4) sorted by relevance
11 pub(super) fn early_boot_init(protocol: BootProtocol) -> Result<(), SystemError> { in early_boot_init() function
8 init::boot::{early_boot_init, BootProtocol},129 early_boot_init(BootProtocol::DragonStub).expect("Failed to init boot protocol!"); in early_setup_arch()
17 use self::boot::early_boot_init;71 if early_boot_init(boot_entry_type, mb2_magic, mb2_info).is_err() { in kernel_main()
39 pub(super) fn early_boot_init( in early_boot_init() function