Home
last modified time | relevance | path

Searched refs:kvm_save_lasx (Results 1 – 3 of 3) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dkvm_vcpu.h72 void kvm_save_lasx(struct loongarch_fpu *fpu);
76 static inline void kvm_save_lasx(struct loongarch_fpu *fpu) { } in kvm_save_lasx() function
/linux/arch/loongarch/kvm/
H A Dswitch.S252 SYM_FUNC_START(kvm_save_lasx)
257 SYM_FUNC_END(kvm_save_lasx)
H A Dvcpu.c1436 kvm_save_lasx(&vcpu->arch.fpu); in kvm_lose_fpu()