Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dno_init.rs27 pub static EARLY_IOREMAP_PAGES: SpinLock<EarlyIoRemapPages> =
28 SpinLock::new(EarlyIoRemapPages::new());
46 pub struct EarlyIoRemapPages { struct
51 impl EarlyIoRemapPages { implementation