early_set_pages_stateRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: ✅void early_set_pages_state(long unsigned int paddr, unsigned int npages, enum psc_op op);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/sev.c (ffffffff83470d58)
Location: arch/x86/kernel/sev.c:663
Inline: False
Direct callers:
- arch/x86/kernel/sev.c:early_snp_set_memory_shared
- arch/x86/kernel/sev.c:early_snp_set_memory_private
Symbols:
ffffffff83470d58-ffffffff83470e4b: early_set_pages_state (STB_LOCAL)
6.2: ✅void early_set_pages_state(long unsigned int paddr, unsigned int npages, enum psc_op op);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/sev.c (ffffffff83e98120)
Location: arch/x86/kernel/sev.c:663
Inline: False
Direct callers:
- arch/x86/kernel/sev.c:snp_prep_memory
- arch/x86/kernel/sev.c:snp_prep_memory
Symbols:
ffffffff83e98120-ffffffff83e98218: early_set_pages_state (STB_LOCAL)
6.5: ✅void early_set_pages_state(long unsigned int vaddr, long unsigned int paddr, long unsigned int npages, enum psc_op op);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/sev.c (ffffffff810c0090)
Location: arch/x86/kernel/sev.c:658
Inline: False
Direct callers:
- arch/x86/kernel/sev.c:snp_prep_memory
- arch/x86/kernel/sev.c:snp_prep_memory
Symbols:
ffffffff810c0090-ffffffff810c0253: early_set_pages_state (STB_LOCAL)
6.8: ✅void early_set_pages_state(long unsigned int vaddr, long unsigned int paddr, long unsigned int npages, enum psc_op op);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/sev.c (ffffffff810c7480)
Location: arch/x86/kernel/sev.c:685
Inline: False
Direct callers:
- arch/x86/kernel/sev.c:snp_prep_memory
- arch/x86/kernel/sev.c:snp_prep_memory
Symbols:
ffffffff810c7480-ffffffff810c7643: early_set_pages_state (STB_LOCAL)
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular
5.19 and 6.2 ✅
6.2 and 6.5 ⚠️long unsigned int vaddr
paddr, npages, op ➡️ vaddr, paddr, npages, op
unsigned int npages ➡️ long unsigned int npages
6.5 and 6.8 ✅