/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 | 50 unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n);
|
/linux/arch/x86/include/asm/ |
H A D | ptrace.h | 397 static inline unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, in regs_get_kernel_stack_nth() function 446 return regs_get_kernel_stack_nth(regs, n); in regs_get_kernel_argument()
|
/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/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/sparc/include/asm/ |
H A D | ptrace.h | 89 unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n);
|
/linux/arch/riscv/include/asm/ |
H A D | ptrace.h | 122 extern unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs,
|
/linux/arch/mips/include/asm/ |
H A D | ptrace.h | 112 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 | 389 static inline unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, in regs_get_kernel_stack_nth() function
|
/linux/arch/riscv/kernel/ |
H A D | ptrace.c | 324 unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n) in regs_get_kernel_stack_nth() function
|
/linux/arch/csky/kernel/ |
H A D | ptrace.c | 290 unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n) in regs_get_kernel_stack_nth() function
|
/linux/arch/arc/kernel/ |
H A D | ptrace.c | 392 unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n) in regs_get_kernel_stack_nth() function
|
/linux/arch/parisc/kernel/ |
H A D | ptrace.c | 783 unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n) in regs_get_kernel_stack_nth() function
|
/linux/arch/arm/kernel/ |
H A D | ptrace.c | 145 unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n) in regs_get_kernel_stack_nth() function
|
/linux/arch/sparc/kernel/ |
H A D | ptrace_64.c | 1167 unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n) in regs_get_kernel_stack_nth() function
|
/linux/kernel/trace/ |
H A D | trace_fprobe.c | 145 val = regs_get_kernel_stack_nth(regs, code->param); in process_fetch_insn()
|
H A D | trace_kprobe.c | 1418 val = regs_get_kernel_stack_nth(regs, code->param); in process_fetch_insn()
|
/linux/arch/s390/kernel/ |
H A D | ptrace.c | 1567 unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n) in regs_get_kernel_stack_nth() function
|