Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Some architectures may be able to avoid expensive synchronization* primitives when modifications are made to PTE's which are already* not present, or in the process of an address space destruction.

Proto:static inline void pte_clear_not_present_full(struct mm_struct *mm, unsigned long address, pte_t *ptep, int full)

Type:void

Parameter:

TypeParameterName
struct mm_struct *mm
unsigned longaddress
pte_t *ptep
intfull
201  pte_clear(mm, address, ptep)
Caller
NameDescribe
zap_pte_range
madvise_free_pte_range