Searched refs:V_INTR_MASKING_MASK (Results 1 – 5 of 5) sorted by relevance
126 #define V_INTR_MASKING_MASK (1 << V_INTR_MASKING_SHIFT) macro
170 #define V_INTR_MASKING_MASK (1 << V_INTR_MASKING_SHIFT) macro
115 if (g->int_ctl & V_INTR_MASKING_MASK) { in recalc_intercepts()286 if (!(svm->nested.ctl.int_ctl & V_INTR_MASKING_MASK) && in sync_nested_vmcb_control()404 const u32 mask = V_INTR_MASKING_MASK | V_GIF_ENABLE_MASK | V_GIF_MASK; in nested_prepare_vmcb_control()
379 return is_guest_mode(vcpu) && (svm->nested.ctl.int_ctl & V_INTR_MASKING_MASK); in nested_svm_virtualize_tpr()
1169 control->int_ctl = V_INTR_MASKING_MASK; in init_vmcb()1483 const u32 mask = V_TPR_MASK | V_GIF_ENABLE_MASK | V_GIF_MASK | V_INTR_MASKING_MASK; in svm_clear_vintr()3259 if ((svm->nested.ctl.int_ctl & V_INTR_MASKING_MASK) in svm_interrupt_blocked()