Searched refs:new_table (Results 1 – 1 of 1) sorted by relevance
621 let new_table = PageTable::new(self.base, phys, self.level); in clone() localVariable632 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() localVariable1422 new_table.set_entry(entry_index, entry); in clone_user_mapping()