Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/include/asm/
Dkvm_vcpu.h70 void kvm_save_lasx(struct loongarch_fpu *fpu);
74 static inline void kvm_save_lasx(struct loongarch_fpu *fpu) { } in kvm_save_lasx() function
/linux-6.12.1/arch/loongarch/kvm/
Dswitch.S260 SYM_FUNC_START(kvm_save_lasx)
265 SYM_FUNC_END(kvm_save_lasx)
Dvcpu.c1383 kvm_save_lasx(&vcpu->arch.fpu); in kvm_lose_fpu()