Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dkvm_emulate.h35 u8 rep_prefix; /* rep prefix? */ member
261 u8 rep_prefix; member
/linux-3.4.99/arch/x86/kvm/
Demulate.c418 .rep_prefix = ctxt->rep_prefix, in emulator_check_intercept()
1135 unsigned int count = ctxt->rep_prefix ? in pio_in_emulated()
3873 ctxt->rep_prefix = ctxt->b; in x86_decode_insn()
3922 if (ctxt->rep_prefix && op_prefix) in x86_decode_insn()
3924 simd_prefix = op_prefix ? 0x66 : ctxt->rep_prefix; in x86_decode_insn()
4024 && (((ctxt->rep_prefix == REPE_PREFIX) && in string_insn_completed()
4026 || ((ctxt->rep_prefix == REPNE_PREFIX) && in string_insn_completed()
4102 if (ctxt->rep_prefix && (ctxt->d & String)) { in x86_emulate_insn()
4258 if (ctxt->rep_prefix && (ctxt->d & String)) { in x86_emulate_insn()
Dsvm.c4184 if (info->rep_prefix != REPE_PREFIX)
4204 if (info->rep_prefix)