Searched refs:FPU_put_user (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dreg_ld_str.c386 FPU_put_user(st0_ptr->sigl, (unsigned long __user *) d);
387 FPU_put_user(st0_ptr->sigh, (unsigned long __user *) ((u_char __user *)d + 4));
388 FPU_put_user(exponent16(st0_ptr), (unsigned short __user *) ((u_char __user *)d + 8));
402 FPU_put_user(0, (unsigned long __user *) d);
403 FPU_put_user(0xc0000000, 1 + (unsigned long __user *) d);
404 FPU_put_user(0xffff, 4 + (short __user *) d);
612 FPU_put_user(0, (unsigned long __user *) dfloat);
613 FPU_put_user(0xfff80000, 1 + (unsigned long __user *) dfloat);
625 FPU_put_user(l[0], (unsigned long __user *)dfloat);
626 FPU_put_user(
[all...]
H A Dload_store.c249 FPU_put_user(control_word, (unsigned short __user *) data_address);
261 FPU_put_user(status_word(),(unsigned short __user *) data_address);
H A Dfpu_system.h88 #define FPU_put_user(x,y) put_user((x),(y)) macro

Completed in 44 milliseconds