7 #include <linux/module.h>
13 #ifdef HAVE_JUMP_LABEL
45 static int __sm_arch_jump_label_transform(
void *
data)
49 __jump_label_transform(args->entry, args->type);
53 void arch_jump_label_transform(
struct jump_entry *entry,
56 struct insn_args
args;
61 stop_machine(__sm_arch_jump_label_transform, &args,
NULL);
64 void arch_jump_label_transform_static(
struct jump_entry *entry,
67 __jump_label_transform(entry, type);