Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/
H A Dfpu.rs50 pub fn save(&mut self) { in save() method
/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs206 prev.arch_info_irqsave().fp_state.save(prev_regs); in switch_process_fpu()
428 fn save(&mut self, regs: &mut TrapFrame) { in save() method
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.3.md242 * 更改build_gcc_toolchain.sh中的-save参数名为-save-cache
/DragonOS/kernel/src/arch/x86_64/process/
H A Dmod.rs151 self.fp_state.as_mut().unwrap().save(); in save_fp_state()