Function report |
Source Code:arch\x86\kernel\unwind_orc.c |
Create Date:2022-07-28 08:50:58 |
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_reg
Proto:static bool deref_stack_reg(struct unwind_state *state, unsigned long addr, unsigned long *val)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct unwind_state * | state | |
unsigned long | addr | |
unsigned long * | val |
345 | If Not stack_access_ok(state, addr, sizeof(long)) Then Return false |
348 | val = Use READ_ONCE_NOCHECK() instead of READ_ONCE() if you need* to hide memory access from KASAN.( * (unsignedlong * )addr) |
349 | 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 |