Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/svm/
Dsvm.h554 bool svm_interrupt_blocked(struct kvm_vcpu *vcpu);
Dnested.c1404 if (kvm_cpu_has_interrupt(vcpu) && !svm_interrupt_blocked(vcpu)) { in svm_check_nested_events()
Dsvm.c3624 bool svm_interrupt_blocked(struct kvm_vcpu *vcpu) in svm_interrupt_blocked() function
3657 if (svm_interrupt_blocked(vcpu)) in svm_interrupt_allowed()