Searched refs:arch_jump_label_transform_static (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/arch/arm64/kernel/ |
D | jump_label.c | 29 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static() function
|
/Linux-v5.10/arch/parisc/kernel/ |
D | jump_label.c | 46 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static() function
|
/Linux-v5.10/arch/arm/kernel/ |
D | jump_label.c | 31 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static() function
|
/Linux-v5.10/arch/riscv/kernel/ |
D | jump_label.c | 43 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static() function
|
/Linux-v5.10/arch/s390/kernel/ |
D | jump_label.c | 86 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static() function
|
/Linux-v5.10/arch/arc/kernel/ |
D | jump_label.c | 99 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static() function
|
/Linux-v5.10/arch/x86/kernel/ |
D | jump_label.c | 136 __init_or_module void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static() function
|
/Linux-v5.10/kernel/ |
D | jump_label.c | 339 void __weak __init_or_module arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static() function 481 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_init() 609 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_apply_nops()
|
/Linux-v5.10/include/linux/ |
D | jump_label.h | 216 extern void arch_jump_label_transform_static(struct jump_entry *entry,
|
/Linux-v5.10/Documentation/staging/ |
D | static-keys.rst | 204 * ``__init_or_module void arch_jump_label_transform_static(struct jump_entry *entry, enum jump_labe…
|