Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Djump_label.c20 char code[JUMP_LABEL_NOP_SIZE];
35 (entry->code + JUMP_LABEL_NOP_SIZE); in arch_jump_label_transform()
37 memcpy(&code, ideal_nop5, JUMP_LABEL_NOP_SIZE); in arch_jump_label_transform()
40 text_poke_smp((void *)entry->code, &code, JUMP_LABEL_NOP_SIZE); in arch_jump_label_transform()
47 text_poke_early((void *)addr, ideal_nop5, JUMP_LABEL_NOP_SIZE); in arch_jump_label_text_poke_early()
/linux-2.6.39/arch/sparc/include/asm/
Djump_label.h8 #define JUMP_LABEL_NOP_SIZE 4 macro
/linux-2.6.39/arch/x86/include/asm/
Djump_label.h9 #define JUMP_LABEL_NOP_SIZE 5 macro
/linux-2.6.39/arch/mips/include/asm/
Djump_label.h15 #define JUMP_LABEL_NOP_SIZE 4 macro
/linux-2.6.39/kernel/
Djump_label.c194 entry->code + JUMP_LABEL_NOP_SIZE > (unsigned long)start) in addr_conflict()