Searched defs:regs_get_kernel_stack_nth (Results 1 – 11 of 11) sorted by relevance
/linux/arch/sh/include/asm/ |
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/mips/include/asm/ |
A D | ptrace.h | 111 static inline unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, in regs_get_kernel_stack_nth() function
|
/linux/arch/riscv/kernel/ |
A D | ptrace.c | 209 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/ |
A D | ptrace.c | 291 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/ |
A D | ptrace.c | 770 unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n) in regs_get_kernel_stack_nth() function
|
/linux/arch/x86/include/asm/ |
A D | ptrace.h | 315 static inline unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, in regs_get_kernel_stack_nth() function
|
/linux/arch/arm/kernel/ |
A D | ptrace.c | 146 unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n) in regs_get_kernel_stack_nth() function
|
/linux/arch/powerpc/include/asm/ |
A D | ptrace.h | 370 static inline unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, in regs_get_kernel_stack_nth() function
|
/linux/arch/sparc/kernel/ |
A D | ptrace_64.c | 1169 unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n) in regs_get_kernel_stack_nth() function
|
/linux/arch/s390/kernel/ |
A D | ptrace.c | 1617 unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n) in regs_get_kernel_stack_nth() function
|
/linux/arch/arm64/kernel/ |
A D | ptrace.c | 137 unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, unsigned int n) in regs_get_kernel_stack_nth() function
|
Completed in 21 milliseconds