Home
last modified time | relevance | path

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

/arch/arc/include/asm/
Djump_label.h10 #define JUMP_LABEL_NOP_SIZE 4 macro
34 asm goto(".balign "__stringify(JUMP_LABEL_NOP_SIZE)" \n" in arch_static_branch()
50 asm goto(".balign "__stringify(JUMP_LABEL_NOP_SIZE)" \n" in arch_static_branch_jump()
/arch/arc/kernel/
Djump_label.c88 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()
/arch/arm64/include/asm/
Djump_label.h17 #define JUMP_LABEL_NOP_SIZE AARCH64_INSN_SIZE macro
/arch/loongarch/include/asm/
Djump_label.h14 #define JUMP_LABEL_NOP_SIZE 4 macro
/arch/parisc/include/asm/
Djump_label.h11 #define JUMP_LABEL_NOP_SIZE 4 macro
/arch/riscv/include/asm/
Djump_label.h15 #define JUMP_LABEL_NOP_SIZE 4 macro
/arch/csky/include/asm/
Djump_label.h10 #define JUMP_LABEL_NOP_SIZE 4 macro
/arch/s390/include/asm/
Djump_label.h12 #define JUMP_LABEL_NOP_SIZE 6 macro
/arch/sparc/include/asm/
Djump_label.h9 #define JUMP_LABEL_NOP_SIZE 4 macro
/arch/xtensa/include/asm/
Djump_label.h11 #define JUMP_LABEL_NOP_SIZE 3 macro
/arch/arm/include/asm/
Djump_label.h10 #define JUMP_LABEL_NOP_SIZE 4 macro
/arch/powerpc/include/asm/
Djump_label.h16 #define JUMP_LABEL_NOP_SIZE 4 macro
/arch/mips/include/asm/
Djump_label.h18 #define JUMP_LABEL_NOP_SIZE 4 macro
/arch/xtensa/kernel/
Djump_label.c94 patch_text(jump_entry_code(e), &insn, JUMP_LABEL_NOP_SIZE); in arch_jump_label_transform()