Lines Matching full:fpu
55 void kvm_save_fpu(struct loongarch_fpu *fpu);
56 void kvm_restore_fpu(struct loongarch_fpu *fpu);
57 void kvm_restore_fcsr(struct loongarch_fpu *fpu);
61 void kvm_save_lsx(struct loongarch_fpu *fpu);
62 void kvm_restore_lsx(struct loongarch_fpu *fpu);
65 static inline void kvm_save_lsx(struct loongarch_fpu *fpu) { } in kvm_save_lsx() argument
66 static inline void kvm_restore_lsx(struct loongarch_fpu *fpu) { } in kvm_restore_lsx() argument
71 void kvm_save_lasx(struct loongarch_fpu *fpu);
72 void kvm_restore_lasx(struct loongarch_fpu *fpu);
75 static inline void kvm_save_lasx(struct loongarch_fpu *fpu) { } in kvm_save_lasx() argument
76 static inline void kvm_restore_lasx(struct loongarch_fpu *fpu) { } in kvm_restore_lasx() argument