Lines Matching full:fpu
54 void kvm_save_fpu(struct loongarch_fpu *fpu);
55 void kvm_restore_fpu(struct loongarch_fpu *fpu);
56 void kvm_restore_fcsr(struct loongarch_fpu *fpu);
60 void kvm_save_lsx(struct loongarch_fpu *fpu);
61 void kvm_restore_lsx(struct loongarch_fpu *fpu);
64 static inline void kvm_save_lsx(struct loongarch_fpu *fpu) { } in kvm_save_lsx() argument
65 static inline void kvm_restore_lsx(struct loongarch_fpu *fpu) { } in kvm_restore_lsx() argument
70 void kvm_save_lasx(struct loongarch_fpu *fpu);
71 void kvm_restore_lasx(struct loongarch_fpu *fpu);
74 static inline void kvm_save_lasx(struct loongarch_fpu *fpu) { } in kvm_save_lasx() argument
75 static inline void kvm_restore_lasx(struct loongarch_fpu *fpu) { } in kvm_restore_lasx() argument