__jump_label_set_jump_codeRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: ✅void __jump_label_set_jump_code(struct jump_entry *entry, enum jump_label_type type, union jump_code_union *code, int init);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/jump_label.c (ffffffff81037290)
Location: arch/x86/kernel/jump_label.c:38
Inline: False
Direct callers:
- arch/x86/kernel/jump_label.c:arch_jump_label_transform_queue
- arch/x86/kernel/jump_label.c:__jump_label_transform
Symbols:
ffffffff81037290-ffffffff81037368: __jump_label_set_jump_code (STB_LOCAL)
5.4: ✅void __jump_label_set_jump_code(struct jump_entry *entry, enum jump_label_type type, union jump_code_union *code, int init);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/jump_label.c (ffffffff81037a60)
Location: arch/x86/kernel/jump_label.c:38
Inline: False
Direct callers:
- arch/x86/kernel/jump_label.c:arch_jump_label_transform_queue
- arch/x86/kernel/jump_label.c:__jump_label_transform
Symbols:
ffffffff81037a60-ffffffff81037b38: __jump_label_set_jump_code (STB_LOCAL)
5.8: ✅const void *__jump_label_set_jump_code(struct jump_entry *entry, enum jump_label_type type, int init);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/jump_label.c (ffffffff81039960)
Location: arch/x86/kernel/jump_label.c:31
Inline: False
Direct callers:
- arch/x86/kernel/jump_label.c:arch_jump_label_transform_queue
- arch/x86/kernel/jump_label.c:jump_label_transform
Symbols:
ffffffff81039960-ffffffff81039a48: __jump_label_set_jump_code (STB_LOCAL)
5.11: ✅const void *__jump_label_set_jump_code(struct jump_entry *entry, enum jump_label_type type, int init);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/jump_label.c (ffffffff8103a190)
Location: arch/x86/kernel/jump_label.c:31
Inline: False
Direct callers:
- arch/x86/kernel/jump_label.c:arch_jump_label_transform_queue
- arch/x86/kernel/jump_label.c:jump_label_transform
Symbols:
ffffffff8103a190-ffffffff8103a278: __jump_label_set_jump_code (STB_LOCAL)
5.13: ✅const void *__jump_label_set_jump_code(struct jump_entry *entry, enum jump_label_type type);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/jump_label.c (ffffffff8103bc60)
Location: arch/x86/kernel/jump_label.c:31
Inline: False
Direct callers:
- arch/x86/kernel/jump_label.c:arch_jump_label_transform_queue
- arch/x86/kernel/jump_label.c:jump_label_transform
Symbols:
ffffffff8103bc60-ffffffff8103bd02: __jump_label_set_jump_code (STB_LOCAL)
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: ✅void __jump_label_set_jump_code(struct jump_entry *entry, enum jump_label_type type, union jump_code_union *code, int init);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/jump_label.c (ffffffff81037bc0)
Location: arch/x86/kernel/jump_label.c:38
Inline: False
Direct callers:
- arch/x86/kernel/jump_label.c:arch_jump_label_transform_queue
- arch/x86/kernel/jump_label.c:__jump_label_transform
Symbols:
ffffffff81037bc0-ffffffff81037c98: __jump_label_set_jump_code (STB_LOCAL)
azure: ✅void __jump_label_set_jump_code(struct jump_entry *entry, enum jump_label_type type, union jump_code_union *code, int init);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/jump_label.c (ffffffff810275a0)
Location: arch/x86/kernel/jump_label.c:38
Inline: False
Direct callers:
- arch/x86/kernel/jump_label.c:arch_jump_label_transform_queue
- arch/x86/kernel/jump_label.c:__jump_label_transform
Symbols:
ffffffff810275a0-ffffffff81027678: __jump_label_set_jump_code (STB_LOCAL)
gcp: ✅void __jump_label_set_jump_code(struct jump_entry *entry, enum jump_label_type type, union jump_code_union *code, int init);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/jump_label.c (ffffffff81037a20)
Location: arch/x86/kernel/jump_label.c:38
Inline: False
Direct callers:
- arch/x86/kernel/jump_label.c:arch_jump_label_transform_queue
- arch/x86/kernel/jump_label.c:__jump_label_transform
Symbols:
ffffffff81037a20-ffffffff81037af8: __jump_label_set_jump_code (STB_LOCAL)
lowlatency: ✅void __jump_label_set_jump_code(struct jump_entry *entry, enum jump_label_type type, union jump_code_union *code, int init);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/jump_label.c (ffffffff81038a20)
Location: arch/x86/kernel/jump_label.c:38
Inline: False
Direct callers:
- arch/x86/kernel/jump_label.c:arch_jump_label_transform_queue
- arch/x86/kernel/jump_label.c:__jump_label_transform
Symbols:
ffffffff81038a20-ffffffff81038af8: __jump_label_set_jump_code (STB_LOCAL)
Regular
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️union jump_code_union *code
entry, type, code, init ➡️ entry, type, init
void ➡️ const void *
5.8 and 5.11 ✅
5.11 and 5.13 ⚠️int init
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅