函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\unwind_orc.c Create Date:2022-07-27 09:50:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:stack_access_ok

函数原型:static bool stack_access_ok(struct unwind_state *state, unsigned long _addr, size_t len)

返回类型:bool

参数:

类型参数名称
struct unwind_state *state
unsigned long_addr
size_tlen
332  info等于stack_info
333  addr等于_addr
335  如果非on_stack(info, addr, len)且get_stack_info(addr, task, info, & stack_mask)则返回:false
339  返回:true
调用者
名称描述
deref_stack_reg
deref_stack_regs
deref_stack_iret_regs