Home
last modified time | relevance | path

Searched refs:early_linux32_pvh_init (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/init/
H A Dboot.rs5 use super::{multiboot2::early_multiboot2_init, pvh::early_linux32_pvh_init};
50 BootProtocol::Linux32Pvh => early_linux32_pvh_init(arg2 as usize), in early_boot_init()
/DragonOS/kernel/src/arch/x86_64/init/pvh/
H A Dmod.rs125 pub(super) fn early_linux32_pvh_init(params_ptr: usize) -> Result<(), SystemError> { in early_linux32_pvh_init() function