函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:This is an implementation of pmdp_establish() that is only suitable for an* architecture that doesn't have hardware dirty/accessed bits. In this case we* can't race with CPU which sets these bits and non-atomic aproach is fine.

函数原型:static inline pmd_t generic_pmdp_establish(struct vm_area_struct *vma, unsigned long address, pmd_t *pmdp, pmd_t pmd)

返回类型:pmd_t

参数:

类型参数名称
struct vm_area_struct *vma
unsigned longaddress
pmd_t *pmdp
pmd_tpmd
321  old_pmd等于pmdp
322  set_pmd_at(The address space we belong to. , address, pmdp, pmd)
323  返回:old_pmd