/Linux-v4.19/kernel/ |
D | jump_label.c | 38 const struct jump_entry *jea = a; in jump_label_cmp() 39 const struct jump_entry *jeb = b; in jump_label_cmp() 51 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries() 56 / sizeof(struct jump_entry)); in jump_label_sort_entries() 57 sort(start, size, sizeof(struct jump_entry), jump_label_cmp, NULL); in jump_label_sort_entries() 262 static int addr_conflict(struct jump_entry *entry, void *start, void *end) in addr_conflict() 271 static int __jump_label_text_reserved(struct jump_entry *iter_start, in __jump_label_text_reserved() 272 struct jump_entry *iter_stop, void *start, void *end) in __jump_label_text_reserved() 274 struct jump_entry *iter; in __jump_label_text_reserved() 292 void __weak __init_or_module arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static() [all …]
|
/Linux-v4.19/arch/s390/kernel/ |
D | jump_label.c | 21 struct jump_entry *entry; 25 static void jump_label_make_nop(struct jump_entry *entry, struct insn *insn) in jump_label_make_nop() 32 static void jump_label_make_branch(struct jump_entry *entry, struct insn *insn) in jump_label_make_branch() 39 static void jump_label_bug(struct jump_entry *entry, struct insn *expected, in jump_label_bug() 58 static void __jump_label_transform(struct jump_entry *entry, in __jump_label_transform() 89 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() 100 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
|
/Linux-v4.19/arch/arm/kernel/ |
D | jump_label.c | 9 static void __arch_jump_label_transform(struct jump_entry *entry, in __arch_jump_label_transform() 27 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() 33 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
|
/Linux-v4.19/include/linux/ |
D | jump_label.h | 108 struct jump_entry *entries; 150 extern struct jump_entry __start___jump_table[]; 151 extern struct jump_entry __stop___jump_table[]; 157 extern void arch_jump_label_transform(struct jump_entry *entry, 159 extern void arch_jump_label_transform_static(struct jump_entry *entry,
|
D | module.h | 437 struct jump_entry *jump_entries;
|
/Linux-v4.19/arch/arm64/kernel/ |
D | jump_label.c | 25 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() 42 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
|
/Linux-v4.19/arch/x86/kernel/ |
D | jump_label.c | 40 static void __ref __jump_label_transform(struct jump_entry *entry, in __jump_label_transform() 109 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() 123 __init_or_module void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | jump_label.c | 15 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | jump_label.h | 45 struct jump_entry { struct
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | jump_label.h | 59 struct jump_entry { struct
|
/Linux-v4.19/arch/s390/include/asm/ |
D | jump_label.h | 47 struct jump_entry { struct
|
/Linux-v4.19/arch/arm/include/asm/ |
D | jump_label.h | 42 struct jump_entry { struct
|
/Linux-v4.19/arch/mips/include/asm/ |
D | jump_label.h | 63 struct jump_entry { struct
|
/Linux-v4.19/arch/sparc/kernel/ |
D | jump_label.c | 14 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | jump_label.h | 56 struct jump_entry { struct
|
/Linux-v4.19/arch/mips/kernel/ |
D | jump_label.c | 40 void arch_jump_label_transform(struct jump_entry *e, in arch_jump_label_transform()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | jump_label.h | 71 struct jump_entry { struct
|
/Linux-v4.19/Documentation/ |
D | static-keys.txt | 186 struct jump_entry table must be at least 4-byte aligned because the 201 * ``void arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type)``, 204 * ``__init_or_module void arch_jump_label_transform_static(struct jump_entry *entry, enum jump_labe… 207 * ``struct jump_entry``,
|