Searched refs:V_GIF_MASK (Results 1 – 2 of 2) sorted by relevance
114 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro
631 svm->vmcb->control.int_ctl |= V_GIF_MASK; in enable_gif()639 svm->vmcb->control.int_ctl &= ~V_GIF_MASK; in disable_gif()647 return !!(svm->vmcb->control.int_ctl & V_GIF_MASK); in gif_set()