Home
last modified time | relevance | path

Searched refs:FASTOP_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/kvm/
H A Demulate.c283 * Moreover, they are all exactly FASTOP_SIZE bytes long, so functions for
293 #define FASTOP_SIZE 16 macro
296 ".align " __stringify(FASTOP_SIZE) " \n\t" \
319 #define FOP_START(op) __FOP_START(op, FASTOP_SIZE)
1067 void (*fop)(void) = (void *)em_setcc + FASTOP_SIZE * (condition & 0xf); in test_cc()
5109 fop += __ffs(ctxt->dst.bytes) * FASTOP_SIZE; in fastop()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Demulate.c301 * Moreover, they are all exactly FASTOP_SIZE bytes long, so functions for
311 #define FASTOP_SIZE 16 macro
314 ".align " __stringify(FASTOP_SIZE) " \n\t" \
335 #define FOP_START(op) __FOP_START(op, FASTOP_SIZE)
5524 fop += __ffs(ctxt->dst.bytes) * FASTOP_SIZE; in fastop()

Completed in 15 milliseconds