Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Demulate.c207 struct fastop;
220 void (*fastop)(struct fastop *fake); member
310 static int fastop(struct x86_emulate_ctxt *ctxt, void (*fop)(struct fastop *));
316 extern void em_##op(struct fastop *fake); \
948 return fastop(ctxt, em_bsf); in em_bsf_c()
956 return fastop(ctxt, em_bsr); in em_bsr_c()
966 : "=a"(rc) : [fastop]"r"(fop), [flags]"r"(flags)); in test_cc()
2229 fastop(ctxt, em_cmp); in em_cmpxchg()
3300 fastop(ctxt, em_or); in em_das()
3326 fastop(ctxt, em_or); in em_aam()
[all …]