Home
last modified time | relevance | path

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

/packages/modules/Virtualization/pvmfw/src/
Dmemory.rs25 memory::{PageTable, SIZE_2MB, SIZE_4KB},
33 let end = align_up(start, SIZE_2MB).unwrap(); in appended_payload_range()
/packages/modules/Virtualization/vmbase/src/
Dmemory.rs30 SIZE_2MB, SIZE_4KB, SIZE_4MB, SIZE_64KB,
/packages/modules/Virtualization/vmbase/src/memory/
Dutil.rs32 pub const SIZE_2MB: usize = 2 << 20; constant