Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kasan_remove_pte_table

Proto:static void kasan_remove_pte_table(pte_t *pte, unsigned long addr, unsigned long end)

Type:void

Parameter:

TypeParameterName
pte_t *pte
unsigned longaddr
unsigned longend
362  When addr < end cycle
363  next = addr + PAGE_SIZE & PAGE_MASK
364  If next > end Then next = end
367  If Not pte_present( * pte) Then Continue
370  If WARN_ON(!kasan_early_shadow_page_entry( * pte)) Then Continue
372  pte_clear( & For dynamically allocated mm_structs, there is a dynamically sized cpumask* at the end of the structure, the size of which depends on the maximum CPU* number the system can see, addr, pte)
Caller
NameDescribe
kasan_remove_pmd_table