Searched refs:V_GIF_MASK (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kvm/svm/
H A Dsvm.h468 vmcb->control.int_ctl |= V_GIF_MASK;
478 vmcb->control.int_ctl &= ~V_GIF_MASK;
488 return !!(vmcb->control.int_ctl & V_GIF_MASK);
H A Dnested.c435 mask |= V_GIF_MASK;
652 int_ctl_vmcb12_bits |= (V_GIF_MASK | V_GIF_ENABLE_MASK);
654 int_ctl_vmcb01_bits |= (V_GIF_MASK | V_GIF_ENABLE_MASK);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h148 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro
/linux-master/arch/x86/include/asm/
H A Dsvm.h184 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro

Completed in 179 milliseconds