Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/kvm/include/x86_64/
Dsvm.h126 #define V_INTR_MASKING_MASK (1 << V_INTR_MASKING_SHIFT) macro
/Linux-v5.10/arch/x86/include/asm/
Dsvm.h170 #define V_INTR_MASKING_MASK (1 << V_INTR_MASKING_SHIFT) macro
/Linux-v5.10/arch/x86/kvm/svm/
Dnested.c115 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()
Dsvm.h379 return is_guest_mode(vcpu) && (svm->nested.ctl.int_ctl & V_INTR_MASKING_MASK); in nested_svm_virtualize_tpr()
Dsvm.c1169 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()