Home
last modified time | relevance | path

Searched refs:HF_GIF_MASK (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h1521 #define HF_GIF_MASK (1 << 0) macro
/Linux-v5.4/arch/x86/kvm/
Dsvm.c633 svm->vcpu.arch.hflags |= HF_GIF_MASK; in enable_gif()
641 svm->vcpu.arch.hflags &= ~HF_GIF_MASK; in disable_gif()
649 return !!(svm->vcpu.arch.hflags & HF_GIF_MASK); in gif_set()