Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Dkvm_emulate.h37 u8 rep_prefix; /* rep prefix? */ member
350 u8 rep_prefix; member
Demulate.c494 .rep_prefix = ctxt->rep_prefix, in emulator_check_intercept()
1522 unsigned int count = ctxt->rep_prefix ? in pio_in_emulated()
1536 if (ctxt->rep_prefix && (ctxt->d & String) && in pio_in_emulated()
5289 ctxt->rep_prefix = ctxt->b; in x86_decode_insn()
5350 if (ctxt->rep_prefix && op_prefix) in x86_decode_insn()
5352 simd_prefix = op_prefix ? 0x66 : ctxt->rep_prefix; in x86_decode_insn()
5498 && (((ctxt->rep_prefix == REPE_PREFIX) && in string_insn_completed()
5500 || ((ctxt->rep_prefix == REPNE_PREFIX) && in string_insn_completed()
5645 if (ctxt->rep_prefix && (ctxt->d & String)) { in x86_emulate_insn()
5699 if (ctxt->rep_prefix && (ctxt->d & String)) in x86_emulate_insn()
[all …]
/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.c3923 if (info->rep_prefix != REPE_PREFIX) in svm_check_intercept()
3944 if (info->rep_prefix) in svm_check_intercept()