Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Demulate.c293 #define FASTOP_SIZE 16 macro
296 ".align " __stringify(FASTOP_SIZE) " \n\t" \
319 #define FOP_START(op) __FOP_START(op, FASTOP_SIZE)
1068 void (*fop)(void) = (void *)em_setcc + FASTOP_SIZE * (condition & 0xf); in test_cc()
5076 fop += __ffs(ctxt->dst.bytes) * FASTOP_SIZE; in fastop()