Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mathemu.h File Reference

Go to the source code of this file.

Functions

int math_emu_b3 (__u8 *, struct pt_regs *)
 
int math_emu_ed (__u8 *, struct pt_regs *)
 
int math_emu_ldr (__u8 *)
 
int math_emu_ler (__u8 *)
 
int math_emu_std (__u8 *, struct pt_regs *)
 
int math_emu_ld (__u8 *, struct pt_regs *)
 
int math_emu_ste (__u8 *, struct pt_regs *)
 
int math_emu_le (__u8 *, struct pt_regs *)
 
int math_emu_lfpc (__u8 *, struct pt_regs *)
 
int math_emu_stfpc (__u8 *, struct pt_regs *)
 
int math_emu_srnm (__u8 *, struct pt_regs *)
 

Function Documentation

int math_emu_b3 ( __u8 ,
struct pt_regs  
)

Definition at line 1613 of file math.c.

int math_emu_ed ( __u8 ,
struct pt_regs  
)

Definition at line 1887 of file math.c.

int math_emu_ld ( __u8 ,
struct pt_regs  
)

Definition at line 2144 of file math.c.

int math_emu_ldr ( __u8 )

Definition at line 2084 of file math.c.

int math_emu_le ( __u8 ,
struct pt_regs  
)

Definition at line 2157 of file math.c.

int math_emu_ler ( __u8 )

Definition at line 2114 of file math.c.

int math_emu_lfpc ( __u8 ,
struct pt_regs  
)

Definition at line 2198 of file math.c.

int math_emu_srnm ( __u8 ,
struct pt_regs  
)

Definition at line 2225 of file math.c.

int math_emu_std ( __u8 ,
struct pt_regs  
)

Definition at line 2171 of file math.c.

int math_emu_ste ( __u8 ,
struct pt_regs  
)

Definition at line 2184 of file math.c.

int math_emu_stfpc ( __u8 ,
struct pt_regs  
)

Definition at line 2213 of file math.c.