Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.h428 bool svm_interrupt_blocked(struct kvm_vcpu *vcpu);
Dnested.c1181 if (kvm_cpu_has_interrupt(vcpu) && !svm_interrupt_blocked(vcpu)) { in svm_check_nested_events()
Dsvm.c3480 bool svm_interrupt_blocked(struct kvm_vcpu *vcpu) in svm_interrupt_blocked() function
3526 return !svm_interrupt_blocked(vcpu); in svm_interrupt_allowed()