Searched refs:user_fpu_struct (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | user.h | 31 struct user_fpu_struct { struct 40 struct user_fpu_struct fpu; /* Math Co-processor registers */ 50 struct user_fpu_struct* u_fpstate; /* Math Co-processor pointer */
|
H A D | elf.h | 80 typedef struct user_fpu_struct elf_fpregset_t;
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | user.h | 31 struct user_fpu_struct { struct 40 struct user_fpu_struct fpu; /* Math Co-processor registers */ 50 struct user_fpu_struct* u_fpstate; /* Math Co-processor pointer */
|
H A D | elf.h | 80 typedef struct user_fpu_struct elf_fpregset_t;
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | ptrace_32.c | 179 sizeof(struct user_fpu_struct)); in fpregs_get() 306 .n = sizeof(struct user_fpu_struct) / sizeof(long), 428 0, sizeof(struct user_fpu_struct), in arch_ptrace() 433 0, sizeof(struct user_fpu_struct), in arch_ptrace()
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | ptrace_32.c | 178 sizeof(struct user_fpu_struct)); in fpregs_get() 305 .n = sizeof(struct user_fpu_struct) / sizeof(long), 427 0, sizeof(struct user_fpu_struct), in arch_ptrace() 432 0, sizeof(struct user_fpu_struct), in arch_ptrace()
|
Completed in 4 milliseconds