Home
last modified time | relevance | path

Searched refs:rep_prefix (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/x86/kvm/
Dkvm_emulate.h38 u8 rep_prefix; /* rep prefix? */ member
346 u8 rep_prefix; member
Demulate.c507 .rep_prefix = ctxt->rep_prefix, in emulator_check_intercept()
1433 unsigned int count = ctxt->rep_prefix ? in pio_in_emulated()
1447 if (ctxt->rep_prefix && (ctxt->d & String) && in pio_in_emulated()
5161 ctxt->rep_prefix = ctxt->b; in x86_decode_insn()
5222 if (ctxt->rep_prefix && op_prefix) in x86_decode_insn()
5224 simd_prefix = op_prefix ? 0x66 : ctxt->rep_prefix; in x86_decode_insn()
5373 && (((ctxt->rep_prefix == REPE_PREFIX) && in string_insn_completed()
5375 || ((ctxt->rep_prefix == REPNE_PREFIX) && in string_insn_completed()
5426 ctxt->rep_prefix = 0; in init_decode_cache()
5525 if (ctxt->rep_prefix && (ctxt->d & String)) { in x86_emulate_insn()
[all …]
/linux-5.19.10/arch/x86/kvm/svm/
Dsvm.c4214 if (info->rep_prefix != REPE_PREFIX) in svm_check_intercept()
4235 if (info->rep_prefix) in svm_check_intercept()