Searched refs:ideal_nop5 (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/x86/kernel/ |
D | jump_label.c | 37 memcpy(&code, ideal_nop5, 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()
|
D | alternative.c | 685 unsigned char ideal_nop5[5] = { 0x66, 0x66, 0x66, 0x66, 0x90 }; variable 687 unsigned char ideal_nop5[5] = { 0x3e, 0x8d, 0x74, 0x26, 0x00 }; variable 703 memcpy(ideal_nop5, p6_nops[5], 5); in arch_init_ideal_nop5()
|
D | ftrace.c | 265 return ideal_nop5; in ftrace_nop_replace()
|
/linux-2.6.39/arch/x86/include/asm/ |
D | alternative.h | 196 extern unsigned char ideal_nop5[IDEAL_NOP_SIZE_5];
|