Searched refs:JUMP_LABEL_NOP_SIZE (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/ |
| D | jump_label.c | 20 char code[JUMP_LABEL_NOP_SIZE]; 50 (jump_entry_code(entry) + JUMP_LABEL_NOP_SIZE); in __jump_label_set_jump_code() 60 if (memcmp((void *)jump_entry_code(entry), expect, JUMP_LABEL_NOP_SIZE)) in __jump_label_set_jump_code() 64 memcpy(code, ideal_nop, JUMP_LABEL_NOP_SIZE); in __jump_label_set_jump_code() 88 JUMP_LABEL_NOP_SIZE); in __jump_label_transform() 92 text_poke_bp((void *)jump_entry_code(entry), &code, JUMP_LABEL_NOP_SIZE, in __jump_label_transform() 93 (void *)jump_entry_code(entry) + JUMP_LABEL_NOP_SIZE); in __jump_label_transform() 153 tp->detour = entry_code + JUMP_LABEL_NOP_SIZE; in arch_jump_label_transform_queue() 154 tp->len = JUMP_LABEL_NOP_SIZE; in arch_jump_label_transform_queue()
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | jump_label.h | 16 #define JUMP_LABEL_NOP_SIZE AARCH64_INSN_SIZE macro
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | jump_label.h | 10 #define JUMP_LABEL_NOP_SIZE 4 macro
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | jump_label.h | 10 #define JUMP_LABEL_NOP_SIZE 6 macro
|
| /Linux-v5.4/arch/xtensa/include/asm/ |
| D | jump_label.h | 11 #define JUMP_LABEL_NOP_SIZE 3 macro
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | jump_label.h | 9 #define JUMP_LABEL_NOP_SIZE 4 macro
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | jump_label.h | 10 #define JUMP_LABEL_NOP_SIZE 4 macro
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | jump_label.h | 16 #define JUMP_LABEL_NOP_SIZE 4 macro
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | jump_label.h | 16 #define JUMP_LABEL_NOP_SIZE 4 macro
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | jump_label.h | 7 #define JUMP_LABEL_NOP_SIZE 5 macro
|
| /Linux-v5.4/arch/xtensa/kernel/ |
| D | jump_label.c | 94 patch_text(jump_entry_code(e), &insn, JUMP_LABEL_NOP_SIZE); in arch_jump_label_transform()
|
| /Linux-v5.4/kernel/ |
| D | jump_label.c | 312 jump_entry_code(entry) + JUMP_LABEL_NOP_SIZE > (unsigned long)start) in addr_conflict()
|
| /Linux-v5.4/Documentation/ |
| D | static-keys.txt | 192 * ``#define JUMP_LABEL_NOP_SIZE``,
|