Searched refs:HF_VINTR_MASK (Results 1 – 2 of 2) sorted by relevance
2072 if (!(svm->vcpu.arch.hflags & HF_VINTR_MASK)) in nested_svm_intr()2393 if (!(svm->vcpu.arch.hflags & HF_VINTR_MASK)) in nested_svm_vmexit()2606 svm->vcpu.arch.hflags |= HF_VINTR_MASK; in nested_svm_vmrun()2608 svm->vcpu.arch.hflags &= ~HF_VINTR_MASK; in nested_svm_vmrun()2610 if (svm->vcpu.arch.hflags & HF_VINTR_MASK) { in nested_svm_vmrun()3640 if (is_guest_mode(vcpu) && (vcpu->arch.hflags & HF_VINTR_MASK)) in update_cr8_intercept()3722 return ret && !(svm->vcpu.arch.hflags & HF_VINTR_MASK); in svm_interrupt_allowed()3783 if (is_guest_mode(vcpu) && (vcpu->arch.hflags & HF_VINTR_MASK)) in sync_cr8_to_lapic()3797 if (is_guest_mode(vcpu) && (vcpu->arch.hflags & HF_VINTR_MASK)) in sync_lapic_to_cr8()
1026 #define HF_VINTR_MASK (1 << 2) macro