Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dkvm_emulate.h302 typedef void (*fastop_t)(struct fastop *); typedef
340 fastop_t fop;
H A Demulate.c309 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop);
5519 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop) in fastop()