Searched refs:fpregs_get (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/ |
H A D | regset.h | 11 extern user_regset_get2_fn fpregs_get, xfpregs_get, fpregs_soft_get,
|
/kernel/linux/linux-6.6/arch/x86/include/asm/fpu/ |
H A D | regset.h | 12 extern user_regset_get2_fn fpregs_get, xfpregs_get, fpregs_soft_get,
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | ptrace.c | 96 static int fpregs_get(struct task_struct *target, in fpregs_get() function 141 .regset_get = fpregs_get,
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | ptrace_32.c | 168 static int fpregs_get(struct task_struct *target, in fpregs_get() function 309 .regset_get = fpregs_get,
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | ptrace_32.c | 167 static int fpregs_get(struct task_struct *target, in fpregs_get() function 308 .regset_get = fpregs_get,
|
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/ |
H A D | regset.c | 288 int fpregs_get(struct task_struct *target, const struct user_regset *regset, in fpregs_get() function
|
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/ |
H A D | regset.c | 400 int fpregs_get(struct task_struct *target, const struct user_regset *regset, in fpregs_get() function
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | ptrace.c | 1755 static int fpregs_get(struct task_struct *target, in fpregs_get() function 1986 .regset_get = fpregs_get, .set = fpregs_set, .active = fpregs_active
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | ptrace.c | 1699 static int fpregs_get(struct task_struct *target, in fpregs_get() function 1930 .regset_get = fpregs_get, .set = fpregs_set, .active = fpregs_active
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | ptrace.c | 1259 .active = regset_fpregs_active, .regset_get = fpregs_get, .set = fpregs_set
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | ptrace.c | 1313 .regset_get = fpregs_get,
|
Completed in 15 milliseconds