Searched refs:handling_intr_from_guest (Results 1 – 2 of 2) sorted by relevance
400 WRITE_ONCE(vcpu->arch.handling_intr_from_guest, (u8)intr); in kvm_before_interrupt()405 WRITE_ONCE(vcpu->arch.handling_intr_from_guest, 0); in kvm_after_interrupt()410 return vcpu->arch.handling_intr_from_guest == KVM_HANDLING_NMI; in kvm_handling_nmi_from_guest()
882 u8 handling_intr_from_guest; member1819 ((vcpu) && (vcpu)->arch.handling_intr_from_guest)
Completed in 13 milliseconds