Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\unwind_orc.c Create Date:2022-07-28 08:50:59
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:deref_stack_iret_regs

Proto:static bool deref_stack_iret_regs(struct unwind_state *state, unsigned long addr, unsigned long *ip, unsigned long *sp)

Type:bool

Parameter:

TypeParameterName
struct unwind_state *state
unsigned longaddr
unsigned long *ip
unsigned long *sp
371  regs = addr - IRET_FRAME_OFFSET
373  If Not stack_access_ok(state, addr, IRET_FRAME_SIZE) Then Return false
376  ip = Return frame for iretq
377  sp = sp
378  Return true
Caller
NameDescribe
unwind_next_frame