Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dsvm.h329 svm->vcpu.arch.hflags |= HF_GIF_MASK; in enable_gif()
337 svm->vcpu.arch.hflags &= ~HF_GIF_MASK; in disable_gif()
345 return !!(svm->vcpu.arch.hflags & HF_GIF_MASK); in gif_set()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkvm_host.h1625 #define HF_GIF_MASK (1 << 0) macro

Completed in 6 milliseconds