Searched refs:V_GIF_MASK (Results 1 – 4 of 4) sorted by relevance
495 vmcb->control.int_ctl |= V_GIF_MASK; in enable_gif()505 vmcb->control.int_ctl &= ~V_GIF_MASK; in disable_gif()515 return !!(vmcb->control.int_ctl & V_GIF_MASK); in gif_set()
431 mask |= V_GIF_MASK; in nested_sync_control_from_vmcb02()639 int_ctl_vmcb12_bits |= (V_GIF_MASK | V_GIF_ENABLE_MASK); in nested_vmcb02_prepare_control()641 int_ctl_vmcb01_bits |= (V_GIF_MASK | V_GIF_ENABLE_MASK); in nested_vmcb02_prepare_control()
124 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro
179 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro