fastop            211 arch/x86/kvm/emulate.c struct fastop;
fastop            224 arch/x86/kvm/emulate.c 		void (*fastop)(struct fastop *fake);
fastop            314 arch/x86/kvm/emulate.c static int fastop(struct x86_emulate_ctxt *ctxt, void (*fop)(struct fastop *));
fastop            332 arch/x86/kvm/emulate.c 	extern void em_##op(struct fastop *fake); \
fastop           1039 arch/x86/kvm/emulate.c 	return fastop(ctxt, em_bsf);
fastop           1047 arch/x86/kvm/emulate.c 	return fastop(ctxt, em_bsr);
fastop           2344 arch/x86/kvm/emulate.c 	fastop(ctxt, em_cmp);
fastop           3467 arch/x86/kvm/emulate.c 	fastop(ctxt, em_or);
fastop           3493 arch/x86/kvm/emulate.c 	fastop(ctxt, em_or);
fastop           3511 arch/x86/kvm/emulate.c 	fastop(ctxt, em_or);
fastop           3602 arch/x86/kvm/emulate.c 	return fastop(ctxt, em_imul);
fastop           4432 arch/x86/kvm/emulate.c #define F(_f, _e) { .flags = (_f) | Fastop, .u.fastop = (_e) }
fastop           5525 arch/x86/kvm/emulate.c static int fastop(struct x86_emulate_ctxt *ctxt, void (*fop)(struct fastop *))
fastop           5704 arch/x86/kvm/emulate.c 			void (*fop)(struct fastop *) = (void *)ctxt->execute;
fastop           5705 arch/x86/kvm/emulate.c 			rc = fastop(ctxt, fop);