Home
last modified time | relevance | path

Searched refs:ideal_nop5 (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/x86/kernel/
Djump_label.c37 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()
Dalternative.c685 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()
Dftrace.c265 return ideal_nop5; in ftrace_nop_replace()
/linux-2.6.39/arch/x86/include/asm/
Dalternative.h196 extern unsigned char ideal_nop5[IDEAL_NOP_SIZE_5];