Searched defs:__mcontext32 (Results 1 – 2 of 2) sorted by relevance
55 typedef struct __mcontext32 { struct56 int mc_vers;57 int mc_flags;61 int mc_onstack; /* saved onstack flag */62 int mc_len; /* sizeof(__mcontext) */63 uint64_t mc_avec[32*2]; /* vector register file */64 uint32_t mc_av[2];65 uint32_t mc_frame[42];66 uint64_t mc_fpreg[33];67 uint64_t mc_vsxfpreg[32]; /* low-order half of VSR0-31 */
89 typedef struct __mcontext32 { struct105 typedef struct __mcontext32_vfp { argument