Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:pte_lockptr

Proto:static inline spinlock_t *pte_lockptr(struct mm_struct *mm, pmd_t *pmd)

Type:spinlock_t

Parameter:

TypeParameterName
struct mm_struct *mm
pmd_t *pmd
1902  Return ptlock_ptr(pmd_page( * pmd))
Caller
NameDescribe
copy_pte_range
do_numa_page
handle_pte_faultThese routines also need to handle stuff like marking pages dirty* and/or accessed for architectures that don't do it in hardware (most* RISC architectures)
move_ptes
map_pte
page_vma_mapped_walkpage_vma_mapped_walk - check if @pvmw->page is mapped in @pvmw->vma at*@pvmw->address*@pvmw: pointer to struct page_vma_mapped_walk. page, vma, address and flags* must be set. pmd, pte and ptl must be NULL.* Returns true if the page is mapped in the vma
migration_entry_wait
collapse_huge_page