Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/include/asm/
Dkvm_vcpu.h71 void kvm_restore_lasx(struct loongarch_fpu *fpu);
75 static inline void kvm_restore_lasx(struct loongarch_fpu *fpu) { } in kvm_restore_lasx() function
/linux-6.12.1/arch/loongarch/kvm/
Dswitch.S267 SYM_FUNC_START(kvm_restore_lasx)
272 SYM_FUNC_END(kvm_restore_lasx)
284 STACK_FRAME_NON_STANDARD kvm_restore_lasx
Dvcpu.c1364 kvm_restore_lasx(&vcpu->arch.fpu); in kvm_own_lasx()