Searched refs:_lx (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/x86/kvm/ |
D | emulate.c | 267 #define __emulate_2op_nobyte(ctxt,_op,_wx,_wy,_lx,_ly,_qx,_qy) \ argument 276 ____emulate_2op(ctxt,_op,_lx,_ly,"l",u32); \ 284 #define __emulate_2op(ctxt,_op,_bx,_by,_wx,_wy,_lx,_ly,_qx,_qy) \ argument 293 _wx, _wy, _lx, _ly, _qx, _qy); \
|