Searched refs:clone_from (Results 1 – 7 of 7) sorted by relevance
27 memory_text.clone_from(&args[0]); in main()68 program_text.clone_from(&args[0]); in main()
227 dst.clone_from(data); in copy_one_from_user()320 dst.clone_from(src); in copy_one_to_user()
112 new.clone_from(self); in clone()
403 pub fn clone_from(&mut self, from: &Self) { in clone_from() method
260 pub fn clone_from(&mut self, from: &Self) { in clone_from() method
403 unsafe { pcb.arch_info().clone_from(&guard) }; in copy_process()
168 .clone_from(&mut self.user_mapper, MMArch::PAGE_FAULT_ENABLED) in try_clone()826 pub unsafe fn clone_from(&mut self, umapper: &mut Self, copy_on_write: bool) { in clone_from() method