Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/include/asm/
Dkvm_vcpu.h60 void kvm_save_lsx(struct loongarch_fpu *fpu);
64 static inline void kvm_save_lsx(struct loongarch_fpu *fpu) { } in kvm_save_lsx() function
/linux-6.12.1/arch/loongarch/kvm/
Dswitch.S244 SYM_FUNC_START(kvm_save_lsx)
249 SYM_FUNC_END(kvm_save_lsx)
Dvcpu.c1390 kvm_save_lsx(&vcpu->arch.fpu); in kvm_lose_fpu()