Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dkvm_emulate.h297 * fastop functions are declared as taking a never-defined fastop parameter,
300 struct fastop;
302 typedef void (*fastop_t)(struct fastop *);
H A Demulate.c168 #define Fastop ((u64)1 << 44) /* Use opcode::u.fastop */
202 void (*fastop)(struct fastop *fake); member
293 * fastop functions have a special calling convention:
299 * ex: rsi (in:fastop pointer, out:zero if exception)
309 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop);
329 extern void em_##op(struct fastop *fake); \
1088 return fastop(ctxt, em_bsf); in em_bsf_c()
1096 return fastop(ctxt, em_bsr); in em_bsr_c()
2395 fastop(ctx in em_cmpxchg()
5519 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop) fastop() function
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dkvm_emulate.h279 * fastop functions are declared as taking a never-defined fastop parameter,
282 struct fastop;
284 typedef void (*fastop_t)(struct fastop *);
H A Demulate.c169 #define Fastop ((u64)1 << 44) /* Use opcode::u.fastop */
205 void (*fastop)(struct fastop *fake); member
275 * fastop functions have a special calling convention:
281 * ex: rsi (in:fastop pointer, out:zero if exception)
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(ctx in em_cmpxchg()
5104 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop) fastop() function
[all...]

Completed in 13 milliseconds