Home
last modified time | relevance | path

Searched refs:V_GIF_MASK (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kvm/svm/
Dsvm.h392 svm->vmcb->control.int_ctl |= V_GIF_MASK; in enable_gif()
400 svm->vmcb->control.int_ctl &= ~V_GIF_MASK; in disable_gif()
408 return !!(svm->vmcb->control.int_ctl & V_GIF_MASK); in gif_set()
Dnested.c511 V_INTR_MASKING_MASK | V_GIF_MASK | V_GIF_ENABLE_MASK; in nested_vmcb02_prepare_control()
/arch/x86/include/asm/
Dsvm.h179 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro