Function report |
Source Code:mm\mmap.c |
Create Date:2022-07-28 14:49:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Split a vma into two pieces at address 'addr', a new vma is allocated* either for the first part or the tail.
Proto:int split_vma(struct mm_struct *mm, struct vm_area_struct *vma, unsigned long addr, int new_below)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm | |
struct vm_area_struct * | vma | |
unsigned long | addr | |
int | new_below |
2701 | If number of VMAs >= sysctl_max_map_count Then Return -ENOMEM |
Name | Describe |
---|---|
mprotect_fixup | |
mbind_range | Step 2: apply policy to a range and do splits. |
userfaultfd_register | |
userfaultfd_unregister |
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 |