Function report |
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 activity | Download SCCT | Chinese |
Name:deref_stack_regs
Proto:static bool deref_stack_regs(struct unwind_state *state, unsigned long addr, unsigned long *ip, unsigned long *sp)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct unwind_state * | state | |
unsigned long | addr | |
unsigned long * | ip | |
unsigned long * | sp |
358 | BUILD_BUG_ON - break compile if a condition is true(IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_X86_32)) |
360 | If Not stack_access_ok(state, addr, sizeof(structpt_regs)) Then Return false |
363 | ip = Return frame for iretq |
365 | Return true |
Name | Describe |
---|---|
unwind_next_frame |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |