函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:This determines if the frame pointer actually contains an encoded pointer to* pt_regs on the stack. See ENCODE_FRAME_POINTER.

函数原型:static struct pt_regs *decode_frame_pointer(unsigned long *bp)

返回类型:struct pt_regs

参数:

类型参数名称
unsigned long *bp
173  regs等于bp
175  如果非regs按位与0x1的值则返回:NULL
178  返回:regs按位与0x1的反
调用者
名称描述
update_stack_state