Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/process/
H A Dmod.rs154 pub fn restore_fp_state(&mut self) { in restore_fp_state() method
374 next.arch_info_irqsave().restore_fp_state(); in switch_process()
/DragonOS/kernel/src/arch/x86_64/ipc/
H A Dsignal.rs394 arch_info.restore_fp_state(); in restore_sigcontext()