Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/arch/x86_64/mm/
Dmod.rs56 pub struct X86_64MMBootstrapInfo { struct
64 impl Debug for X86_64MMBootstrapInfo { argument
73 pub static mut BOOTSTRAP_MM_INFO: Option<X86_64MMBootstrapInfo> = None;
137 let bootstrap_info = X86_64MMBootstrapInfo { in init()
558 let info: X86_64MMBootstrapInfo = BOOTSTRAP_MM_INFO.clone().unwrap(); in kernel_page_flags()