Searched refs:regs_get_kernel_stack_nth (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/loongarch/include/asm/ |
| H A D | ptrace.h | 100 static inline unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n) in regs_get_kernel_stack_nth() function 143 return regs_get_kernel_stack_nth(regs, n); in regs_get_kernel_argument()
|
| /linux/arch/parisc/include/asm/ |
| H A D | ptrace.h | 51 unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n);
|
| /linux/arch/csky/include/asm/ |
| H A D | ptrace.h | 78 extern unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs,
|
| /linux/arch/openrisc/include/asm/ |
| H A D | ptrace.h | 129 extern unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs,
|
| /linux/arch/sh/include/asm/ |
| H A D | ptrace.h | 109 static inline unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, in regs_get_kernel_stack_nth() function
|
| /linux/arch/riscv/include/asm/ |
| H A D | ptrace.h | 124 extern unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs,
|
| /linux/arch/mips/include/asm/ |
| H A D | ptrace.h | 113 static inline unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, in regs_get_kernel_stack_nth() function
|
| /linux/arch/arm/include/asm/ |
| H A D | ptrace.h | 133 extern unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs,
|
| /linux/arch/arc/include/asm/ |
| H A D | ptrace.h | 160 extern unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs,
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ptrace.h | 386 static inline unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, in regs_get_kernel_stack_nth() function
|
| /linux/kernel/trace/ |
| H A D | trace_kprobe.c | 1454 val = regs_get_kernel_stack_nth(regs, code->param); in process_fetch_insn()
|