|
Linux Kernel
3.7.1
|
#include <asm/break.h>#include <asm/inst.h>#include <asm/local.h>Go to the source code of this file.
Macros | |
| #define | MIPS_FPU_EMU_INC_STATS(M) do { } while (0) |
| #define | BD_COOKIE 0x0000bd36 /* tne $0, $0 with baggage */ |
| #define | BREAK_MATH (0x0000000d | (BRK_MEMU << 16)) |
Functions | |
| int | mips_dsemul (struct pt_regs *regs, mips_instruction ir, unsigned long cpc) |
| int | do_dsemulret (struct pt_regs *xcp) |
| #define BD_COOKIE 0x0000bd36 /* tne $0, $0 with baggage */ |
Definition at line 61 of file fpu_emulator.h.
| #define BREAK_MATH (0x0000000d | (BRK_MEMU << 16)) |
Definition at line 66 of file fpu_emulator.h.
| #define MIPS_FPU_EMU_INC_STATS | ( | M | ) | do { } while (0) |
Definition at line 51 of file fpu_emulator.h.
1.8.2