Home
last modified time | relevance | path

Searched refs:X86_64MMBootstrapInfo (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.rs51 pub struct X86_64MMBootstrapInfo { struct
60 pub(super) static mut BOOTSTRAP_MM_INFO: Option<X86_64MMBootstrapInfo> = None; argument
149 let bootstrap_info = X86_64MMBootstrapInfo { in init()
678 let info: X86_64MMBootstrapInfo = BOOTSTRAP_MM_INFO.unwrap(); in kernel_page_flags()