/openbmc/linux/arch/parisc/math-emu/ |
H A 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
|
/openbmc/linux/arch/x86/um/ |
H A D | ptrace_32.c | 200 struct user_i387_struct fpregs; in get_fpregs() local 217 struct user_i387_struct fpregs; in set_fpregs() local 230 struct user_fxsr_struct fpregs; in get_fpxregs() local 246 struct user_fxsr_struct fpregs; in set_fpxregs() local
|
H A D | ptrace_64.c | 220 struct user_i387_struct fpregs; in get_fpregs() local 237 struct user_i387_struct fpregs; in set_fpregs() local
|
/openbmc/linux/arch/s390/include/asm/fpu/ |
H A 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()
|
/openbmc/linux/arch/sparc/kernel/ |
H A 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
|
H A 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
|
H A 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
|
H A D | ptrace_64.c | 376 unsigned long *fpregs = task_thread_info(target)->fpregs; in fpregs64_set() local 703 unsigned long *fpregs = task_thread_info(target)->fpregs; in fpregs32_set() local 851 unsigned long *fpregs = task_thread_info(target)->fpregs; in setfpregs_set() local
|
/openbmc/linux/arch/mips/kernel/ |
H A D | signal.c | 73 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in copy_fp_to_sigcontext() local 92 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in copy_fp_from_sigcontext() local 128 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in save_hw_fp_context() local 137 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in restore_hw_fp_context() local 327 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in protected_save_fp_context() local 380 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in protected_restore_fp_context() local
|
/openbmc/linux/arch/csky/abiv2/ |
H A D | fpu.c | 153 unsigned long *fpregs; in save_to_user_fp() local 215 unsigned long *fpregs; in restore_from_user_fp() local
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | user.h | 43 } fpregs[8]; member 86 unsigned long long fpregs[32]; member
|
H A D | fpstate.h | 25 __u64 fpregs[32]; member
|
/openbmc/qemu/linux-user/m68k/ |
H A D | signal.c | 58 target_fpregset_t fpregs; member 168 target_fpregset_t *fpregs = &uc->tuc_mcontext.fpregs; in target_rt_save_fpu_state() local 217 target_fpregset_t *fpregs = &uc->tuc_mcontext.fpregs; in target_rt_restore_fpu_state() local
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | ucontext.h | 17 fpregset_t fpregs; member
|
H A D | user.h | 33 unsigned long fpregs[8*3]; /* fp0-fp7 registers */ member
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | pkey-powerpc.h | 13 #define fpregs fp_regs macro
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | sigcontext.h | 64 _s390_fp_regs fpregs; member
|
/openbmc/linux/arch/s390/kernel/ |
H A D | compat_linux.h | 43 _s390_fp_regs32 fpregs; member
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | signal.c | 335 fpregset_t fpregs; in rt_restore_fpu_state() local 509 fpregset_t fpregs; in rt_save_fpu_state() local
|
/openbmc/linux/arch/x86/kernel/fpu/ |
H A D | signal.c | 342 union fpregs_state *fpregs; in __fpu_restore_sig() local
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 801 long double fpregs[8]; in fpu_clear_exceptions() member 952 long double fpregs[8]; in test_fenv() member 959 long double fpregs[8]; in test_fenv() member
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | signal32.c | 27 compat_u64 fpregs[32]; member
|
/openbmc/qemu/linux-user/s390x/ |
H A D | signal.c | 50 target_s390_fp_regs fpregs; member
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | thread_info_64.h | 63 unsigned long fpregs[(7 * 256) / sizeof(unsigned long)] member
|
/openbmc/qemu/linux-user/arm/ |
H A D | signal.c | 62 uint64_t fpregs[32]; member
|