Searched refs:arch_jump_label_transform (Results  1 – 14 of 14) sorted by relevance
| /Linux-v5.10/arch/x86/kernel/ | 
| D | jump_label.c | 96 void arch_jump_label_transform(struct jump_entry *entry,  in arch_jump_label_transform()  function111 		arch_jump_label_transform(entry, type);  in arch_jump_label_transform_queue()
 
 | 
| /Linux-v5.10/arch/powerpc/kernel/ | 
| D | jump_label.c | 11 void arch_jump_label_transform(struct jump_entry *entry,  in arch_jump_label_transform()  function
 | 
| /Linux-v5.10/arch/arm64/kernel/ | 
| D | jump_label.c | 12 void arch_jump_label_transform(struct jump_entry *entry,  in arch_jump_label_transform()  function
 | 
| /Linux-v5.10/arch/parisc/kernel/ | 
| D | jump_label.c | 21 void arch_jump_label_transform(struct jump_entry *entry,  in arch_jump_label_transform()  function
 | 
| /Linux-v5.10/arch/arm/kernel/ | 
| D | jump_label.c | 25 void arch_jump_label_transform(struct jump_entry *entry,  in arch_jump_label_transform()  function
 | 
| /Linux-v5.10/arch/sparc/kernel/ | 
| D | jump_label.c | 12 void arch_jump_label_transform(struct jump_entry *entry,  in arch_jump_label_transform()  function
 | 
| /Linux-v5.10/arch/riscv/kernel/ | 
| D | jump_label.c | 17 void arch_jump_label_transform(struct jump_entry *entry,  in arch_jump_label_transform()  function
 | 
| /Linux-v5.10/arch/mips/kernel/ | 
| D | jump_label.c | 38 void arch_jump_label_transform(struct jump_entry *e,  in arch_jump_label_transform()  function
 | 
| /Linux-v5.10/arch/xtensa/kernel/ | 
| D | jump_label.c | 74 void arch_jump_label_transform(struct jump_entry *e,  in arch_jump_label_transform()  function
 | 
| /Linux-v5.10/arch/s390/kernel/ | 
| D | jump_label.c | 79 void arch_jump_label_transform(struct jump_entry *entry,  in arch_jump_label_transform()  function
 | 
| /Linux-v5.10/arch/arc/kernel/ | 
| D | jump_label.c | 82 void arch_jump_label_transform(struct jump_entry *entry,  in arch_jump_label_transform()  function
 | 
| /Linux-v5.10/kernel/ | 
| D | jump_label.c | 342 	arch_jump_label_transform(entry, type);  in arch_jump_label_transform_static()427 			arch_jump_label_transform(entry, jump_label_type(entry));  in __jump_label_update()
 
 | 
| /Linux-v5.10/include/linux/ | 
| D | jump_label.h | 214 extern void arch_jump_label_transform(struct jump_entry *entry,
 | 
| /Linux-v5.10/Documentation/staging/ | 
| D | static-keys.rst | 201 * ``void arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type)``,
 |