Searched refs:V_GIF_MASK (Results 1 – 3 of 3) sorted by relevance
467 vmcb->control.int_ctl |= V_GIF_MASK; in enable_gif()477 vmcb->control.int_ctl &= ~V_GIF_MASK; in disable_gif()487 return !!(vmcb->control.int_ctl & V_GIF_MASK); in gif_set()
427 mask |= V_GIF_MASK; in nested_sync_control_from_vmcb02()650 int_ctl_vmcb12_bits |= (V_GIF_MASK | V_GIF_ENABLE_MASK); in nested_vmcb02_prepare_control()652 int_ctl_vmcb01_bits |= (V_GIF_MASK | V_GIF_ENABLE_MASK); in nested_vmcb02_prepare_control()
184 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro