tag | line | file | source code |
FPU_modrm | 39 | arch/i386/math-emu/errors.c | unsigned char byte1, FPU_modrm; |
FPU_modrm | 55 | arch/i386/math-emu/errors.c | FPU_modrm = get_fs_byte(1 + (unsigned char *) address); |
FPU_modrm | 57 | arch/i386/math-emu/errors.c | if (FPU_modrm >= 0300) |
FPU_modrm | 58 | arch/i386/math-emu/errors.c | printk("%02x (%02x+%d)\n", FPU_modrm, FPU_modrm & 0xf8, FPU_modrm & 7); |
FPU_modrm | 60 | arch/i386/math-emu/errors.c | printk("/%d\n", (FPU_modrm >> 3) & 7); |
FPU_modrm | 90 | arch/i386/math-emu/errors.c | unsigned char byte1, FPU_modrm; |
FPU_modrm | 114 | arch/i386/math-emu/errors.c | FPU_modrm = get_fs_byte(1 + (unsigned char *) address); |
FPU_modrm | 116 | arch/i386/math-emu/errors.c | if (FPU_modrm >= 0300) |
FPU_modrm | 117 | arch/i386/math-emu/errors.c | printk(" %02x (%02x+%d)\n", FPU_modrm, FPU_modrm & 0xf8, FPU_modrm & 7); |
FPU_modrm | 120 | arch/i386/math-emu/errors.c | (FPU_modrm >> 3) & 7, (FPU_modrm >> 6) & 3, FPU_modrm & 7); |
FPU_modrm | 133 | arch/i386/math-emu/fpu_entry.c | unsigned char FPU_modrm, byte1; |
FPU_modrm | 265 | arch/i386/math-emu/fpu_entry.c | FPU_modrm = get_fs_byte((unsigned char *) FPU_EIP); |
FPU_modrm | 277 | arch/i386/math-emu/fpu_entry.c | code = (FPU_modrm << 8) | byte1; |
FPU_modrm | 316 | arch/i386/math-emu/fpu_entry.c | entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; |
FPU_modrm | 318 | arch/i386/math-emu/fpu_entry.c | FPU_rm = FPU_modrm & 7; |
FPU_modrm | 320 | arch/i386/math-emu/fpu_entry.c | if ( FPU_modrm < 0300 ) |
FPU_modrm | 326 | arch/i386/math-emu/fpu_entry.c | data_address = get_address_16(FPU_modrm, &FPU_EIP, &data_sel_off, |
FPU_modrm | 329 | arch/i386/math-emu/fpu_entry.c | data_address = get_address(FPU_modrm, &FPU_EIP, &data_sel_off, |
FPU_modrm | 386 | arch/i386/math-emu/fpu_entry.c | if ( (FPU_modrm & 0x30) == 0x10 ) |
FPU_modrm | 391 | arch/i386/math-emu/fpu_entry.c | if ( (FPU_modrm & 0x08) && (control_word & CW_Invalid) ) |
FPU_modrm | 399 | arch/i386/math-emu/fpu_entry.c | if ( (FPU_modrm & 0x28) == 0x20 ) |
FPU_modrm | 412 | arch/i386/math-emu/fpu_entry.c | if ( unmasked && !((FPU_modrm & 0x30) == 0x10) ) |
FPU_modrm | 415 | arch/i386/math-emu/fpu_entry.c | if ( (FPU_modrm & 0x38) == 0x38 ) |
FPU_modrm | 436 | arch/i386/math-emu/fpu_entry.c | switch ( (FPU_modrm >> 3) & 7 ) |
FPU_modrm | 482 | arch/i386/math-emu/fpu_entry.c | if ( (FPU_modrm & 0x30) == 0x10 ) |
FPU_modrm | 487 | arch/i386/math-emu/fpu_entry.c | if ( (FPU_modrm & 0x08) && (control_word & CW_Invalid) ) |
FPU_modrm | 499 | arch/i386/math-emu/fpu_entry.c | load_store_instr(((FPU_modrm & 0x38) | (byte1 & 6)) >> 1, |
FPU_modrm | 510 | arch/i386/math-emu/fpu_entry.c | unsigned char instr_index = (FPU_modrm & 0x38) | (byte1 & 7); |
FPU_modrm | 66 | arch/i386/math-emu/fpu_proto.h | extern void *get_address(unsigned char FPU_modrm, unsigned long *fpu_eip, |
FPU_modrm | 69 | arch/i386/math-emu/fpu_proto.h | extern void *get_address_16(unsigned char FPU_modrm, unsigned long *fpu_eip, |
FPU_modrm | 145 | arch/i386/math-emu/get_address.c | static long pm_address(unsigned char FPU_modrm, unsigned char segment, |
FPU_modrm | 189 | arch/i386/math-emu/get_address.c | (!SEG_WRITE_PERM(descriptor) && (FPU_modrm & FPU_WRITE_BIT)) ) |
FPU_modrm | 214 | arch/i386/math-emu/get_address.c | void *get_address(unsigned char FPU_modrm, unsigned long *fpu_eip, |
FPU_modrm | 220 | arch/i386/math-emu/get_address.c | unsigned rm = FPU_modrm & 7; |
FPU_modrm | 226 | arch/i386/math-emu/get_address.c | if ( !addr_modes.default_mode && (FPU_modrm & FPU_WRITE_BIT) |
FPU_modrm | 234 | arch/i386/math-emu/get_address.c | mod = (FPU_modrm >> 6) & 3; |
FPU_modrm | 299 | arch/i386/math-emu/get_address.c | address = pm_address(FPU_modrm, addr_modes.override.segment, |
FPU_modrm | 310 | arch/i386/math-emu/get_address.c | void *get_address_16(unsigned char FPU_modrm, unsigned long *fpu_eip, |
FPU_modrm | 316 | arch/i386/math-emu/get_address.c | unsigned rm = FPU_modrm & 7; |
FPU_modrm | 321 | arch/i386/math-emu/get_address.c | if ( !addr_modes.default_mode && (FPU_modrm & FPU_WRITE_BIT) |
FPU_modrm | 329 | arch/i386/math-emu/get_address.c | mod = (FPU_modrm >> 6) & 3; |
FPU_modrm | 415 | arch/i386/math-emu/get_address.c | address = pm_address(FPU_modrm, addr_modes.override.segment, |