Searched refs:genregs_get (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/openrisc/kernel/ |
H A D | ptrace.c | 48 static int genregs_get(struct task_struct *target, in genregs_get() function 133 .regset_get = genregs_get,
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | ptrace.c | 21 static int genregs_get(struct task_struct *target, in genregs_get() function 102 .regset_get = genregs_get,
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | ptrace.c | 36 static int genregs_get(struct task_struct *target, in genregs_get() function 141 .regset_get = genregs_get,
|
/openbmc/linux/arch/sh/kernel/ |
H A D | ptrace_32.c | 134 static int genregs_get(struct task_struct *target, in genregs_get() function 298 .regset_get = genregs_get,
|
/openbmc/linux/arch/arc/kernel/ |
H A D | ptrace.c | 102 static int genregs_get(struct task_struct *target, in genregs_get() function 291 .regset_get = genregs_get,
|
/openbmc/linux/arch/x86/kernel/ |
H A D | ptrace.c | 432 static int genregs_get(struct task_struct *target, in genregs_get() function 1243 .regset_get = genregs_get, 1292 #define genregs32_get genregs_get
|