Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/include/asm/
Dkvm_vcpu.h79 int kvm_own_lbt(struct kvm_vcpu *vcpu);
81 static inline int kvm_own_lbt(struct kvm_vcpu *vcpu) { return -EINVAL; } in kvm_own_lbt() function
/linux-6.12.1/arch/loongarch/kvm/
Dvcpu.c1236 int kvm_own_lbt(struct kvm_vcpu *vcpu) in kvm_own_lbt() function
1268 kvm_own_lbt(vcpu); in kvm_check_fcsr()
Dexit.c756 if (kvm_own_lbt(vcpu)) in kvm_handle_lbt_disabled()