rep_prefix         37 arch/x86/include/asm/kvm_emulate.h 	u8  rep_prefix;         /* rep prefix?                          */
rep_prefix        333 arch/x86/include/asm/kvm_emulate.h 	u8 rep_prefix;
rep_prefix        500 arch/x86/kvm/emulate.c 		.rep_prefix = ctxt->rep_prefix,
rep_prefix       1518 arch/x86/kvm/emulate.c 		unsigned int count = ctxt->rep_prefix ?
rep_prefix       1532 arch/x86/kvm/emulate.c 	if (ctxt->rep_prefix && (ctxt->d & String) &&
rep_prefix       5286 arch/x86/kvm/emulate.c 			ctxt->rep_prefix = ctxt->b;
rep_prefix       5347 arch/x86/kvm/emulate.c 			if (ctxt->rep_prefix && op_prefix)
rep_prefix       5349 arch/x86/kvm/emulate.c 			simd_prefix = op_prefix ? 0x66 : ctxt->rep_prefix;
rep_prefix       5495 arch/x86/kvm/emulate.c 	    && (((ctxt->rep_prefix == REPE_PREFIX) &&
rep_prefix       5497 arch/x86/kvm/emulate.c 		|| ((ctxt->rep_prefix == REPNE_PREFIX) &&
rep_prefix       5643 arch/x86/kvm/emulate.c 		if (ctxt->rep_prefix && (ctxt->d & String)) {
rep_prefix       5697 arch/x86/kvm/emulate.c 	if (ctxt->rep_prefix && (ctxt->d & String))
rep_prefix       5808 arch/x86/kvm/emulate.c 	if (ctxt->rep_prefix && (ctxt->d & String)) {
rep_prefix       5919 arch/x86/kvm/emulate.c 	if (ctxt->rep_prefix && (ctxt->d & String))
rep_prefix       6178 arch/x86/kvm/svm.c 		if (info->rep_prefix != REPE_PREFIX)
rep_prefix       6199 arch/x86/kvm/svm.c 		if (info->rep_prefix)