Searched refs:V_GIF_MASK (Results 1 – 5 of 5) sorted by relevance
327 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()
404 const u32 mask = V_INTR_MASKING_MASK | V_GIF_ENABLE_MASK | V_GIF_MASK; in nested_prepare_vmcb_control()
1483 const u32 mask = V_TPR_MASK | V_GIF_ENABLE_MASK | V_GIF_MASK | V_INTR_MASKING_MASK; in svm_clear_vintr()
117 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro
161 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro