Searched refs:jump_entry_code (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/loongarch/kernel/
H A Djump_label.c14 void *addr = (void *)jump_entry_code(entry);
17 insn = larch_insn_gen_b(jump_entry_code(entry), jump_entry_target(entry));
/linux-master/arch/arm64/kernel/
H A Djump_label.c16 void *addr = (void *)jump_entry_code(entry);
20 insn = aarch64_insn_gen_branch_imm(jump_entry_code(entry),
/linux-master/arch/powerpc/kernel/
H A Djump_label.c14 u32 *addr = (u32 *)jump_entry_code(entry);
/linux-master/arch/s390/kernel/
H A Djump_label.c23 insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1;
30 insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1;
36 unsigned char *ipc = (unsigned char *)jump_entry_code(entry);
50 void *code = (void *)jump_entry_code(entry);
/linux-master/arch/riscv/kernel/
H A Djump_label.c20 void *addr = (void *)jump_entry_code(entry);
24 long offset = jump_entry_target(entry) - jump_entry_code(entry);
/linux-master/arch/csky/kernel/
H A Djump_label.c17 unsigned long addr = jump_entry_code(entry);
22 long offset = jump_entry_target(entry) - jump_entry_code(entry);
/linux-master/arch/x86/kernel/
H A Djump_label.c24 insn_decode_kernel(&insn, (void *)jump_entry_code(entry));
42 addr = (void *)jump_entry_code(entry);
101 text_poke_early((void *)jump_entry_code(entry), jlp.code, jlp.size);
105 text_poke_bp((void *)jump_entry_code(entry), jlp.code, jlp.size, NULL);
138 text_poke_queue((void *)jump_entry_code(entry), jlp.code, jlp.size, NULL);
/linux-master/arch/parisc/kernel/
H A Djump_label.c24 void *addr = (void *)jump_entry_code(entry);
/linux-master/arch/xtensa/kernel/
H A Djump_label.c77 u32 d = (jump_entry_target(e) - (jump_entry_code(e) + 4));
94 patch_text(jump_entry_code(e), &insn, JUMP_LABEL_NOP_SIZE);
/linux-master/kernel/
H A Djump_label.c54 if (jump_entry_code(jea) < jump_entry_code(jeb))
57 if (jump_entry_code(jea) > jump_entry_code(jeb))
339 if (jump_entry_code(entry) <= (unsigned long)end &&
340 jump_entry_code(entry) + jump_entry_size(entry) > (unsigned long)start)
435 if (!kernel_text_address(jump_entry_code(entry))) {
446 (void *)jump_entry_code(entry));
518 in_init = init_section_contains((void *)jump_entry_code(iter), 1);
641 in_init = within_module_init(jump_entry_code(ite
[all...]
/linux-master/include/linux/
H A Djump_label.h123 static inline unsigned long jump_entry_code(const struct jump_entry *entry) function
142 static inline unsigned long jump_entry_code(const struct jump_entry *entry) function

Completed in 142 milliseconds