Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Dsvm.c2038 if (!(svm->vcpu.arch.hflags & HF_VINTR_MASK)) in nested_svm_intr()
2355 if (!(svm->vcpu.arch.hflags & HF_VINTR_MASK)) in nested_svm_vmexit()
2568 svm->vcpu.arch.hflags |= HF_VINTR_MASK; in nested_svm_vmrun()
2570 svm->vcpu.arch.hflags &= ~HF_VINTR_MASK; in nested_svm_vmrun()
2572 if (svm->vcpu.arch.hflags & HF_VINTR_MASK) { in nested_svm_vmrun()
3564 if (is_guest_mode(vcpu) && (vcpu->arch.hflags & HF_VINTR_MASK)) in update_cr8_intercept()
3621 return ret && !(svm->vcpu.arch.hflags & HF_VINTR_MASK); in svm_interrupt_allowed()
3682 if (is_guest_mode(vcpu) && (vcpu->arch.hflags & HF_VINTR_MASK)) in sync_cr8_to_lapic()
3696 if (is_guest_mode(vcpu) && (vcpu->arch.hflags & HF_VINTR_MASK)) in sync_lapic_to_cr8()
/linux-3.4.99/arch/x86/include/asm/
Dkvm_host.h900 #define HF_VINTR_MASK (1 << 2) macro