Lines Matching refs:u_char
101 static u_char const type_table[64] = {
114 static u_char const type_table[64] = {
128 u_char emulating = 0;
131 static int valid_prefix(u_char *Byte, u_char __user ** fpu_eip,
136 u_char FPU_modrm, byte1; in math_emulate()
142 u_char loaded_tag, st0_tag; in math_emulate()
207 if (!valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()
247 FPU_get_user(FPU_modrm, (u_char __user *) FPU_EIP); in math_emulate()
505 u_char instr_index = (FPU_modrm & 0x38) | (byte1 & 7); in math_emulate()
571 if (valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()
586 static int valid_prefix(u_char *Byte, u_char __user **fpu_eip, in valid_prefix()
589 u_char byte; in valid_prefix()
590 u_char __user *ip = *fpu_eip; in valid_prefix()
720 FPU_tagof((FPU_REG *) ((u_char *) S387->st_space + in fpregs_soft_set()