Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dsvm.c2063 if (!(svm->vcpu.arch.hflags & HF_VINTR_MASK)) in nested_svm_intr()
2384 if (!(svm->vcpu.arch.hflags & HF_VINTR_MASK)) in nested_svm_vmexit()
2597 svm->vcpu.arch.hflags |= HF_VINTR_MASK; in nested_svm_vmrun()
2599 svm->vcpu.arch.hflags &= ~HF_VINTR_MASK; in nested_svm_vmrun()
2601 if (svm->vcpu.arch.hflags & HF_VINTR_MASK) { in nested_svm_vmrun()
3635 if (is_guest_mode(vcpu) && (vcpu->arch.hflags & HF_VINTR_MASK)) in update_cr8_intercept()
3712 return ret && !(svm->vcpu.arch.hflags & HF_VINTR_MASK); in svm_interrupt_allowed()
3772 if (is_guest_mode(vcpu) && (vcpu->arch.hflags & HF_VINTR_MASK)) in sync_cr8_to_lapic()
3786 if (is_guest_mode(vcpu) && (vcpu->arch.hflags & HF_VINTR_MASK)) in sync_lapic_to_cr8()
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h1111 #define HF_VINTR_MASK (1 << 2) macro