/arch/s390/include/asm/fpu/ |
D | internal.h | 41 static inline void fpregs_store(_s390_fp_regs *fpregs, struct fpu *fpu) in fpregs_store() 52 static inline void fpregs_load(_s390_fp_regs *fpregs, struct fpu *fpu) in fpregs_load()
|
/arch/x86/um/ |
D | ptrace_32.c | 199 struct user_i387_struct fpregs; in get_fpregs() local 216 struct user_i387_struct fpregs; in set_fpregs() local 229 struct user_fxsr_struct fpregs; in get_fpxregs() local 245 struct user_fxsr_struct fpregs; in set_fpxregs() local
|
D | ptrace_64.c | 219 struct user_i387_struct fpregs; in get_fpregs() local 236 struct user_i387_struct fpregs; in set_fpregs() local
|
/arch/sparc/kernel/ |
D | sigutil_64.c | 17 unsigned long *fpregs = current_thread_info()->fpregs; in save_fpu_state() local 37 unsigned long *fpregs = current_thread_info()->fpregs; in restore_fpu_state() local
|
D | signal_64.c | 111 unsigned long *fpregs = current_thread_info()->fpregs; in sparc64_set_context() local 209 unsigned long *fpregs = current_thread_info()->fpregs; in sparc64_get_context() local
|
D | ptrace_32.c | 187 unsigned long *fpregs = target->thread.float_regs; in fpregs32_set() local 305 unsigned long *fpregs = target->thread.float_regs; in setfpregs_set() local
|
D | ptrace_64.c | 377 unsigned long *fpregs = task_thread_info(target)->fpregs; in fpregs64_set() local 705 unsigned long *fpregs = task_thread_info(target)->fpregs; in fpregs32_set() local 853 unsigned long *fpregs = task_thread_info(target)->fpregs; in setfpregs_set() local
|
/arch/parisc/math-emu/ |
D | fpudispatch.c | 158 static void parisc_linux_get_fpu_type(u_int fpregs[]) in parisc_linux_get_fpu_type() 182 fpudispatch(u_int ir, u_int excp_code, u_int holder, u_int fpregs[]) in fpudispatch() 237 emfpudispatch(u_int ir, u_int dummy1, u_int dummy2, u_int fpregs[]) in emfpudispatch() 275 decode_0c(u_int ir, u_int class, u_int subop, u_int fpregs[]) in decode_0c() 720 decode_0e(ir,class,subop,fpregs) in decode_0e() argument 1154 decode_06(ir,fpregs) in decode_06() argument 1294 decode_26(ir,fpregs) in decode_26() argument 1385 decode_2e(ir,fpregs) in decode_2e() argument
|
/arch/mips/kernel/ |
D | signal.c | 74 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in copy_fp_to_sigcontext() local 93 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in copy_fp_from_sigcontext() local 129 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in save_hw_fp_context() local 138 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in restore_hw_fp_context() local 328 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in protected_save_fp_context() local 381 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in protected_restore_fp_context() local
|
/arch/csky/abiv2/ |
D | fpu.c | 153 unsigned long *fpregs; in save_to_user_fp() local 215 unsigned long *fpregs; in restore_from_user_fp() local
|
/arch/microblaze/kernel/ |
D | process.c | 144 int dump_fpu(struct pt_regs *regs, elf_fpregset_t *fpregs) in dump_fpu()
|
/arch/nds32/kernel/ |
D | fpu.c | 85 void load_fpu(const struct fpu_struct *fpregs) in load_fpu()
|
/arch/arm/include/asm/ |
D | user.h | 43 } fpregs[8]; member 90 unsigned long long fpregs[32]; member
|
D | fpstate.h | 25 __u64 fpregs[32]; member
|
/arch/m68k/include/asm/ |
D | ucontext.h | 17 fpregset_t fpregs; member
|
D | user.h | 33 unsigned long fpregs[8*3]; /* fp0-fp7 registers */ member
|
/arch/s390/include/uapi/asm/ |
D | sigcontext.h | 64 _s390_fp_regs fpregs; member
|
/arch/s390/kernel/ |
D | compat_linux.h | 51 _s390_fp_regs32 fpregs; member
|
/arch/m68k/kernel/ |
D | signal.c | 335 fpregset_t fpregs; in rt_restore_fpu_state() local 509 fpregset_t fpregs; in rt_save_fpu_state() local
|
/arch/arm64/kernel/ |
D | signal32.c | 27 compat_u64 fpregs[32]; member
|
/arch/sparc/include/asm/ |
D | thread_info_64.h | 63 unsigned long fpregs[(7 * 256) / sizeof(unsigned long)] member
|