Linux Kernel
3.7.1
|
#include <linux/sched.h>
#include <asm/processor.h>
#include <asm/signal.h>
#include <asm/uaccess.h>
#include <asm/fpu.h>
#include <asm/fpu_emulator.h>
Go to the source code of this file.
Macros | |
#define | SIGNALLING_NAN 0x7ff800007ff80000LL |
Functions | |
void | fpu_emulator_init_fpu (void) |
int | fpu_emulator_save_context (struct sigcontext __user *sc) |
int | fpu_emulator_restore_context (struct sigcontext __user *sc) |
#define SIGNALLING_NAN 0x7ff800007ff80000LL |
Definition at line 30 of file kernel_linkage.c.
Definition at line 32 of file kernel_linkage.c.
int fpu_emulator_restore_context | ( | struct sigcontext __user * | sc | ) |
Definition at line 69 of file kernel_linkage.c.
int fpu_emulator_save_context | ( | struct sigcontext __user * | sc | ) |
Definition at line 55 of file kernel_linkage.c.