Searched refs:jump_entry_target (Results 1 – 7 of 7) sorted by relevance
22 insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1; in jump_label_make_nop()29 insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1; in jump_label_make_branch()
20 jump_entry_target(entry), in arch_jump_label_transform()
28 void *target = (void *)jump_entry_target(entry); in arch_jump_label_transform()
24 long offset = jump_entry_target(entry) - jump_entry_code(entry); in arch_jump_label_transform()
133 static inline unsigned long jump_entry_target(const struct jump_entry *entry) in jump_entry_target() function152 static inline unsigned long jump_entry_target(const struct jump_entry *entry) in jump_entry_target() function
77 u32 d = (jump_entry_target(e) - (jump_entry_code(e) + 4)); in arch_jump_label_transform()
40 dest = (void *)jump_entry_target(entry); in __jump_label_set_jump_code()