Searched refs:SIZE_2MB (Results 1 – 3 of 3) sorted by relevance
25 memory::{PageTable, SIZE_2MB, SIZE_4KB},33 let end = align_up(start, SIZE_2MB).unwrap(); in appended_payload_range()
30 SIZE_2MB, SIZE_4KB, SIZE_4MB, SIZE_64KB,
32 pub const SIZE_2MB: usize = 2 << 20; constant