Searched refs:V_INTR_MASKING_MASK (Results 1 – 4 of 4) sorted by relevance
208 #define V_INTR_MASKING_MASK (1 << V_INTR_MASKING_SHIFT) macro
730 return is_guest_mode(vcpu) && (svm->nested.ctl.int_ctl & V_INTR_MASKING_MASK); in nested_svm_virtualize_tpr()
144 if (g->int_ctl & V_INTR_MASKING_MASK) { in recalc_intercepts()707 u32 int_ctl_vmcb01_bits = V_INTR_MASKING_MASK; in nested_vmcb02_prepare_control()
1160 control->int_ctl = V_INTR_MASKING_MASK; in init_vmcb()3848 if ((svm->nested.ctl.int_ctl & V_INTR_MASKING_MASK) in svm_interrupt_blocked()
Completed in 39 milliseconds