/openbmc/linux/arch/csky/kernel/ |
H A D | jump_label.c | 14 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() function 53 arch_jump_label_transform(entry, type); in arch_jump_label_transform_static()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | jump_label.c | 38 void arch_jump_label_transform(struct jump_entry *e, in arch_jump_label_transform() function 106 arch_jump_label_transform(iter, JUMP_LABEL_NOP); in jump_label_apply_nops()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | jump_label.c | 117 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() function 132 arch_jump_label_transform(entry, type); in arch_jump_label_transform_queue()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | jump_label.c | 11 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() function
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | jump_label.c | 11 void arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type) in arch_jump_label_transform() function
|
/openbmc/linux/arch/arm/kernel/ |
H A D | jump_label.c | 25 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() function
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | jump_label.c | 21 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() function
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | jump_label.c | 17 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() function
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | jump_label.c | 12 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() function
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | jump_label.h | 11 #define arch_jump_label_transform_static arch_jump_label_transform
|
/openbmc/linux/arch/s390/kernel/ |
H A D | jump_label.c | 65 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() function
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | jump_label.c | 74 void arch_jump_label_transform(struct jump_entry *e, in arch_jump_label_transform() function
|
/openbmc/linux/arch/arc/kernel/ |
H A D | jump_label.c | 82 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() function
|
/openbmc/linux/include/linux/ |
H A D | jump_label.h | 221 extern void arch_jump_label_transform(struct jump_entry *entry,
|
/openbmc/linux/kernel/ |
H A D | jump_label.c | 496 arch_jump_label_transform(entry, jump_label_type(entry)); in __jump_label_update()
|
/openbmc/linux/Documentation/staging/ |
H A D | static-keys.rst | 201 * ``void arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type)``,
|