Searched refs:I2bvIP (Results 1 – 1 of 1) sorted by relevance
/arch/x86/kvm/ |
D | emulate.c | 3676 #define I2bvIP(_f, _e, _i, _p) \ macro 3915 I2bvIP(DstDI | SrcDX | Mov | String | Unaligned, em_in, ins, check_perm_in), /* insb, insw/insd */ 3916 I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */ 3978 I2bvIP(SrcImmUByte | DstAcc, em_in, in, check_perm_in), 3979 I2bvIP(SrcAcc | DstImmUByte, em_out, out, check_perm_out), 3983 I2bvIP(SrcDX | DstAcc, em_in, in, check_perm_in), 3984 I2bvIP(SrcAcc | DstDX, em_out, out, check_perm_out), 4091 #undef I2bvIP
|