Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/examples/
H A Drbpf_plugin.rs27 memory_text.clone_from(&args[0]); in main()
68 program_text.clone_from(&args[0]); in main()
/DragonOS/kernel/src/syscall/
H A Duser_access.rs227 dst.clone_from(data); in copy_one_from_user()
320 dst.clone_from(src); in copy_one_to_user()
/DragonOS/kernel/src/libs/
H A Dalign.rs112 new.clone_from(self); in clone()
/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs403 pub fn clone_from(&mut self, from: &Self) { in clone_from() method
/DragonOS/kernel/src/arch/x86_64/process/
H A Dmod.rs260 pub fn clone_from(&mut self, from: &Self) { in clone_from() method
/DragonOS/kernel/src/process/
H A Dfork.rs403 unsafe { pcb.arch_info().clone_from(&guard) }; in copy_process()
/DragonOS/kernel/src/mm/
H A Ducontext.rs168 .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