Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:huge_pte_lockptr

Proto:static inline spinlock_t *huge_pte_lockptr(struct hstate *h, struct mm_struct *mm, pte_t *pte)

Type:spinlock_t

Parameter:

TypeParameterName
struct hstate *h
struct mm_struct *mm
pte_t *pte
629  If huge_page_size(h) == PMD_SIZE Then Return pmd_lockptr(mm, (pmd_t * )pte)
631  VM_BUG_ON(huge_page_size(h) == PAGE_SIZE)
632  Return Protects page tables and some * counters
Caller
NameDescribe
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
copy_hugetlb_page_range
hugetlb_mcopy_atomic_pteUsed by userfaultfd UFFDIO_COPY. Based on mcopy_atomic_pte with* modifications for huge pages.
migration_entry_wait_huge