Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\power\snapshot.c Create Date:2022-07-28 10:00:59
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:copy_data_page

Proto:static inline void copy_data_page(unsigned long dst_pfn, unsigned long src_pfn)

Type:void

Parameter:

TypeParameterName
unsigned longdst_pfn
unsigned longsrc_pfn
1405  safe_copy_page - Copy a page in a safe way.* Check if the page we are going to copy is marked as present in the kernel* page tables. This always is the case if CONFIG_DEBUG_PAGEALLOC or* CONFIG_ARCH_HAS_SET_DIRECT_MAP is not set
Caller
NameDescribe
copy_data_pages