Home
last modified time | relevance | path

Searched refs:jump_entry (Results 1 – 14 of 14) sorted by relevance

/linux/kernel/
H A Djump_label.c37 const struct jump_entry *jea = a; in jump_label_cmp()
38 const struct jump_entry *jeb = b; in jump_label_cmp()
66 struct jump_entry *jea = a; in jump_label_swap()
67 struct jump_entry *jeb = b; in jump_label_swap()
68 struct jump_entry tmp = *jea; in jump_label_swap()
80 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries()
89 / sizeof(struct jump_entry)); in jump_label_sort_entries()
90 sort(start, size, sizeof(struct jump_entry), jump_label_cmp, swapfn); in jump_label_sort_entries()
375 static int addr_conflict(struct jump_entry *entry, void *start, void *end) in addr_conflict()
384 static int __jump_label_text_reserved(struct jump_entry *iter_start, in __jump_label_text_reserved()
[all …]
/linux/arch/s390/kernel/
H A Djump_label.c19 static void jump_label_make_nop(struct jump_entry *entry, struct insn *insn) in jump_label_make_nop()
26 static void jump_label_make_branch(struct jump_entry *entry, struct insn *insn) in jump_label_make_branch()
33 static void jump_label_bug(struct jump_entry *entry, struct insn *expected, in jump_label_bug()
47 static void jump_label_transform(struct jump_entry *entry, in jump_label_transform()
65 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
72 bool arch_jump_label_transform_queue(struct jump_entry *entry, in arch_jump_label_transform_queue()
/linux/arch/mips/kernel/
H A Djump_label.c38 void arch_jump_label_transform(struct jump_entry *e, in arch_jump_label_transform()
95 struct jump_entry *iter_start = mod->jump_entries; in jump_label_apply_nops()
96 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries; in jump_label_apply_nops()
97 struct jump_entry *iter; in jump_label_apply_nops()
/linux/arch/csky/kernel/
H A Djump_label.c14 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
43 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/linux/arch/loongarch/kernel/
H A Djump_label.c12 bool arch_jump_label_transform_queue(struct jump_entry *entry, enum jump_label_type type) in arch_jump_label_transform_queue()
/linux/arch/csky/include/asm/
H A Djump_label.h47 void arch_jump_label_transform_static(struct jump_entry *entry,
/linux/arch/xtensa/include/asm/
H A Djump_label.h58 struct jump_entry { struct
/linux/arch/arc/include/asm/
H A Djump_label.h65 struct jump_entry { struct
/linux/arch/sparc/kernel/
H A Djump_label.c12 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
/linux/arch/x86/include/asm/
H A Djump_label.h57 extern int arch_jump_entry_size(struct jump_entry *entry);
/linux/arch/riscv/kernel/
H A Djump_label.c18 bool arch_jump_label_transform_queue(struct jump_entry *entry, in arch_jump_label_transform_queue()
/linux/arch/mips/include/asm/
H A Djump_label.h73 struct jump_entry { struct
/linux/arch/xtensa/kernel/
H A Djump_label.c74 void arch_jump_label_transform(struct jump_entry *e, in arch_jump_label_transform()
/linux/arch/arc/kernel/
H A Djump_label.c82 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()