Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.h366 bool svm_interrupt_blocked(struct kvm_vcpu *vcpu);
Dnested.c1012 if (kvm_cpu_has_interrupt(vcpu) && !svm_interrupt_blocked(vcpu)) { in svm_check_nested_events()
Dsvm.c3249 bool svm_interrupt_blocked(struct kvm_vcpu *vcpu) in svm_interrupt_blocked() function
3288 return !svm_interrupt_blocked(vcpu); in svm_interrupt_allowed()