Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:tlb_flush

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

Type:void

Parameter:

TypeParameterName
struct mmu_gather *tlb
16  start = 0UL , end = TLB_FLUSH_ALL
17  stride_shift = tlb_get_unmap_shift(tlb)
19  If Not we are in the middle of an operation to clear* a full mm and can make some optimizations && Not we have performed an operation which* requires a complete flush of the tlb Then
20  start = start
21  end = end
24  flush_tlb_mm_range(mm, start, end, stride_shift, we have removed page directories)
Caller
NameDescribe
tlb_flush_mmu_tlbonly