函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:flush_cache_range

函数原型:static inline void flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end)

返回类型:void

参数:

类型参数名称
struct vm_area_struct *vma
unsigned longstart
unsigned longend

NULL

调用者
名称描述
kgdb_flush_swbreak_addrSome architectures need cache flushes when we set/clear a* breakpoint:
remap_pfn_rangemap_pfn_range - remap kernel memory to userspace*@vma: user vma to map to*@addr: target user address to start at*@pfn: physical address of kernel memory*@size: size of map area*@prot: page protection flags for this mapping
change_protection_range
move_page_tables
try_to_unmap_one@arg: enum ttu_flags will be passed to this argument
hugetlb_change_protection
wp_clean_pre_vmawp_clean_pre_vma - The pagewalk pre_vma callback.* The pre_vma callback performs the cache flush, stages the tlb flush* and calls the necessary mmu notifiers.