Searched refs:jump_entry_code (Results 1 – 7 of 7) sorted by relevance
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()
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() 377 if (jump_entry_code(entry) <= (unsigned long)end && in addr_conflict() 378 jump_entry_code(entry) + jump_entry_size(entry) > (unsigned long)start) in addr_conflict() 473 if (!kernel_text_address(jump_entry_code(entry))) { in jump_label_can_update() 484 (void *)jump_entry_code(entry)); in jump_label_can_update() 556 in_init = init_section_contains((void *)jump_entry_code(iter), 1); in jump_label_init() 717 in_init = within_module_init(jump_entry_code(ite in jump_label_add_module() [all...]
14 void *addr = (void *)jump_entry_code(entry); in arch_jump_label_transform()17 insn = larch_insn_gen_b(jump_entry_code(entry), jump_entry_target(entry)); in arch_jump_label_transform()
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()
21 void *addr = (void *)jump_entry_code(entry); in arch_jump_label_transform_queue()25 long offset = jump_entry_target(entry) - jump_entry_code(entry); in arch_jump_label_transform_queue()
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()
124 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() function143 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() function