Go to the documentation of this file. 1 #ifndef _ASMARM_UCONTEXT_H
2 #define _ASMARM_UCONTEXT_H
4 #include <asm/fpstate.h>
26 unsigned long uc_regspace[128]
__attribute__((__aligned__(8)));
39 #define CRUNCH_MAGIC 0x5065cf03
40 #define CRUNCH_STORAGE_SIZE (CRUNCH_SIZE + 8)
42 struct crunch_sigframe {
51 #define IWMMXT_MAGIC 0x12ef842a
52 #define IWMMXT_STORAGE_SIZE (IWMMXT_SIZE + 8)
54 struct iwmmxt_sigframe {
62 #define VFP_MAGIC 0x56465001
76 #define VFP_STORAGE_SIZE sizeof(struct vfp_sigframe)
88 struct crunch_sigframe crunch;
91 struct iwmmxt_sigframe iwmmxt;
94 struct vfp_sigframe
vfp;