1 #include <linux/kernel.h>
27 void arch_jump_label_transform(
struct jump_entry *entry,
30 __arch_jump_label_transform(entry, type,
false);
33 void arch_jump_label_transform_static(
struct jump_entry *entry,
36 __arch_jump_label_transform(entry, type,
true);