Searched refs:fp_state (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dfpswa.h59 unsigned long *ifs, fp_state_t *fp_state);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dfpswa.h59 unsigned long *ifs, fp_state_t *fp_state);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dprocessor.h30 union fp_state { union
63 union fp_state fpstate;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dprocessor.h30 union fp_state { union
63 union fp_state fpstate;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/nwfpe/
H A Dfpmodule.c83 if (sizeof(FPA11) > sizeof(union fp_state)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dtraps.c276 fp_state_t fp_state; local
282 memset(&fp_state, 0, sizeof(fp_state_t));
285 * compute fp_state. only FP registers f6 - f11 are used by the
289 fp_state.bitmask_low64 = 0xfc0; /* bit6..bit11 */
294 fp_state.fp_state_low_volatile = (fp_state_low_volatile_t *) f6_11;
304 * void *fp_state);
309 (unsigned long *) ifs, &fp_state);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dprocess.c288 memset(&current->thread.fpstate, 0, sizeof(union fp_state));

Completed in 107 milliseconds