Go to the documentation of this file.
11 #ifndef __ASM_ARM_FPSTATE_H
12 #define __ASM_ARM_FPSTATE_H
32 #if __LINUX_ARM_ARCH__ < 6
55 #define FP_HARD_SIZE 35
61 #define FP_SOFT_SIZE 35
67 #define IWMMXT_SIZE 0x98
81 #define FP_SIZE (sizeof(union fp_state) / sizeof(int))
89 #define CRUNCH_SIZE sizeof(struct crunch_state)