Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/
Dkvm_emulate.h284 typedef void (*fastop_t)(struct fastop *); typedef
333 fastop_t fop;
Demulate.c291 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop);
5104 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop) in fastop()