Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:inc_mm_tlb_gen

Proto:static inline u64 inc_mm_tlb_gen(struct mm_struct *mm)

Type:u64

Parameter:

TypeParameterName
struct mm_struct *mm
599  Return atomic64_inc_return( & Any code that needs to do any sort of TLB flushing for this* mm will first make its changes to the page tables, then* increment tlb_gen, then flush. This lets the low-level* flushing code keep track of what needs flushing.* This is not used on Xen PV.)