Function report |
Source Code:arch\x86\include\asm\ptrace.h |
Create Date:2022-07-28 05:34:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:gs_get_kernel_argument() - get Nth function argument in kernel*@regs: pt_regs of that context*@n: function argument number (start from 0)* regs_get_argument() returns @n th argument of the function call
Proto:static inline unsigned long regs_get_kernel_argument(struct pt_regs *regs, unsigned int n)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
struct pt_regs * | regs | |
unsigned int | n |
309 | static const unsigned int argument_offs[] = {offsetof(structpt_regs, di), offsetof(structpt_regs, si), offsetof(structpt_regs, dx), offsetof(structpt_regs, cx), offsetof(structpt_regs, r8), offsetof(structpt_regs, r9), } |
326 | If n >= NR_REG_ARGUMENTS Then |
327 | n -= NR_REG_ARGUMENTS - 1 |
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 |