Searched refs:HF_GIF_MASK (Results 1 – 2 of 2) sorted by relevance
497 svm->vcpu.arch.hflags |= HF_GIF_MASK; in enable_gif()507 svm->vcpu.arch.hflags &= ~HF_GIF_MASK; in disable_gif()517 return !!(svm->vcpu.arch.hflags & HF_GIF_MASK); in gif_set()
1993 #define HF_GIF_MASK (1 << 0) macro