Function report |
Source Code:mm\util.c |
Create Date:2022-07-28 14:21:45 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Check if the vma is being used as a stack by this task
Proto:int vma_is_stack_for_current(struct vm_area_struct *vma)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct vm_area_struct * | vma |
| 308 | struct task_struct * __maybe_unused t = current process |
| 310 | Return Our start address within vm_mm. <= KSTK_ESP(t) && The first byte after our end addresswithin vm_mm. >= KSTK_ESP(t) |
| 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 |