Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.h327 svm->vmcb->control.int_ctl |= V_GIF_MASK; in enable_gif()
335 svm->vmcb->control.int_ctl &= ~V_GIF_MASK; in disable_gif()
343 return !!(svm->vmcb->control.int_ctl & V_GIF_MASK); in gif_set()
H A Dnested.c436 V_INTR_MASKING_MASK | V_GIF_MASK | V_GIF_ENABLE_MASK; in nested_prepare_vmcb_control()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h117 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsvm.h161 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro