Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | vfp_hard_struct |
union | vfp_state |
struct | fp_hard_struct |
struct | fp_soft_struct |
struct | iwmmxt_struct |
struct | fp_state |
struct | crunch_state |
Macros | |
#define | FP_HARD_SIZE 35 |
#define | FP_SOFT_SIZE 35 |
#define | IWMMXT_SIZE 0x98 |
#define | FP_SIZE (sizeof(union fp_state) / sizeof(int)) |
#define | CRUNCH_SIZE sizeof(struct crunch_state) |
Functions | |
void | vfp_flush_thread (union vfp_state *) |
void | vfp_release_thread (union vfp_state *) |
#define CRUNCH_SIZE sizeof(struct crunch_state) |