JUMP_LABEL_NOP_SIZE   20 arch/x86/kernel/jump_label.c 	char code[JUMP_LABEL_NOP_SIZE];
JUMP_LABEL_NOP_SIZE   50 arch/x86/kernel/jump_label.c 		       (jump_entry_code(entry) + JUMP_LABEL_NOP_SIZE);
JUMP_LABEL_NOP_SIZE   60 arch/x86/kernel/jump_label.c 	if (memcmp((void *)jump_entry_code(entry), expect, JUMP_LABEL_NOP_SIZE))
JUMP_LABEL_NOP_SIZE   64 arch/x86/kernel/jump_label.c 		memcpy(code, ideal_nop, JUMP_LABEL_NOP_SIZE);
JUMP_LABEL_NOP_SIZE   88 arch/x86/kernel/jump_label.c 				JUMP_LABEL_NOP_SIZE);
JUMP_LABEL_NOP_SIZE   92 arch/x86/kernel/jump_label.c 	text_poke_bp((void *)jump_entry_code(entry), &code, JUMP_LABEL_NOP_SIZE,
JUMP_LABEL_NOP_SIZE   93 arch/x86/kernel/jump_label.c 		     (void *)jump_entry_code(entry) + JUMP_LABEL_NOP_SIZE);
JUMP_LABEL_NOP_SIZE  153 arch/x86/kernel/jump_label.c 	tp->detour = entry_code + JUMP_LABEL_NOP_SIZE;
JUMP_LABEL_NOP_SIZE  154 arch/x86/kernel/jump_label.c 	tp->len = JUMP_LABEL_NOP_SIZE;
JUMP_LABEL_NOP_SIZE   94 arch/xtensa/kernel/jump_label.c 	patch_text(jump_entry_code(e), &insn, JUMP_LABEL_NOP_SIZE);
JUMP_LABEL_NOP_SIZE  312 kernel/jump_label.c 	    jump_entry_code(entry) + JUMP_LABEL_NOP_SIZE > (unsigned long)start)