Function report |
Source Code:arch\x86\include\asm\pgalloc.h |
Create Date:2022-07-28 05:55:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pmd_populate_kernel_safe
Proto:static inline void pmd_populate_kernel_safe(struct mm_struct *mm, pmd_t *pmd, pte_t *pte)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm | |
pmd_t * | pmd | |
pte_t * | pte |
74 | set_pmd_safe(pmd, __pmd(__pa(pte) | _PAGE_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 |