Searched refs:SrcSI (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 107 #define SrcSI (OpSI << SrcShift) macro 4337 I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */ 4365 I2bv(SrcSI | DstDI | Mov | String, em_mov), 4366 F2bv(SrcSI | DstDI | String | NoWrite, em_cmp_r), 4370 I2bv(SrcSI | DstAcc | Mov | String, em_mov), 5370 if ((ctxt->d & SrcMask) == SrcSI) in x86_emulate_insn() 5379 if ((ctxt->d & SrcMask) == SrcSI) in x86_emulate_insn()
|