/linux-4.1.27/kernel/ |
D | jump_label.c | 35 const struct jump_entry *jea = a; in jump_label_cmp() 36 const struct jump_entry *jeb = b; in jump_label_cmp() 48 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries() 53 / sizeof(struct jump_entry)); in jump_label_sort_entries() 54 sort(start, size, sizeof(struct jump_entry), jump_label_cmp, NULL); in jump_label_sort_entries() 128 static int addr_conflict(struct jump_entry *entry, void *start, void *end) in addr_conflict() 137 static int __jump_label_text_reserved(struct jump_entry *iter_start, in __jump_label_text_reserved() 138 struct jump_entry *iter_stop, void *start, void *end) in __jump_label_text_reserved() 140 struct jump_entry *iter; in __jump_label_text_reserved() 158 void __weak __init_or_module arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static() [all …]
|
/linux-4.1.27/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() 61 static void __jump_label_transform(struct jump_entry *entry, in __jump_label_transform() 92 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() 103 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
|
/linux-4.1.27/include/linux/ |
D | jump_label.h | 69 struct jump_entry *entries; 109 inline struct jump_entry *jump_label_get_entries(struct static_key *key) in jump_label_get_entries() 111 return (struct jump_entry *)((unsigned long)key->entries in jump_label_get_entries() 133 extern struct jump_entry __start___jump_table[]; 134 extern struct jump_entry __stop___jump_table[]; 139 extern void arch_jump_label_transform(struct jump_entry *entry, 141 extern void arch_jump_label_transform_static(struct jump_entry *entry,
|
D | module.h | 332 struct jump_entry *jump_entries;
|
/linux-4.1.27/arch/arm/kernel/ |
D | jump_label.c | 8 static void __arch_jump_label_transform(struct jump_entry *entry, in __arch_jump_label_transform() 26 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() 32 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
|
/linux-4.1.27/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-4.1.27/arch/x86/kernel/ |
D | jump_label.c | 39 static void __jump_label_transform(struct jump_entry *entry, in __jump_label_transform() 105 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() 121 __init_or_module void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | jump_label.c | 15 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | jump_label.h | 27 struct jump_entry { struct
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | jump_label.h | 45 struct jump_entry { struct
|
/linux-4.1.27/arch/s390/include/asm/ |
D | jump_label.h | 30 struct jump_entry { struct
|
/linux-4.1.27/arch/arm/include/asm/ |
D | jump_label.h | 32 struct jump_entry { struct
|
/linux-4.1.27/arch/mips/include/asm/ |
D | jump_label.h | 48 struct jump_entry { struct
|
/linux-4.1.27/arch/x86/include/asm/ |
D | jump_label.h | 39 struct jump_entry { struct
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | jump_label.h | 40 struct jump_entry { struct
|
/linux-4.1.27/arch/sparc/kernel/ |
D | jump_label.c | 13 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
|
/linux-4.1.27/arch/mips/kernel/ |
D | jump_label.c | 40 void arch_jump_label_transform(struct jump_entry *e, in arch_jump_label_transform()
|
/linux-4.1.27/Documentation/ |
D | static-keys.txt | 156 * void arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type), 159 * __init_or_module void arch_jump_label_transform_static(struct jump_entry *entry, enum jump_label_… 163 * struct jump_entry, see: arch/x86/include/asm/jump_label.h
|