Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:pte_free - free PTE-level user page table page*@mm: the mm_struct of the current context*@pte_page: the `struct page` representing the page table

Proto:static inline void pte_free(struct mm_struct *mm, struct page *pte_page)

Type:void

Parameter:

TypeParameterName
struct mm_struct *mm
struct page *pte_page
101  pgtable_pte_page_dtor(pte_page)
102  __free_page(pte_page)
Caller
NameDescribe
__pte_alloc
do_faultWe enter with non-exclusive mmap_sem (to exclude vma changes,* but allow concurrent faults)
__do_huge_pmd_anonymous_page
do_huge_pmd_anonymous_page
insert_pfn_pmd
copy_huge_pmd
zap_deposited_table