Go to the documentation of this file. 1 #ifndef _ASM_X86_JUMP_LABEL_H
2 #define _ASM_X86_JUMP_LABEL_H
6 #include <linux/types.h>
10 #define JUMP_LABEL_NOP_SIZE 5
12 #define STATIC_KEY_INITIAL_NOP ".byte 0xe9 \n\t .long 0\n\t"
17 STATIC_KEY_INITIAL_NOP
18 ".pushsection __jump_table, \"aw\" \n\t"
22 : :
"i" (key) : : l_yes);