函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:lone_pgd_range(pgd_t *dst, pgd_t *src, int count);* dst and src can be on the same page, but the range must not overlap,* and must not cross a page boundary.

函数原型:static inline void clone_pgd_range(pgd_t *dst, pgd_t *src, int count)

返回类型:void

参数:

类型参数名称
pgd_t *dst pointer to pgd range anwhere on a pgd page
pgd_t *src ""
intcount the number of pgds to copy.
1299  内存复制( pointer to pgd range anwhere on a pgd page, "", the number of pgds to copy. * sizeof(pgd_t))
调用者
名称描述
setup_arch平台相关启动