Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Djump_label.c20 char code[JUMP_LABEL_NOP_SIZE];
69 (entry->code + JUMP_LABEL_NOP_SIZE); in __jump_label_transform()
83 (entry->code + JUMP_LABEL_NOP_SIZE); in __jump_label_transform()
87 memcpy(&code, ideal_nops[NOP_ATOMIC5], JUMP_LABEL_NOP_SIZE); in __jump_label_transform()
99 (*poker)((void *)entry->code, &code, JUMP_LABEL_NOP_SIZE); in __jump_label_transform()
101 text_poke_bp((void *)entry->code, &code, JUMP_LABEL_NOP_SIZE, in __jump_label_transform()
102 (void *)entry->code + JUMP_LABEL_NOP_SIZE); in __jump_label_transform()
/linux-4.1.27/arch/sparc/include/asm/
Djump_label.h8 #define JUMP_LABEL_NOP_SIZE 4 macro
/linux-4.1.27/arch/arm64/include/asm/
Djump_label.h27 #define JUMP_LABEL_NOP_SIZE AARCH64_INSN_SIZE macro
/linux-4.1.27/arch/s390/include/asm/
Djump_label.h8 #define JUMP_LABEL_NOP_SIZE 6 macro
/linux-4.1.27/arch/arm/include/asm/
Djump_label.h8 #define JUMP_LABEL_NOP_SIZE 4 macro
/linux-4.1.27/arch/mips/include/asm/
Djump_label.h15 #define JUMP_LABEL_NOP_SIZE 4 macro
/linux-4.1.27/arch/x86/include/asm/
Djump_label.h11 #define JUMP_LABEL_NOP_SIZE 5 macro
/linux-4.1.27/arch/powerpc/include/asm/
Djump_label.h19 #define JUMP_LABEL_NOP_SIZE 4 macro
/linux-4.1.27/kernel/
Djump_label.c131 entry->code + JUMP_LABEL_NOP_SIZE > (unsigned long)start) in addr_conflict()
/linux-4.1.27/Documentation/
Dstatic-keys.txt151 * #define JUMP_LABEL_NOP_SIZE, see: arch/x86/include/asm/jump_label.h