Searched refs:jump_entry_code (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/ |
A D | jump_label.c | 24 insn_decode_kernel(&insn, (void *)jump_entry_code(entry)); in arch_jump_entry_size() 42 addr = (void *)jump_entry_code(entry); in __jump_label_patch() 101 text_poke_early((void *)jump_entry_code(entry), jlp.code, jlp.size); in __jump_label_transform() 105 text_poke_bp((void *)jump_entry_code(entry), jlp.code, jlp.size, NULL); in __jump_label_transform() 138 text_poke_queue((void *)jump_entry_code(entry), jlp.code, jlp.size, NULL); in arch_jump_label_transform_queue()
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | jump_label.c | 23 insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1; in jump_label_make_nop() 30 insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1; in jump_label_make_branch() 36 unsigned char *ipc = (unsigned char *)jump_entry_code(entry); in jump_label_bug() 50 void *code = (void *)jump_entry_code(entry); in jump_label_transform()
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | jump_label.c | 16 void *addr = (void *)jump_entry_code(entry); in arch_jump_label_transform() 20 insn = aarch64_insn_gen_branch_imm(jump_entry_code(entry), in arch_jump_label_transform()
|
/linux-6.3-rc2/kernel/ |
A D | jump_label.c | 54 if (jump_entry_code(jea) < jump_entry_code(jeb)) in jump_label_cmp() 57 if (jump_entry_code(jea) > jump_entry_code(jeb)) in jump_label_cmp() 339 if (jump_entry_code(entry) <= (unsigned long)end && in addr_conflict() 340 jump_entry_code(entry) + jump_entry_size(entry) > (unsigned long)start) in addr_conflict() 435 if (!kernel_text_address(jump_entry_code(entry))) { in jump_label_can_update() 446 (void *)jump_entry_code(entry)); in jump_label_can_update() 518 in_init = init_section_contains((void *)jump_entry_code(iter), 1); in jump_label_init() 641 in_init = within_module_init(jump_entry_code(iter), mod); in jump_label_add_module()
|
/linux-6.3-rc2/arch/riscv/kernel/ |
A D | jump_label.c | 20 void *addr = (void *)jump_entry_code(entry); in arch_jump_label_transform() 24 long offset = jump_entry_target(entry) - jump_entry_code(entry); in arch_jump_label_transform()
|
/linux-6.3-rc2/arch/csky/kernel/ |
A D | jump_label.c | 17 unsigned long addr = jump_entry_code(entry); in arch_jump_label_transform() 22 long offset = jump_entry_target(entry) - jump_entry_code(entry); in arch_jump_label_transform()
|
/linux-6.3-rc2/arch/xtensa/kernel/ |
A D | jump_label.c | 77 u32 d = (jump_entry_target(e) - (jump_entry_code(e) + 4)); in arch_jump_label_transform() 94 patch_text(jump_entry_code(e), &insn, JUMP_LABEL_NOP_SIZE); in arch_jump_label_transform()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | jump_label.c | 14 u32 *addr = (u32 *)jump_entry_code(entry); in arch_jump_label_transform()
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | jump_label.c | 24 void *addr = (void *)jump_entry_code(entry); in arch_jump_label_transform()
|
/linux-6.3-rc2/include/linux/ |
A D | jump_label.h | 123 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() function 142 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() function
|
Completed in 15 milliseconds