Searched refs:user_fpu_struct (Results 1 – 7 of 7) sorted by relevance
/arch/sh/include/asm/ |
D | user.h | 31 struct user_fpu_struct { struct 36 struct user_fpu_struct { struct 46 struct user_fpu_struct fpu; /* Math Co-processor registers */ argument 56 struct user_fpu_struct* u_fpstate; /* Math Co-processor pointer */
|
D | elf.h | 90 typedef struct user_fpu_struct elf_fpregset_t;
|
/arch/avr32/include/asm/ |
D | user.h | 41 struct user_fpu_struct { struct
|
D | elf.h | 62 typedef struct user_fpu_struct elf_fpregset_t;
|
/arch/sh/kernel/ |
D | ptrace_64.c | 72 if (addr == offsetof(struct user_fpu_struct, fpscr)) { in get_fpu_long() 278 .n = sizeof(struct user_fpu_struct) / 373 0, sizeof(struct user_fpu_struct), in arch_ptrace() 378 0, sizeof(struct user_fpu_struct), in arch_ptrace()
|
D | ptrace_32.c | 272 .n = sizeof(struct user_fpu_struct) / sizeof(long), 375 0, sizeof(struct user_fpu_struct), in arch_ptrace() 380 0, sizeof(struct user_fpu_struct), in arch_ptrace()
|
D | process_32.c | 164 sizeof(struct user_fpu_struct), in dump_fpu()
|