Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
A Dsvm.h399 svm->vmcb->control.int_ctl |= V_GIF_MASK; in enable_gif()
407 svm->vmcb->control.int_ctl &= ~V_GIF_MASK; in disable_gif()
415 return !!(svm->vmcb->control.int_ctl & V_GIF_MASK); in gif_set()
A Dnested.c525 V_INTR_MASKING_MASK | V_GIF_MASK | V_GIF_ENABLE_MASK; in nested_vmcb02_prepare_control()
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dsvm.h117 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro
/linux/arch/x86/include/asm/
A Dsvm.h179 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro

Completed in 14 milliseconds