check_addr
Regular
4.4
: ✅int check_addr(char *name, struct device *hwdev, dma_addr_t bus, size_t size);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/pci-nommu.c (ffffffff81036d90)
Location: arch/x86/kernel/pci-nommu.c:15
Inline: False
Direct callers:
- arch/x86/kernel/pci-nommu.c:nommu_map_sg
- arch/x86/kernel/pci-nommu.c:nommu_map_page
Symbols:
ffffffff81036d90-ffffffff81036dec: check_addr (STB_LOCAL)
4.8
: ✅int check_addr(char *name, struct device *hwdev, dma_addr_t bus, size_t size);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/pci-nommu.c (ffffffff81035f90)
Location: arch/x86/kernel/pci-nommu.c:15
Inline: False
Direct callers:
- arch/x86/kernel/pci-nommu.c:nommu_map_sg
- arch/x86/kernel/pci-nommu.c:nommu_map_page
Symbols:
ffffffff81035f90-ffffffff81035fec: check_addr (STB_LOCAL)
4.10
: ✅int check_addr(char *name, struct device *hwdev, dma_addr_t bus, size_t size);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/pci-nommu.c (ffffffff81035cc0)
Location: arch/x86/kernel/pci-nommu.c:15
Inline: False
Direct callers:
- arch/x86/kernel/pci-nommu.c:nommu_map_sg
- arch/x86/kernel/pci-nommu.c:nommu_map_page
Symbols:
ffffffff81035cc0-ffffffff81035d1c: check_addr (STB_LOCAL)
4.13
: ✅int check_addr(char *name, struct device *hwdev, dma_addr_t bus, size_t size);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/pci-nommu.c (ffffffff81033c90)
Location: arch/x86/kernel/pci-nommu.c:17
Inline: False
Direct callers:
- arch/x86/kernel/pci-nommu.c:nommu_map_sg
- arch/x86/kernel/pci-nommu.c:nommu_map_page
Symbols:
ffffffff81033c90-ffffffff81033cde: check_addr (STB_LOCAL)
4.15
: ✅int check_addr(char *name, struct device *hwdev, dma_addr_t bus, size_t size);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/pci-nommu.c (ffffffff81035fd0)
Location: arch/x86/kernel/pci-nommu.c:18
Inline: False
Direct callers:
- arch/x86/kernel/pci-nommu.c:nommu_map_sg
- arch/x86/kernel/pci-nommu.c:nommu_map_page
Symbols:
ffffffff81035fd0-ffffffff8103601e: check_addr (STB_LOCAL)
4.18
: ✅bool check_addr(struct device *dev, dma_addr_t dma_addr, size_t size, const char *caller);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In kernel/dma/direct.c (ffffffff8110cfc0)
Location: kernel/dma/direct.c:33
Inline: False
Direct callers:
- kernel/dma/direct.c:dma_direct_map_page
Symbols:
ffffffff8110cfc0-ffffffff8110d03b: check_addr (STB_LOCAL)
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
⚠️struct device *dev
dma_addr_t dma_addr
const char *caller
char *name
struct device *hwdev
dma_addr_t bus
name, hwdev, bus, size
➡️ dev, dma_addr, size, caller
int
➡️ bool