Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/arch/x86_64/
Dfpu.rs57 pub fn restore(&self) { in restore() method
67 self.restore(); in clear()
/DragonOS-0.1.9/kernel/src/arch/x86_64/process/
Dmod.rs167 self.fp_state.as_mut().unwrap().restore(); in restore_fp_state()