Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dmmio_buddy.rs27 static mut __MMIO_POOL: Option<MmioBuddyMemPool> = None; constant
30 unsafe { __MMIO_POOL.as_ref().unwrap() } in mmio_pool()
770 __MMIO_POOL = Some(MmioBuddyMemPool::new()); in mmio_init()