Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/
Dkvm_emulate.h282 struct fastop;
284 typedef void (*fastop_t)(struct fastop *);
Demulate.c205 void (*fastop)(struct fastop *fake); member
291 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop);
313 extern void em_##op(struct fastop *fake); \
1053 return fastop(ctxt, em_bsf); in em_bsf_c()
1061 return fastop(ctxt, em_bsr); in em_bsr_c()
2284 fastop(ctxt, em_cmp); in em_cmpxchg()
3078 fastop(ctxt, em_or); in em_das()
3104 fastop(ctxt, em_or); in em_aam()
3122 fastop(ctxt, em_or); in em_aad()
3213 return fastop(ctxt, em_imul); in em_imul_3op()
[all …]