Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\kasan.h Create Date:2022-07-28 06:00:26
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kasan_poison_vmalloc

Proto:static inline void kasan_poison_vmalloc(const void *start, unsigned long size)

Type:void

Parameter:

TypeParameterName
const void *start
unsigned longsize

NULL

Caller
NameDescribe
vm_unmap_ramvm_unmap_ram - unmap linear kernel address space set up by vm_map_ram*@mem: the pointer returned by vm_map_ram*@count: the count passed to that vm_map_ram call (cannot unmap partial)
__vunmap