Home
last modified time | relevance | path

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

/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()
/arch/sparc/include/asm/
Djump_label.h8 #define JUMP_LABEL_NOP_SIZE 4 macro
/arch/arm64/include/asm/
Djump_label.h26 #define JUMP_LABEL_NOP_SIZE AARCH64_INSN_SIZE macro
/arch/arm/include/asm/
Djump_label.h8 #define JUMP_LABEL_NOP_SIZE 4 macro
/arch/s390/include/asm/
Djump_label.h6 #define JUMP_LABEL_NOP_SIZE 6 macro
/arch/mips/include/asm/
Djump_label.h15 #define JUMP_LABEL_NOP_SIZE 4 macro
/arch/x86/include/asm/
Djump_label.h11 #define JUMP_LABEL_NOP_SIZE 5 macro
/arch/powerpc/include/asm/
Djump_label.h19 #define JUMP_LABEL_NOP_SIZE 4 macro
/arch/s390/kernel/
Djump_label.c41 rc = probe_kernel_write((void *)entry->code, &insn, JUMP_LABEL_NOP_SIZE); in __jump_label_transform()