Searched refs:V_GIF_MASK (Results 1 – 3 of 3) sorted by relevance
524 vmcb->control.int_ctl |= V_GIF_MASK; in enable_gif()534 vmcb->control.int_ctl &= ~V_GIF_MASK; in disable_gif()544 return !!(vmcb->control.int_ctl & V_GIF_MASK); in gif_set()
506 mask |= V_GIF_MASK; in nested_sync_control_from_vmcb02()728 int_ctl_vmcb12_bits |= (V_GIF_MASK | V_GIF_ENABLE_MASK); in nested_vmcb02_prepare_control()730 int_ctl_vmcb01_bits |= (V_GIF_MASK | V_GIF_ENABLE_MASK); in nested_vmcb02_prepare_control()
191 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro
Completed in 13 milliseconds