Linux Kernel
3.7.1
|
#include <linux/compiler.h>
#include <linux/mm.h>
#include <linux/signal.h>
#include <linux/smp.h>
#include <asm/asm.h>
#include <asm/bootinfo.h>
#include <asm/byteorder.h>
#include <asm/cpu.h>
#include <asm/inst.h>
#include <asm/processor.h>
#include <asm/uaccess.h>
#include <asm/branch.h>
#include <asm/mipsregs.h>
#include <asm/cacheflush.h>
#include <asm/fpu_emulator.h>
#include "ieee754.h"
Go to the source code of this file.
Data Structures | |
struct | emuframe |
Macros | |
#define | __mips 4 |
Functions | |
int | mips_dsemul (struct pt_regs *regs, mips_instruction ir, unsigned long cpc) |
int | do_dsemulret (struct pt_regs *xcp) |