Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Demulate.c206 struct fastop;
219 void (*fastop)(struct fastop *fake); member
309 static int fastop(struct x86_emulate_ctxt *ctxt, void (*fop)(struct fastop *));
315 extern void em_##op(struct fastop *fake); \
951 return fastop(ctxt, em_bsf); in em_bsf_c()
959 return fastop(ctxt, em_bsr); in em_bsr_c()
969 : "=a"(rc) : [fastop]"r"(fop), [flags]"r"(flags)); in test_cc()
2232 fastop(ctxt, em_cmp); in em_cmpxchg()
2999 fastop(ctxt, em_or); in em_das()
3025 fastop(ctxt, em_or); in em_aam()
[all …]