Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dmmio_buddy.rs68 pool_size: MMArch::MMIO_SIZE, in new()
76 let mut remain_size = MMArch::MMIO_SIZE; in new()
81 MMArch::MMIO_SIZE in new()
H A Dmod.rs541 const MMIO_SIZE: usize; constant
543 const MMIO_TOP: VirtAddr = VirtAddr::new(Self::MMIO_BASE.data() + Self::MMIO_SIZE);
/DragonOS/kernel/src/arch/riscv64/mm/
H A Dmod.rs146 const MMIO_SIZE: usize = 1 << PAGE_1G_SHIFT; constant
/DragonOS/kernel/src/arch/x86_64/mm/
H A Dmod.rs134 const MMIO_SIZE: usize = 1 << PAGE_1G_SHIFT; constant