Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Demulate.c210 struct fastop;
223 void (*fastop)(struct fastop *fake); member
313 static int fastop(struct x86_emulate_ctxt *ctxt, void (*fop)(struct fastop *));
331 extern void em_##op(struct fastop *fake); \
1038 return fastop(ctxt, em_bsf); in em_bsf_c()
1046 return fastop(ctxt, em_bsr); in em_bsr_c()
2315 fastop(ctxt, em_cmp); in em_cmpxchg()
3438 fastop(ctxt, em_or); in em_das()
3464 fastop(ctxt, em_or); in em_aam()
3482 fastop(ctxt, em_or); in em_aad()
[all …]