Home
last modified time | relevance | path

Searched refs:restore (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/
H A Dfpu.rs57 pub fn restore(&self) { in restore() method
67 self.restore(); in clear()
/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs208 next.arch_info_irqsave().fp_state.restore(next_regs); in switch_process_fpu()
215 .restore(&next.arch_info_irqsave().local_context); in switch_local_context()
435 fn restore(&mut self, regs: &mut TrapFrame) { 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/x86_64/process/
H A Dmod.rs159 self.fp_state.as_mut().unwrap().restore(); in restore_fp_state()