Searched refs:init_memory_area_from_multiboot2 (Results 1 – 1 of 1) sorted by relevance
150 Self::init_memory_area_from_multiboot2().expect("init memory area failed"); in init()229 unsafe fn init_memory_area_from_multiboot2() -> Result<usize, SystemError> { in init_memory_area_from_multiboot2() method