Searched refs:ON64 (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/x86/kvm/ |
D | emulate.c | 186 #define ON64(x) x macro 188 #define ON64(x) macro 216 ON64(____emulate_2op(_op,_src,_dst,_eflags,_qx,_qy,"q",u64)); \ 283 ON64(__emulate_2op_cl(_op, _cl, _src, _dst, _eflags, \ 309 case 8: ON64(__emulate_1op(_op, _dst, _eflags, "q")); break; \ 355 case 8: ON64(__emulate_1op_rax_rdx(_op, _src, _rax, _rdx, _eflags, "q")); break; \ 374 case 8: ON64( \
|