Searched refs:I2bvIP (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/x86/kvm/ |
D | emulate.c | 4407 #define I2bvIP(_f, _e, _i, _p) \ macro 4705 I2bvIP(DstDI | SrcDX | Mov | String | Unaligned, em_in, ins, check_perm_in), /* insb, insw/insd */ 4706 I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */ 4770 I2bvIP(SrcImmUByte | DstAcc, em_in, in, check_perm_in), 4771 I2bvIP(SrcAcc | DstImmUByte, em_out, out, check_perm_out), 4776 I2bvIP(SrcDX | DstAcc, em_in, in, check_perm_in), 4777 I2bvIP(SrcAcc | DstDX, em_out, out, check_perm_out), 4927 #undef I2bvIP
|