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_within_kernel_stack() - check the address in the stack*@regs: pt_regs which contains kernel stack pointer.*@addr: address which is checked.* regs_within_kernel_stack() checks @addr is within the kernel stack page(s).
Proto:static inline int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct pt_regs * | regs | |
unsigned long | addr |
244 | Return (addr & ~(THREAD_SIZE - 1)) == (sp & ~(THREAD_SIZE - 1)) |
Name | Describe |
---|---|
regs_get_kernel_stack_nth_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 |
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 |