Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dkvm_emulate.h37 u8 rep_prefix; /* rep prefix? */ member
333 u8 rep_prefix; member
/Linux-v5.4/arch/x86/kvm/
Demulate.c499 .rep_prefix = ctxt->rep_prefix, in emulator_check_intercept()
1489 unsigned int count = ctxt->rep_prefix ? in pio_in_emulated()
1503 if (ctxt->rep_prefix && (ctxt->d & String) && in pio_in_emulated()
5236 ctxt->rep_prefix = ctxt->b; in x86_decode_insn()
5297 if (ctxt->rep_prefix && op_prefix) in x86_decode_insn()
5299 simd_prefix = op_prefix ? 0x66 : ctxt->rep_prefix; in x86_decode_insn()
5440 && (((ctxt->rep_prefix == REPE_PREFIX) && in string_insn_completed()
5442 || ((ctxt->rep_prefix == REPNE_PREFIX) && in string_insn_completed()
5586 if (ctxt->rep_prefix && (ctxt->d & String)) { in x86_emulate_insn()
5640 if (ctxt->rep_prefix && (ctxt->d & String)) in x86_emulate_insn()
[all …]
Dsvm.c6122 if (info->rep_prefix != REPE_PREFIX) in svm_check_intercept()
6143 if (info->rep_prefix) in svm_check_intercept()