Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/include/asm/
H A Dkvm_vcpu.h60 int kvm_own_lsx(struct kvm_vcpu *vcpu);
64 static inline int kvm_own_lsx(struct kvm_vcpu *vcpu) { return -EINVAL; } in kvm_own_lsx() function
/linux-6.15/arch/loongarch/kvm/
H A Dexit.c792 if (kvm_own_lsx(vcpu)) in kvm_handle_lsx_disabled()
H A Dvcpu.c1344 int kvm_own_lsx(struct kvm_vcpu *vcpu) in kvm_own_lsx() function