Function report |
Source Code:mm\memory.c |
Create Date:2022-07-28 14:40:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:zap_vma_ptes - remove ptes mapping the vma*@vma: vm_area_struct holding ptes to be zapped*@address: starting address of pages to zap*@size: number of bytes to zap* This function only unmaps ptes assigned to VM_PFNMAP vmas.
Proto:void zap_vma_ptes(struct vm_area_struct *vma, unsigned long address, unsigned long size)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct vm_area_struct * | vma | |
unsigned long | address | |
unsigned long | size |
1402 | If address < Our start address within vm_mm. || address + size > The first byte after our end addresswithin vm_mm. || Not (Flags, see mm.h. & Page-ranges managed without "struct page", just pure PFN ) Then Return |
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 |