Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm | |
struct page * | pte_page |
102 | __free_page(pte_page) |
Name | Describe |
---|---|
__pte_alloc | |
do_fault | We 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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |