Searched refs:X86_64MMBootstrapInfo (Results 1 – 2 of 2) sorted by relevance
10 use super::{X86_64MMBootstrapInfo, BOOTSTRAP_MM_INFO};17 let info: X86_64MMBootstrapInfo = BOOTSTRAP_MM_INFO.unwrap(); in arch_remain_areas()
51 pub struct X86_64MMBootstrapInfo { struct60 pub(super) static mut BOOTSTRAP_MM_INFO: Option<X86_64MMBootstrapInfo> = None; argument149 let bootstrap_info = X86_64MMBootstrapInfo { in init()678 let info: X86_64MMBootstrapInfo = BOOTSTRAP_MM_INFO.unwrap(); in kernel_page_flags()