Home
last modified time | relevance | path

Searched defs:clone_from (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs399 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/mm/
H A Ducontext.rs826 pub unsafe fn clone_from(&mut self, umapper: &mut Self, copy_on_write: bool) { in clone_from() method