Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:flush_cache_range

Proto:static inline void flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end)

Type:void

Parameter:

TypeParameterName
struct vm_area_struct *vma
unsigned longstart
unsigned longend

NULL

Caller
NameDescribe
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.