Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/include/asm/
Dkvm_vcpu.h61 void kvm_restore_lsx(struct loongarch_fpu *fpu);
65 static inline void kvm_restore_lsx(struct loongarch_fpu *fpu) { } in kvm_restore_lsx() function
/linux-6.12.1/arch/loongarch/kvm/
Dswitch.S251 SYM_FUNC_START(kvm_restore_lsx)
256 SYM_FUNC_END(kvm_restore_lsx)
281 STACK_FRAME_NON_STANDARD kvm_restore_lsx
Dvcpu.c1328 kvm_restore_lsx(&vcpu->arch.fpu); in kvm_own_lsx()