/linux-4.4.14/arch/arm/include/asm/ |
D | fpstate.h | 73 union fp_state { union 81 #define FP_SIZE (sizeof(union fp_state) / sizeof(int))
|
D | thread_info.h | 63 union fp_state fpstate __attribute__((aligned(8)));
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ptrace32.c | 107 tmp = ((unsigned int *)child->thread.fp_state.fpr) in compat_arch_ptrace() 149 tmp = child->thread.fp_state.fpr[numReg - PT_FPR0][0]; in compat_arch_ptrace() 208 ((unsigned int *)child->thread.fp_state.fpr) in compat_arch_ptrace() 252 tmp = &child->thread.fp_state.fpr[numReg - PT_FPR0][0]; in compat_arch_ptrace()
|
D | signal_32.c | 273 buf[i] = task->thread.fp_state.fpscr; in copy_fpr_to_user() 287 task->thread.fp_state.fpscr = buf[i]; in copy_fpr_from_user() 300 buf[i] = task->thread.fp_state.fpr[i][TS_VSRLOWOFFSET]; in copy_vsx_to_user() 313 task->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i]; in copy_vsx_from_user() 375 return __copy_to_user(to, task->thread.fp_state.fpr, in copy_fpr_to_user() 382 return __copy_from_user(task->thread.fp_state.fpr, from, in copy_fpr_from_user() 738 current->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_user_regs() 855 current->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_tm_user_regs() 1050 current->thread.fp_state.fpscr = 0; /* turn off all fp exceptions */ in handle_rt_signal32() 1470 current->thread.fp_state.fpscr = 0; /* turn off all fp exceptions */ in handle_signal32()
|
D | ptrace.c | 374 buf[32] = target->thread.fp_state.fpscr; in fpr_get() 382 &target->thread.fp_state, 0, -1); in fpr_get() 403 target->thread.fp_state.fpscr = buf[32]; in fpr_set() 410 &target->thread.fp_state, 0, -1); in fpr_set() 524 buf[i] = target->thread.fp_state.fpr[i][TS_VSRLOWOFFSET]; in vsr_get() 543 target->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i]; in vsr_set() 1561 tmp = child->thread.fp_state.fpscr; in arch_ptrace() 1594 child->thread.fp_state.fpscr = data; in arch_ptrace()
|
D | signal_64.c | 401 current->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_sigcontext() 538 current->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_tm_sigcontexts() 769 current->thread.fp_state.fpscr = 0; in handle_rt_signal64()
|
D | process.c | 545 memcpy(&thr->transact_fp, &thr->fp_state, in tm_reclaim_thread() 748 load_fp_state(¤t->thread.fp_state); in restore_tm_state() 1312 memset(¤t->thread.fp_state, 0, sizeof(current->thread.fp_state)); in start_thread()
|
D | traps.c | 862 code = __parse_fpscr(current->thread.fp_state.fpscr); in parse_fpe() 1122 code = __parse_fpscr(current->thread.fp_state.fpscr); in emulate_math()
|
D | align.c | 662 ptr = (char *) ¤t->thread.fp_state.fpr[reg][0]; in emulate_vsx()
|
D | asm-offsets.c | 95 DEFINE(THREAD_FPSTATE, offsetof(struct thread_struct, fp_state)); in main()
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | fpstate.h | 20 struct fp_state { struct
|
D | suspend.h | 23 struct fp_state fpstate __attribute__((aligned(8)));
|
D | elf.h | 29 typedef struct fp_state elf_fpregset_t;
|
D | thread_info.h | 78 struct fp_state fpstate __attribute__((aligned(8)));
|
/linux-4.4.14/arch/ia64/kernel/ |
D | traps.c | 240 fp_state_t fp_state; in fp_emulate() local 246 memset(&fp_state, 0, sizeof(fp_state_t)); in fp_emulate() 253 fp_state.bitmask_low64 = 0xfc0; /* bit6..bit11 */ in fp_emulate() 255 fp_state.fp_state_low_volatile = (fp_state_low_volatile_t *) ®s->f6; in fp_emulate() 270 (unsigned long *) ifs, &fp_state); in fp_emulate()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | fpswa.h | 59 unsigned long *ifs, fp_state_t *fp_state);
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | fpa11.c | 85 void nwfpe_init_fpa(union fp_state *fp) in nwfpe_init_fpa()
|
D | fpa11.h | 95 extern void nwfpe_init_fpa(union fp_state *fp);
|
D | fpmodule.c | 88 if (sizeof(FPA11) > sizeof(union fp_state)) { in fpe_init()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | processor.h | 155 #define TS_FPR(i) fp_state.fpr[i][TS_FPROFFSET] 227 struct thread_fp_state fp_state; member
|
D | sfp-machine.h | 128 #define __FPU_FPSCR (current->thread.fp_state.fpscr)
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | process.c | 219 memset(&thread->fpstate, 0, sizeof(struct fp_state)); in flush_thread()
|
D | entry.S | 412 @ r20 = fp_state
|
/linux-4.4.14/arch/arm/kernel/ |
D | ptrace.c | 830 0, sizeof(union fp_state), in arch_ptrace() 837 0, sizeof(union fp_state), in arch_ptrace()
|
D | process.c | 210 memset(&thread->fpstate, 0, sizeof(union fp_state)); in flush_thread()
|