Lines Matching refs:u32
126 u32 gpr[32];
128 u32 cr;
129 u32 lr;
130 u32 ctr;
131 u32 xer;
136 u32 fpscr_pad;
137 u32 fpscr;
140 u32 srr0;
141 u32 srr1;
149 u32 gqr[8];
150 u32 psf_pad;
282 u32 OSGetStackPointer ( void );
283 u32 OSSwitchStack ( u32 newsp );
284 int OSSwitchFiber ( u32 pc, u32 newsp );
285 int OSSwitchFiberEx ( u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 pc, u32 newsp );
289 u32 OSSaveContext ( OSContext* context );
293 void OSInitContext ( OSContext* context, u32 pc, u32 sp );