Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\asm-generic\tlb.h Create Date:2022-07-28 05:59:14
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__tlb_reset_range

Proto:static inline void __tlb_reset_range(struct mmu_gather *tlb)

Type:void

Parameter:

TypeParameterName
struct mmu_gather *tlb
304  If we are in the middle of an operation to clear* a full mm and can make some optimizations Then
305  start = end = ~0
306  Else
307  start = TASK_SIZE
308  end = 0
310  we have removed page directories = 0
311  at which levels have we cleared entries? = 0
312  cleared_pmds = 0
313  cleared_puds = 0
314  cleared_p4ds = 0
Caller
NameDescribe
tlb_gather_mmulb_gather_mmu - initialize an mmu_gather structure for page-table tear-down*@tlb: the mmu_gather structure to initialize*@mm: the mm_struct of the target address space*@start: start of the region that will be removed from the page-table*@end: end of the
tlb_finish_mmulb_finish_mmu - finish an mmu_gather structure*@tlb: the mmu_gather structure to finish*@start: start of the region that will be removed from the page-table*@end: end of the region that will be removed from the page-table* Called at the end of the