Home
last modified time | relevance | path

Searched refs:FOP1E (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
Demulate.c326 #define FOP1E(op, dst) \ macro
330 FOP1E(op, dst) _ASM_EXTABLE(10b, kvm_fastop_exception)
334 FOP1E(op##b, al) \
335 FOP1E(op##w, ax) \
336 FOP1E(op##l, eax) \
337 ON64(FOP1E(op##q, rax)) \
343 FOP1E(op, cl) \
344 FOP1E(op, cx) \
345 FOP1E(op, ecx) \
346 ON64(FOP1E(op, rcx)) \