Searched refs:I2bvIP (Results 1 – 1 of 1) sorted by relevance
/arch/x86/kvm/ |
D | emulate.c | 4276 #define I2bvIP(_f, _e, _i, _p) \ macro 4563 I2bvIP(DstDI | SrcDX | Mov | String | Unaligned, em_in, ins, check_perm_in), /* insb, insw/insd */ 4564 I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */ 4628 I2bvIP(SrcImmUByte | DstAcc, em_in, in, check_perm_in), 4629 I2bvIP(SrcAcc | DstImmUByte, em_out, out, check_perm_out), 4634 I2bvIP(SrcDX | DstAcc, em_in, in, check_perm_in), 4635 I2bvIP(SrcAcc | DstDX, em_out, out, check_perm_out), 4783 #undef I2bvIP
|