Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dkvm_vcpu.h62 void kvm_save_lsx(struct loongarch_fpu *fpu);
66 static inline void kvm_save_lsx(struct loongarch_fpu *fpu) { } in kvm_save_lsx() function
/linux/arch/loongarch/kvm/
H A Dswitch.S236 SYM_FUNC_START(kvm_save_lsx)
241 SYM_FUNC_END(kvm_save_lsx)
H A Dvcpu.c1443 kvm_save_lsx(&vcpu->arch.fpu); in kvm_lose_fpu()