Lines Matching refs:u_char
81 static u_char const type_table[64] = {
94 u_char emulating = 0;
97 static int valid_prefix(u_char *Byte, u_char __user ** fpu_eip,
102 u_char FPU_modrm, byte1; in math_emulate()
108 u_char loaded_tag, st0_tag; in math_emulate()
169 if (!valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()
209 FPU_get_user(FPU_modrm, (u_char __user *) FPU_EIP); in math_emulate()
467 u_char instr_index = (FPU_modrm & 0x38) | (byte1 & 7); in math_emulate()
533 if (valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()
548 static int valid_prefix(u_char *Byte, u_char __user **fpu_eip, in valid_prefix()
551 u_char byte; in valid_prefix()
552 u_char __user *ip = *fpu_eip; in valid_prefix()
682 FPU_tagof((FPU_REG *) ((u_char *) S387->st_space + in fpregs_soft_set()