Lines Matching refs:__ctx
28 # define __ctx(fld) fld macro
30 # define __ctx(fld) __ ## fld macro
33 struct __ctx(pt_regs);
49 double __ctx(fpregs)[32];
50 double __ctx(fpscr);
58 unsigned int __ctx(vrregs)[32][4];
59 unsigned int __ctx(vrsave);
61 unsigned int __ctx(vscr);
67 gregset_t __ctx(gregs);
68 fpregset_t __ctx(fpregs);
69 vrregset_t __ctx(vrregs) __attribute__((__aligned__(16)));
103 unsigned int __ctx(vscr_word);
105 unsigned int __ctx(vscr_word);
114 unsigned int __ctx(vrregs)[32][4];
115 vscr_t __ctx(vscr);
116 unsigned int __ctx(vrsave);
122 int __ctx(signal);
124 unsigned long __ctx(handler);
125 unsigned long __ctx(oldmask);
126 struct __ctx(pt_regs) *__ctx(regs);
127 gregset_t __ctx(gp_regs);
128 fpregset_t __ctx(fp_regs);
148 vrregset_t *__ctx(v_regs);
149 long __ctx(vmx_reserve)[__NVRREG+__NVRREG+1];
157 unsigned long int __ctx(uc_flags);
185 union __ctx(uc_regs_ptr) { in __ctx() function
186 struct __ctx(pt_regs) *__ctx(regs); in __ctx()
187 mcontext_t *__ctx(uc_regs); in __ctx()
191 char __ctx(uc_reg_space)[sizeof (mcontext_t) + 12];
198 #undef __ctx