Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dearly_ioremap.rs14 static SLOTS: SpinLock<[Slot; EarlyIoRemap::SLOT_CNT]> =
15 SpinLock::new([Slot::DEFAULT; EarlyIoRemap::SLOT_CNT]);
28 const SLOT_CNT: usize = MMArch::FIXMAP_SIZE / MMArch::PAGE_SIZE; constant
94 for i in 0..(Self::SLOT_CNT - slot_count + 1) { in map()
161 for slot_idx in 0..Self::SLOT_CNT { in unmap()