Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/
H A Dfpu.rs57 pub fn restore(&self) { in restore() method
/DragonOS/kernel/src/arch/riscv64/
H A Dcpu.rs106 pub fn restore(&mut self, from: &LocalContext) { in restore() method
/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs435 fn restore(&mut self, regs: &mut TrapFrame) { in restore() method