Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/arch/x86_64/mm/
Dmod.rs234 let mut mb2_count: u32 = 0; in init_memory_area_from_multiboot2() localVariable
238 &mut mb2_count, in init_memory_area_from_multiboot2()
242 let mb2_count = mb2_count as usize; in init_memory_area_from_multiboot2() localVariable
245 for i in 0..mb2_count { in init_memory_area_from_multiboot2()