Searched refs:early_linux32_pvh_init (Results 1 – 2 of 2) sorted by relevance
5 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()
125 pub(super) fn early_linux32_pvh_init(params_ptr: usize) -> Result<(), SystemError> { in early_linux32_pvh_init() function