Home
last modified time | relevance | path

Searched refs:user_fpu_struct (Results 1 – 7 of 7) sorted by relevance

/arch/sh/include/asm/
Duser.h31 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 */
Delf.h90 typedef struct user_fpu_struct elf_fpregset_t;
/arch/avr32/include/asm/
Duser.h41 struct user_fpu_struct { struct
Delf.h62 typedef struct user_fpu_struct elf_fpregset_t;
/arch/sh/kernel/
Dptrace_64.c72 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()
Dptrace_32.c272 .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()
Dprocess_32.c164 sizeof(struct user_fpu_struct), in dump_fpu()