Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/arch/x86_64/mm/
Dmod.rs323 let virt_offset = BOOTSTRAP_MM_INFO.unwrap().start_brk; in allocator_init() localVariable
325 unsafe { MMArch::virt_2_phys(VirtAddr::new(page_align_up(virt_offset))) }.unwrap(); in allocator_init()