Searched refs:arch_jump_label_transform_static (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/arch/arm64/kernel/ |
D | jump_label.c | 30 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static() function
|
/Linux-v5.15/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.15/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.15/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.15/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.15/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.15/arch/x86/kernel/ |
D | jump_label.c | 156 __init_or_module void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static() function
|
/Linux-v5.15/kernel/ |
D | jump_label.c | 341 void __weak __init_or_module arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static() function 492 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_init() 620 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_apply_nops()
|
/Linux-v5.15/include/linux/ |
D | jump_label.h | 228 extern void arch_jump_label_transform_static(struct jump_entry *entry,
|
/Linux-v5.15/Documentation/staging/ |
D | static-keys.rst | 204 * ``__init_or_module void arch_jump_label_transform_static(struct jump_entry *entry, enum jump_labe…
|