Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\kasan\generic.c Create Date:2022-07-28 15:53:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:memory_is_poisoned_16

Proto:static __always_inline bool memory_is_poisoned_16(unsigned long addr)

Type:bool

Parameter:

TypeParameterName
unsigned longaddr
79  shadow_addr = kasan_mem_to_shadow((void * )addr)
82  If Value for the false possibility is greater at compile time(!IS_ALIGNED(addr, KASAN_SHADOW_SCALE_SIZE)) Then Return shadow_addr || All functions below always inlined so compiler could* perform better optimizations in each of __asan_loadX/__assn_storeX* depending on memory access size X.
85  Return shadow_addr
Caller
NameDescribe
memory_is_poisoned