Home
last modified time | relevance | path

Searched refs:HF_VINTR_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
Dsvm.c1980 if (!(svm->vcpu.arch.hflags & HF_VINTR_MASK)) in nested_svm_intr()
2303 if (!(svm->vcpu.arch.hflags & HF_VINTR_MASK)) in nested_svm_vmexit()
2516 svm->vcpu.arch.hflags |= HF_VINTR_MASK; in nested_svm_vmrun()
2518 svm->vcpu.arch.hflags &= ~HF_VINTR_MASK; in nested_svm_vmrun()
2520 if (svm->vcpu.arch.hflags & HF_VINTR_MASK) { in nested_svm_vmrun()
3547 if (is_guest_mode(vcpu) && (vcpu->arch.hflags & HF_VINTR_MASK)) in update_cr8_intercept()
3624 return ret && !(svm->vcpu.arch.hflags & HF_VINTR_MASK); in svm_interrupt_allowed()
3684 if (is_guest_mode(vcpu) && (vcpu->arch.hflags & HF_VINTR_MASK)) in sync_cr8_to_lapic()
3698 if (is_guest_mode(vcpu) && (vcpu->arch.hflags & HF_VINTR_MASK)) in sync_lapic_to_cr8()
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h1174 #define HF_VINTR_MASK (1 << 2) macro