Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/mm/
Dpage.rs771 let mut subtable = table.next_level_table(i)?; in unmap_phys_inner() localVariable
773 let result = unmap_phys_inner(vaddr, &mut subtable, unmap_parents, allocator)?; in unmap_phys_inner()
782 .map(|k| subtable.entry(k).expect("invalid page entry")) in unmap_phys_inner()
788 allocator.free_one(subtable.phys()); in unmap_phys_inner()