Home
last modified time | relevance | path

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

/arch/x86/kvm/
A Dkvm_emulate.h39 u8 rep_prefix; /* rep prefix? */ member
363 u8 rep_prefix; member
A Demulate.c472 .rep_prefix = ctxt->rep_prefix, in emulator_check_intercept()
1437 unsigned int count = ctxt->rep_prefix ? in pio_in_emulated()
1451 if (ctxt->rep_prefix && (ctxt->d & String) && in pio_in_emulated()
4836 ctxt->rep_prefix = ctxt->b; in x86_decode_insn()
4897 if (ctxt->rep_prefix && op_prefix) in x86_decode_insn()
5048 && (((ctxt->rep_prefix == REPE_PREFIX) && in string_insn_completed()
5050 || ((ctxt->rep_prefix == REPNE_PREFIX) && in string_insn_completed()
5101 ctxt->rep_prefix = 0; in init_decode_cache()
5253 if (ctxt->rep_prefix && (ctxt->d & String)) in x86_emulate_insn()
5360 if (ctxt->rep_prefix && (ctxt->d & String)) { in x86_emulate_insn()
[all …]
/arch/x86/kvm/svm/
A Dsvm.c4612 if (info->rep_prefix != REPE_PREFIX) in svm_check_intercept()
4633 if (info->rep_prefix) in svm_check_intercept()
/arch/x86/kvm/vmx/
A Dvmx.c7926 if (info->rep_prefix) in vmx_is_io_intercepted()
8010 if ((info->rep_prefix != REPE_PREFIX) || in vmx_check_intercept()

Completed in 35 milliseconds