Searched refs:V_GIF_MASK (Results 1 – 4 of 4) sorted by relevance
525 vmcb->control.int_ctl |= V_GIF_MASK; in enable_gif()535 vmcb->control.int_ctl &= ~V_GIF_MASK; in disable_gif()545 return !!(vmcb->control.int_ctl & V_GIF_MASK); in gif_set()
439 mask |= V_GIF_MASK; in nested_sync_control_from_vmcb02()656 int_ctl_vmcb12_bits |= (V_GIF_MASK | V_GIF_ENABLE_MASK); in nested_vmcb02_prepare_control()658 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