Searched refs:I2bvIP (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/arch/x86/kvm/ |
D | emulate.c | 4354 #define I2bvIP(_f, _e, _i, _p) \ macro 4656 I2bvIP(DstDI | SrcDX | Mov | String | Unaligned, em_in, ins, check_perm_in), /* insb, insw/insd */ 4657 I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */ 4723 I2bvIP(SrcImmUByte | DstAcc, em_in, in, check_perm_in), 4724 I2bvIP(SrcAcc | DstImmUByte, em_out, out, check_perm_out), 4730 I2bvIP(SrcDX | DstAcc, em_in, in, check_perm_in), 4731 I2bvIP(SrcAcc | DstDX, em_out, out, check_perm_out), 4885 #undef I2bvIP
|