Searched refs:JUMP_LABEL_NOP_SIZE (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.10/arch/arc/include/asm/ |
| D | jump_label.h | 10 #define JUMP_LABEL_NOP_SIZE 4 macro 34 asm_volatile_goto(".balign "__stringify(JUMP_LABEL_NOP_SIZE)" \n" in arch_static_branch() 50 asm_volatile_goto(".balign "__stringify(JUMP_LABEL_NOP_SIZE)" \n" in arch_static_branch_jump()
|
| /Linux-v5.10/arch/x86/kernel/ |
| D | jump_label.c | 52 if (memcmp(addr, expect, JUMP_LABEL_NOP_SIZE)) in __jump_label_set_jump_code() 80 JUMP_LABEL_NOP_SIZE); in __jump_label_transform() 84 text_poke_bp((void *)jump_entry_code(entry), opcode, JUMP_LABEL_NOP_SIZE, NULL); in __jump_label_transform() 118 opcode, JUMP_LABEL_NOP_SIZE, NULL); in arch_jump_label_transform_queue()
|
| /Linux-v5.10/arch/arc/kernel/ |
| D | jump_label.c | 88 instruction_align_assert(instr_addr, JUMP_LABEL_NOP_SIZE); in arch_jump_label_transform() 96 flush_icache_range(entry->code, entry->code + JUMP_LABEL_NOP_SIZE); in arch_jump_label_transform()
|
| /Linux-v5.10/arch/arm64/include/asm/ |
| D | jump_label.h | 16 #define JUMP_LABEL_NOP_SIZE AARCH64_INSN_SIZE macro
|
| /Linux-v5.10/arch/parisc/include/asm/ |
| D | jump_label.h | 10 #define JUMP_LABEL_NOP_SIZE 4 macro
|
| /Linux-v5.10/arch/riscv/include/asm/ |
| D | jump_label.h | 15 #define JUMP_LABEL_NOP_SIZE 4 macro
|
| /Linux-v5.10/arch/sparc/include/asm/ |
| D | jump_label.h | 9 #define JUMP_LABEL_NOP_SIZE 4 macro
|
| /Linux-v5.10/arch/xtensa/include/asm/ |
| D | jump_label.h | 11 #define JUMP_LABEL_NOP_SIZE 3 macro
|
| /Linux-v5.10/arch/s390/include/asm/ |
| D | jump_label.h | 10 #define JUMP_LABEL_NOP_SIZE 6 macro
|
| /Linux-v5.10/arch/arm/include/asm/ |
| D | jump_label.h | 10 #define JUMP_LABEL_NOP_SIZE 4 macro
|
| /Linux-v5.10/arch/mips/include/asm/ |
| D | jump_label.h | 16 #define JUMP_LABEL_NOP_SIZE 4 macro
|
| /Linux-v5.10/arch/powerpc/include/asm/ |
| D | jump_label.h | 16 #define JUMP_LABEL_NOP_SIZE 4 macro
|
| /Linux-v5.10/arch/x86/include/asm/ |
| D | jump_label.h | 7 #define JUMP_LABEL_NOP_SIZE 5 macro
|
| /Linux-v5.10/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.10/kernel/ |
| D | jump_label.c | 312 jump_entry_code(entry) + JUMP_LABEL_NOP_SIZE > (unsigned long)start) in addr_conflict()
|
| /Linux-v5.10/Documentation/staging/ |
| D | static-keys.rst | 192 * ``#define JUMP_LABEL_NOP_SIZE``,
|