Searched refs:__emulate_2op_cl (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/x86/kvm/ |
D | emulate.c | 311 #define __emulate_2op_cl(ctxt, _op, _suffix, _type) \ macro 335 __emulate_2op_cl(ctxt, _op, "w", u16); \ 338 __emulate_2op_cl(ctxt, _op, "l", u32); \ 341 ON64(__emulate_2op_cl(ctxt, _op, "q", ulong)); \
|