函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:tlb_remove_page_size

函数原型:static inline void tlb_remove_page_size(struct mmu_gather *tlb, struct page *page, int page_size)

返回类型:void

参数:

类型参数名称
struct mmu_gather *tlb
struct page *page
intpage_size
416  如果__tlb_remove_page_size(tlb, page, page_size)则tlb_flush_mmu(tlb)
调用者
名称描述
__unmap_hugepage_range
zap_huge_pmd
tlb_remove_pagelb_remove_page* Similar to __tlb_remove_page but will call tlb_flush_mmu() itself when* required.