Searched defs:fp_state (Results 1 - 5 of 5) sorted by relevance

/arch/unicore32/include/asm/
H A Dfpstate.h20 struct fp_state { struct
/arch/arm/include/asm/
H A Dfpstate.h73 union fp_state { union
81 #define FP_SIZE (sizeof(union fp_state) / sizeof(int))
/arch/ia64/kernel/
H A Dtraps.c240 fp_state_t fp_state; local
246 memset(&fp_state, 0, sizeof(fp_state_t));
249 * compute fp_state. only FP registers f6 - f11 are used by the
253 fp_state.bitmask_low64 = 0xfc0; /* bit6..bit11 */
255 fp_state.fp_state_low_volatile = (fp_state_low_volatile_t *) &regs->f6;
265 * void *fp_state);
270 (unsigned long *) ifs, &fp_state);
/arch/ia64/kvm/
H A Dprocess.c436 fp_state_t fp_state; local
445 memset(&fp_state, 0, sizeof(fp_state_t));
448 * compute fp_state. only FP registers f6 - f11 are used by the
452 fp_state.bitmask_low64 = 0xfc0; /* bit6..bit11 */
454 fp_state.fp_state_low_volatile = (fp_state_low_volatile_t *) &regs->f6;
465 * void *fp_state);
474 ipsr, fpsr, isr, pr, ifs, &fp_state);
/arch/powerpc/include/asm/
H A Dprocessor.h155 #define TS_FPR(i) fp_state.fpr[i][TS_FPROFFSET]
227 struct thread_fp_state fp_state; member in struct:thread_struct

Completed in 586 milliseconds