Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/mm/
H A Dmod.rs709 const REMAP_SIZE: usize = 64 * 1024 * 1024; constant
712 for i in 0..(Self::REMAP_SIZE / MMArch::PAGE_SIZE) { in remap_at_low_address()
727 for i in 0..(Self::REMAP_SIZE / MMArch::PAGE_SIZE) { in unmap_at_low_address()