Go to the documentation of this file. 1 #ifndef _ASM_POWERPC_JUMP_LABEL_H
2 #define _ASM_POWERPC_JUMP_LABEL_H
13 #include <linux/types.h>
17 #define JUMP_ENTRY_TYPE stringify_in_c(FTR_ENTRY_LONG)
18 #define JUMP_LABEL_NOP_SIZE 4
24 ".pushsection __jump_table, \"aw\"\n\t"
27 : :
"i" (key) : : l_yes);