/linux-6.12.1/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
|
/linux-6.12.1/arch/x86/um/ |
D | ptrace_32.c | 174 struct user_i387_struct fpregs; in get_fpregs() local 191 struct user_i387_struct fpregs; in set_fpregs() local 204 struct user_fxsr_struct fpregs; in get_fpxregs() local 220 struct user_fxsr_struct fpregs; in set_fpxregs() local
|
D | ptrace_64.c | 194 struct user_i387_struct fpregs; in get_fpregs() local 211 struct user_i387_struct fpregs; in set_fpregs() local
|
/linux-6.12.1/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
|
/linux-6.12.1/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 | 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
|
/linux-6.12.1/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
|
/linux-6.12.1/arch/arm/include/asm/ |
D | user.h | 43 } fpregs[8]; member 86 unsigned long long fpregs[32]; member
|
D | fpstate.h | 25 __u64 fpregs[32]; member
|
/linux-6.12.1/arch/s390/include/asm/ |
D | fpu.h | 282 static inline void fpregs_store(_s390_fp_regs *fpregs, struct fpu *fpu) in fpregs_store() 289 static inline void fpregs_load(_s390_fp_regs *fpregs, struct fpu *fpu) in fpregs_load()
|
/linux-6.12.1/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
|
/linux-6.12.1/tools/testing/selftests/mm/ |
D | pkey-powerpc.h | 16 #define fpregs fp_regs macro
|
D | protection_keys.c | 312 char *fpregs; in signal_handler() local
|
/linux-6.12.1/arch/s390/include/uapi/asm/ |
D | sigcontext.h | 64 _s390_fp_regs fpregs; member
|
/linux-6.12.1/arch/m68k/kernel/ |
D | signal.c | 337 fpregset_t fpregs; in rt_restore_fpu_state() local 511 fpregset_t fpregs; in rt_save_fpu_state() local
|
/linux-6.12.1/arch/s390/kernel/ |
D | compat_linux.h | 43 _s390_fp_regs32 fpregs; member
|
/linux-6.12.1/arch/x86/kernel/fpu/ |
D | signal.c | 359 union fpregs_state *fpregs; in __fpu_restore_sig() local
|
/linux-6.12.1/arch/arm64/kernel/ |
D | signal32.c | 27 compat_u64 fpregs[32]; member
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | thread_info_64.h | 63 unsigned long fpregs[(7 * 256) / sizeof(unsigned long)] member
|