kernel_switch_out_user_fpu

Function kernel_switch_out_user_fpu 

Source
pub fn kernel_switch_out_user_fpu(vcpu: &mut Vcpu)
Expand description

Save user FPU context when switching away from a task in the kernel.

RISC-V uses FS dirty tracking, so we only save when needed.