Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/svm/
Dsvm.h552 bool svm_interrupt_blocked(struct kvm_vcpu *vcpu);
Dnested.c1481 if (kvm_cpu_has_interrupt(vcpu) && !svm_interrupt_blocked(vcpu)) { in svm_check_nested_events()
Dsvm.c3778 bool svm_interrupt_blocked(struct kvm_vcpu *vcpu) in svm_interrupt_blocked() function
3811 if (svm_interrupt_blocked(vcpu)) in svm_interrupt_allowed()