Searched refs:rep_prefix (Results 1 – 4 of 4) sorted by relevance
38 u8 rep_prefix; /* rep prefix? */ member340 u8 rep_prefix; member
472 .rep_prefix = ctxt->rep_prefix, in emulator_check_intercept()1432 unsigned int count = ctxt->rep_prefix ? in pio_in_emulated()1446 if (ctxt->rep_prefix && (ctxt->d & String) && in pio_in_emulated()4863 ctxt->rep_prefix = ctxt->b; in x86_decode_insn()4924 if (ctxt->rep_prefix && op_prefix) in x86_decode_insn()4926 simd_prefix = op_prefix ? 0x66 : ctxt->rep_prefix; in x86_decode_insn()5075 && (((ctxt->rep_prefix == REPE_PREFIX) && in string_insn_completed()5077 || ((ctxt->rep_prefix == REPNE_PREFIX) && in string_insn_completed()5128 ctxt->rep_prefix = 0; in init_decode_cache()5226 if (ctxt->rep_prefix && (ctxt->d & String)) { in x86_emulate_insn()[all …]
4506 if (info->rep_prefix != REPE_PREFIX) in svm_check_intercept()4527 if (info->rep_prefix) in svm_check_intercept()
8006 if ((info->rep_prefix != REPE_PREFIX) || in vmx_check_intercept()