Home
last modified time | relevance | path

Searched refs:V_INTR_MASKING_MASK (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/asm/
Dsvm.h201 #define V_INTR_MASKING_MASK (1 << V_INTR_MASKING_SHIFT) macro
/arch/x86/kvm/svm/
Dsvm.h573 return is_guest_mode(vcpu) && (svm->nested.ctl.int_ctl & V_INTR_MASKING_MASK); in nested_svm_virtualize_tpr()
Dnested.c140 if (g->int_ctl & V_INTR_MASKING_MASK) { in recalc_intercepts()
634 u32 int_ctl_vmcb01_bits = V_INTR_MASKING_MASK; in nested_vmcb02_prepare_control()
Dsvm.c1321 control->int_ctl = V_INTR_MASKING_MASK; in init_vmcb()
3795 if ((svm->nested.ctl.int_ctl & V_INTR_MASKING_MASK) in svm_interrupt_blocked()