Lines Matching refs:u_char

38 static u_char normalize_no_excep(FPU_REG *r, int exp, int sign)  in normalize_no_excep()
40 u_char tag; in normalize_no_excep()
297 int FPU_load_bcd(u_char __user *s) in FPU_load_bcd()
301 u_char bcd; in FPU_load_bcd()
336 int FPU_store_extended(FPU_REG *st0_ptr, u_char st0_tag, in FPU_store_extended()
351 (unsigned long __user *)((u_char __user *) d + 4)); in FPU_store_extended()
353 (unsigned short __user *)((u_char __user *) d + in FPU_store_extended()
378 int FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag, double __user *dfloat) in FPU_store_double()
563 int FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag, float __user *single) in FPU_store_single()
752 int FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag, long long __user *d) in FPU_store_int64()
802 int FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d) in FPU_store_int32()
848 int FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short __user *d) in FPU_store_int16()
894 int FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char __user *d) in FPU_store_bcd()
898 u_char b; in FPU_store_bcd()
900 u_char sign = (getsign(st0_ptr) == SIGN_NEG) ? 0x80 : 0; in FPU_store_bcd()
969 int FPU_round_to_int(FPU_REG *r, u_char tag) in FPU_round_to_int()
971 u_char very_big; in FPU_round_to_int()
1026 u_char __user *fldenv(fpu_addr_modes addr_modes, u_char __user *s) in fldenv()
1029 u_char tag; in fldenv()
1119 void frstor(fpu_addr_modes addr_modes, u_char __user *data_address) in frstor()
1122 u_char __user *s = fldenv(addr_modes, data_address); in frstor()
1142 u_char __user *fstenv(fpu_addr_modes addr_modes, u_char __user *d) in fstenv()
1198 void fsave(fpu_addr_modes addr_modes, u_char __user *data_address) in fsave()
1200 u_char __user *d; in fsave()