X86EMUL_GUEST_MASK 5607 arch/x86/kvm/emulate.c if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && ctxt->intercept) { X86EMUL_GUEST_MASK 5636 arch/x86/kvm/emulate.c if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && (ctxt->d & Intercept)) { X86EMUL_GUEST_MASK 5690 arch/x86/kvm/emulate.c if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && (ctxt->d & Intercept)) { X86EMUL_GUEST_MASK 6375 arch/x86/kvm/x86.c BUILD_BUG_ON(HF_GUEST_MASK != X86EMUL_GUEST_MASK);