OP_MEM           1301 arch/x86/kvm/emulate.c 	op->type = OP_MEM;
OP_MEM           1404 arch/x86/kvm/emulate.c 	op->type = OP_MEM;
OP_MEM           1424 arch/x86/kvm/emulate.c 	if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) {
OP_MEM           1845 arch/x86/kvm/emulate.c 	case OP_MEM:
OP_MEM           3752 arch/x86/kvm/emulate.c 	if (ctxt->dst.bytes == 4 && ctxt->dst.type == OP_MEM)
OP_MEM           3918 arch/x86/kvm/emulate.c 	if (ctxt->dst.type == OP_MEM)
OP_MEM           5067 arch/x86/kvm/emulate.c 		op->type = OP_MEM;
OP_MEM           5121 arch/x86/kvm/emulate.c 		op->type = OP_MEM;
OP_MEM           5130 arch/x86/kvm/emulate.c 		op->type = OP_MEM;
OP_MEM           5563 arch/x86/kvm/emulate.c 	if (ctxt->lock_prefix && (!(ctxt->d & Lock) || ctxt->dst.type != OP_MEM)) {
OP_MEM           5568 arch/x86/kvm/emulate.c 	if ((ctxt->d & SrcMask) == SrcMemFAddr && ctxt->src.type != OP_MEM) {
OP_MEM           5654 arch/x86/kvm/emulate.c 	if ((ctxt->src.type == OP_MEM) && !(ctxt->d & NoAccess)) {
OP_MEM           5662 arch/x86/kvm/emulate.c 	if (ctxt->src2.type == OP_MEM) {
OP_MEM           5673 arch/x86/kvm/emulate.c 	if ((ctxt->dst.type == OP_MEM) && !(ctxt->d & Mov)) {
OP_MEM           5785 arch/x86/kvm/emulate.c 		BUG_ON(ctxt->src.type == OP_MEM || ctxt->src.type == OP_MEM_STR);