Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/mm/
H A Dbump.rs10 use super::{X86_64MMBootstrapInfo, BOOTSTRAP_MM_INFO};
17 let info: X86_64MMBootstrapInfo = BOOTSTRAP_MM_INFO.unwrap(); in arch_remain_areas()
H A Dmod.rs60 pub(super) static mut BOOTSTRAP_MM_INFO: Option<X86_64MMBootstrapInfo> = None; variable
64 BOOTSTRAP_MM_INFO.as_mut().unwrap().kernel_load_base_paddr = paddr.data(); in x86_64_set_kernel_load_base_paddr()
159 BOOTSTRAP_MM_INFO = Some(bootstrap_info); in init()
167 debug!("bootstrap info: {:?}", unsafe { BOOTSTRAP_MM_INFO }); in init()
456 let virt_offset = VirtAddr::new(page_align_up(BOOTSTRAP_MM_INFO.unwrap().start_brk)); in allocator_init()
678 let info: X86_64MMBootstrapInfo = BOOTSTRAP_MM_INFO.unwrap(); in kernel_page_flags()