Searched refs:JUMP_LABEL_NOP_SIZE (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/arc/include/asm/
H A Djump_label.h10 #define JUMP_LABEL_NOP_SIZE 4 macro
34 asm goto(".balign "__stringify(JUMP_LABEL_NOP_SIZE)" \n"
50 asm goto(".balign "__stringify(JUMP_LABEL_NOP_SIZE)" \n"
/linux-master/arch/riscv/include/asm/
H A Djump_label.h15 #define JUMP_LABEL_NOP_SIZE 4 macro
/linux-master/arch/loongarch/include/asm/
H A Djump_label.h14 #define JUMP_LABEL_NOP_SIZE 4 macro
/linux-master/arch/arm64/include/asm/
H A Djump_label.h16 #define JUMP_LABEL_NOP_SIZE AARCH64_INSN_SIZE macro
/linux-master/arch/sparc/include/asm/
H A Djump_label.h9 #define JUMP_LABEL_NOP_SIZE 4 macro
/linux-master/arch/arm/include/asm/
H A Djump_label.h10 #define JUMP_LABEL_NOP_SIZE 4 macro
/linux-master/arch/csky/include/asm/
H A Djump_label.h10 #define JUMP_LABEL_NOP_SIZE 4 macro
/linux-master/arch/parisc/include/asm/
H A Djump_label.h11 #define JUMP_LABEL_NOP_SIZE 4 macro
/linux-master/arch/s390/include/asm/
H A Djump_label.h12 #define JUMP_LABEL_NOP_SIZE 6 macro
/linux-master/arch/xtensa/include/asm/
H A Djump_label.h11 #define JUMP_LABEL_NOP_SIZE 3 macro
/linux-master/arch/powerpc/include/asm/
H A Djump_label.h16 #define JUMP_LABEL_NOP_SIZE 4 macro
/linux-master/arch/mips/include/asm/
H A Djump_label.h21 #define JUMP_LABEL_NOP_SIZE 4 macro
/linux-master/arch/arc/kernel/
H A Djump_label.c88 instruction_align_assert(instr_addr, JUMP_LABEL_NOP_SIZE);
96 flush_icache_range(entry->code, entry->code + JUMP_LABEL_NOP_SIZE);
/linux-master/arch/xtensa/kernel/
H A Djump_label.c94 patch_text(jump_entry_code(e), &insn, JUMP_LABEL_NOP_SIZE); local
/linux-master/include/linux/
H A Djump_label.h179 #ifdef JUMP_LABEL_NOP_SIZE
180 return JUMP_LABEL_NOP_SIZE;

Completed in 151 milliseconds