Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\thread_info.h Create Date:2022-07-28 05:35:14
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Walks up the stack frames to make sure that the specified object is* entirely contained by a single stack frame

Proto:static inline int arch_within_stack_frames(const void *const stack, const void *const stackend, const void *obj, unsigned long len)

Type:int

Parameter:

TypeParameterName
const void *conststack
const void *conststackend
const void *obj
unsigned longlen
218  Return NOT_STACK
Caller
NameDescribe
check_stack_objectChecks if a given pointer and length is contained by the current* stack frame (if possible)