Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/include/asm/
Dkvm_vcpu.h59 int kvm_own_lsx(struct kvm_vcpu *vcpu);
63 static inline int kvm_own_lsx(struct kvm_vcpu *vcpu) { return -EINVAL; } in kvm_own_lsx() function
/linux-6.12.1/arch/loongarch/kvm/
Dexit.c733 if (kvm_own_lsx(vcpu)) in kvm_handle_lsx_disabled()
Dvcpu.c1306 int kvm_own_lsx(struct kvm_vcpu *vcpu) in kvm_own_lsx() function