tag | line | file | source code |
byte1 | 39 | arch/i386/math-emu/errors.c | unsigned char byte1, FPU_modrm; |
byte1 | 49 | arch/i386/math-emu/errors.c | byte1 = get_fs_byte((unsigned char *) address); |
byte1 | 50 | arch/i386/math-emu/errors.c | if ( (byte1 & 0xf8) == 0xd8 ) break; |
byte1 | 51 | arch/i386/math-emu/errors.c | printk("[%02x]", byte1); |
byte1 | 54 | arch/i386/math-emu/errors.c | printk("%02x ", byte1); |
byte1 | 90 | arch/i386/math-emu/errors.c | unsigned char byte1, FPU_modrm; |
byte1 | 101 | arch/i386/math-emu/errors.c | byte1 = get_fs_byte((unsigned char *) address); |
byte1 | 102 | arch/i386/math-emu/errors.c | if ( (byte1 & 0xf8) == 0xd8 ) |
byte1 | 104 | arch/i386/math-emu/errors.c | printk(" %02x", byte1); |
byte1 | 107 | arch/i386/math-emu/errors.c | printk(" [%02x]", byte1); |
byte1 | 133 | arch/i386/math-emu/fpu_entry.c | unsigned char FPU_modrm, byte1; |
byte1 | 222 | arch/i386/math-emu/fpu_entry.c | if ( !valid_prefix(&byte1, (unsigned char **)&FPU_EIP, |
byte1 | 228 | arch/i386/math-emu/fpu_entry.c | byte1); |
byte1 | 248 | arch/i386/math-emu/fpu_entry.c | if ( (byte1 & 0xf8) != 0xd8 ) |
byte1 | 250 | arch/i386/math-emu/fpu_entry.c | if ( byte1 == FWAIT_OPCODE ) |
byte1 | 277 | arch/i386/math-emu/fpu_entry.c | code = (FPU_modrm << 8) | byte1; |
byte1 | 316 | arch/i386/math-emu/fpu_entry.c | entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; |
byte1 | 338 | arch/i386/math-emu/fpu_entry.c | if ( !(byte1 & 1) ) |
byte1 | 351 | arch/i386/math-emu/fpu_entry.c | if ( access_limit < data_sizes_16[(byte1 >> 1) & 3] ) |
byte1 | 356 | arch/i386/math-emu/fpu_entry.c | switch ( (byte1 >> 1) & 3 ) |
byte1 | 499 | arch/i386/math-emu/fpu_entry.c | load_store_instr(((FPU_modrm & 0x38) | (byte1 & 6)) >> 1, |
byte1 | 510 | arch/i386/math-emu/fpu_entry.c | unsigned char instr_index = (FPU_modrm & 0x38) | (byte1 & 7); |
byte1 | 582 | arch/i386/math-emu/fpu_entry.c | if ( valid_prefix(&byte1, (unsigned char **)&FPU_EIP, |
byte1 | 926 | drivers/scsi/advansys.c | ASC_SCSI_INQ1 byte1; |
byte1 | 8468 | drivers/scsi/advansys.c | inq->byte1.rmb) { |