函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\ptrace.h Create Date:2022-07-27 06:38:36
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:gs_get_kernel_stack_nth() - get Nth entry of the stack*@regs: pt_regs which contains kernel stack pointer.*@n: stack entry number.* regs_get_kernel_stack_nth() returns @n th entry of the kernel stack which* is specified by @regs

函数原型:static inline unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n)

返回类型:unsigned long

参数:

类型参数名称
struct pt_regs *regs
unsigned intn
286  addr等于gs_get_kernel_stack_nth_addr() - get the address of the Nth entry on stack*@regs: pt_regs which contains kernel stack pointer.*@n: stack entry number.* regs_get_kernel_stack_nth() returns the address of the @n th entry of the
287  如果addr
288  ret等于To avoid include hell, we can't include uaccess.h
289  如果非ret则返回:val
292  返回:0
调用者
名称描述
process_fetch_insnNote that we don't verify it, since the code does not come from user space
regs_get_kernel_argumentgs_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