Function report |
Source Code:mm\memory.c |
Create Date:2022-07-28 14:43:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:follow_pte
Proto:static inline int follow_pte(struct mm_struct *mm, unsigned long address, pte_t **ptepp, spinlock_t **ptlp)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm | |
unsigned long | address | |
pte_t ** | ptepp | |
spinlock_t ** | ptlp |
4354 | __cond_lock( * ptlp, !(res = __follow_pte_pmd(mm, address, NULL, ptepp, NULL, ptlp))) |
4357 | Return res |
Name | Describe |
---|---|
follow_pfn | llow_pfn - look up PFN at a user virtual address*@vma: memory mapping*@address: user virtual address*@pfn: location to store found PFN* Only IO mappings and raw PFN mappings are allowed.* Return: zero and the pfn at @pfn on success, -ve otherwise. |
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 |