Searched refs:V_GIF_MASK (Results 1 – 4 of 4) sorted by relevance
466 vmcb->control.int_ctl |= V_GIF_MASK; in enable_gif()476 vmcb->control.int_ctl &= ~V_GIF_MASK; in disable_gif()486 return !!(vmcb->control.int_ctl & V_GIF_MASK); in gif_set()
442 mask |= V_GIF_MASK; in nested_sync_control_from_vmcb02()665 int_ctl_vmcb12_bits |= (V_GIF_MASK | V_GIF_ENABLE_MASK); in nested_vmcb02_prepare_control()667 int_ctl_vmcb01_bits |= (V_GIF_MASK | V_GIF_ENABLE_MASK); in nested_vmcb02_prepare_control()
148 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro
184 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro