Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
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)