Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dkvm_emulate.h39 u8 rep_prefix; /* rep prefix? */ member
374 u8 rep_prefix; member
H A Demulate.c419 .rep_prefix = ctxt->rep_prefix, in emulator_check_intercept()
1371 unsigned int count = ctxt->rep_prefix ? in pio_in_emulated()
1385 if (ctxt->rep_prefix && (ctxt->d & String) && in pio_in_emulated()
4773 if (ctxt->rep_prefix || ctxt->op_prefix || ctxt->rex_prefix) in x86_decode_avx()
4831 case 2: ctxt->rep_prefix = 0xf3; break; in x86_decode_avx()
4832 case 3: ctxt->rep_prefix = 0xf2; break; in x86_decode_avx()
4946 ctxt->rep_prefix = ctxt->b; in x86_decode_insn()
5018 if (ctxt->rep_prefix && ctxt->op_prefix) in x86_decode_insn()
5020 simd_prefix = ctxt->op_prefix ? 0x66 : ctxt->rep_prefix; in x86_decode_insn()
5218 && (((ctxt->rep_prefix == REPE_PREFIX) && in string_insn_completed()
[all …]
/linux/arch/x86/kvm/svm/
H A Dsvm.c4683 if (info->rep_prefix != REPE_PREFIX) in svm_check_intercept()
4704 if (info->rep_prefix) in svm_check_intercept()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c8290 if (info->rep_prefix) in vmx_is_io_intercepted()
8374 if ((info->rep_prefix != REPE_PREFIX) || in vmx_check_intercept()