Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dpage.rs621 let new_table = PageTable::new(self.base, phys, self.level); in clone() localVariable
632 new_table.set_entry(i, entry); in clone()
654 new_table.set_entry(i, PageEntry::new(phys, entry.flags())); in clone()
666 new_table.set_entry(i, entry); in clone()
670 Some(new_table) in clone()
1414 let new_table = self.table(); in clone_user_mapping() localVariable
1422 new_table.set_entry(entry_index, entry); in clone_user_mapping()