Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Demulate.c444 #define SETCC_ALIGN 16 macro
447 ".align " __stringify(SETCC_ALIGN) " \n\t" \
452 ".skip " __stringify(SETCC_ALIGN) " - (.-" #op "), 0xcc \n\t"
458 __FOP_START(setcc, SETCC_ALIGN)
1102 void (*fop)(void) = (void *)em_setcc + SETCC_ALIGN * (condition & 0xf); in test_cc()

Completed in 8 milliseconds