jump_entry_code    15 arch/arm64/kernel/jump_label.c 	void *addr = (void *)jump_entry_code(entry);
jump_entry_code    19 arch/arm64/kernel/jump_label.c 		insn = aarch64_insn_gen_branch_imm(jump_entry_code(entry),
jump_entry_code    24 arch/parisc/kernel/jump_label.c 	void *addr = (void *)jump_entry_code(entry);
jump_entry_code    22 arch/s390/kernel/jump_label.c 	insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1;
jump_entry_code    29 arch/s390/kernel/jump_label.c 	insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1;
jump_entry_code    35 arch/s390/kernel/jump_label.c 	unsigned char *ipc = (unsigned char *)jump_entry_code(entry);
jump_entry_code    55 arch/s390/kernel/jump_label.c 	void *code = (void *)jump_entry_code(entry);
jump_entry_code    50 arch/x86/kernel/jump_label.c 		       (jump_entry_code(entry) + JUMP_LABEL_NOP_SIZE);
jump_entry_code    60 arch/x86/kernel/jump_label.c 	if (memcmp((void *)jump_entry_code(entry), expect, JUMP_LABEL_NOP_SIZE))
jump_entry_code    61 arch/x86/kernel/jump_label.c 		bug_at((void *)jump_entry_code(entry), line);
jump_entry_code    87 arch/x86/kernel/jump_label.c 		text_poke_early((void *)jump_entry_code(entry), &code,
jump_entry_code    92 arch/x86/kernel/jump_label.c 	text_poke_bp((void *)jump_entry_code(entry), &code, JUMP_LABEL_NOP_SIZE,
jump_entry_code    93 arch/x86/kernel/jump_label.c 		     (void *)jump_entry_code(entry) + JUMP_LABEL_NOP_SIZE);
jump_entry_code   131 arch/x86/kernel/jump_label.c 	entry_code = (void *)jump_entry_code(entry);
jump_entry_code    77 arch/xtensa/kernel/jump_label.c 	u32 d = (jump_entry_target(e) - (jump_entry_code(e) + 4));
jump_entry_code    94 arch/xtensa/kernel/jump_label.c 	patch_text(jump_entry_code(e), &insn, JUMP_LABEL_NOP_SIZE);
jump_entry_code    54 kernel/jump_label.c 	if (jump_entry_code(jea) < jump_entry_code(jeb))
jump_entry_code    57 kernel/jump_label.c 	if (jump_entry_code(jea) > jump_entry_code(jeb))
jump_entry_code   311 kernel/jump_label.c 	if (jump_entry_code(entry) <= (unsigned long)end &&
jump_entry_code   312 kernel/jump_label.c 	    jump_entry_code(entry) + JUMP_LABEL_NOP_SIZE > (unsigned long)start)
jump_entry_code   409 kernel/jump_label.c 	if (!kernel_text_address(jump_entry_code(entry))) {
jump_entry_code   412 kernel/jump_label.c 			  (void *)jump_entry_code(entry));
jump_entry_code   483 kernel/jump_label.c 		if (init_section_contains((void *)jump_entry_code(iter), 1))
jump_entry_code   624 kernel/jump_label.c 		if (within_module_init(jump_entry_code(iter), mod))