emul_flags       5558 arch/x86/kvm/emulate.c 	unsigned emul_flags;
emul_flags       5573 arch/x86/kvm/emulate.c 	emul_flags = ctxt->ops->get_hflags(ctxt);
emul_flags       5607 arch/x86/kvm/emulate.c 		if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && ctxt->intercept) {
emul_flags       5636 arch/x86/kvm/emulate.c 		if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && (ctxt->d & Intercept)) {
emul_flags       5690 arch/x86/kvm/emulate.c 	if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && (ctxt->d & Intercept)) {
emul_flags       6261 arch/x86/kvm/x86.c static void emulator_set_hflags(struct x86_emulate_ctxt *ctxt, unsigned emul_flags)
emul_flags       6263 arch/x86/kvm/x86.c 	emul_to_vcpu(ctxt)->arch.hflags = emul_flags;