Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/mm/
H A Dmod.rs456 let virt_offset = VirtAddr::new(page_align_up(BOOTSTRAP_MM_INFO.unwrap().start_brk)); in allocator_init() localVariable
458 let phy_offset = unsafe { MMArch::virt_2_phys(virt_offset) }.unwrap(); in allocator_init()