函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\tlbflush.h Create Date:2022-07-27 06:54:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:inc_mm_tlb_gen

函数原型:static inline u64 inc_mm_tlb_gen(struct mm_struct *mm)

返回类型:u64

参数:

类型参数名称
struct mm_struct *mm
599  返回: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.)
调用者
名称描述
arch_tlbbatch_add_mm