Lines Matching refs:regs

161 void show_excp_regs(char *from, int trapnr, int signr, struct pt_regs *regs)  in show_excp_regs()  argument
200 ah = (regs->pc) >> 32; in show_excp_regs()
201 al = (regs->pc) & 0xffffffff; in show_excp_regs()
202 bh = (regs->regs[18]) >> 32; in show_excp_regs()
203 bl = (regs->regs[18]) & 0xffffffff; in show_excp_regs()
204 ch = (regs->regs[15]) >> 32; in show_excp_regs()
205 cl = (regs->regs[15]) & 0xffffffff; in show_excp_regs()
209 ah = (regs->sr) >> 32; in show_excp_regs()
210 al = (regs->sr) & 0xffffffff; in show_excp_regs()
222 ah = (regs->regs[0]) >> 32; in show_excp_regs()
223 al = (regs->regs[0]) & 0xffffffff; in show_excp_regs()
224 bh = (regs->regs[1]) >> 32; in show_excp_regs()
225 bl = (regs->regs[1]) & 0xffffffff; in show_excp_regs()
226 ch = (regs->regs[2]) >> 32; in show_excp_regs()
227 cl = (regs->regs[2]) & 0xffffffff; in show_excp_regs()
231 ah = (regs->regs[3]) >> 32; in show_excp_regs()
232 al = (regs->regs[3]) & 0xffffffff; in show_excp_regs()
233 bh = (regs->regs[4]) >> 32; in show_excp_regs()
234 bl = (regs->regs[4]) & 0xffffffff; in show_excp_regs()
235 ch = (regs->regs[5]) >> 32; in show_excp_regs()
236 cl = (regs->regs[5]) & 0xffffffff; in show_excp_regs()
240 ah = (regs->regs[6]) >> 32; in show_excp_regs()
241 al = (regs->regs[6]) & 0xffffffff; in show_excp_regs()
242 bh = (regs->regs[7]) >> 32; in show_excp_regs()
243 bl = (regs->regs[7]) & 0xffffffff; in show_excp_regs()
244 ch = (regs->regs[8]) >> 32; in show_excp_regs()
245 cl = (regs->regs[8]) & 0xffffffff; in show_excp_regs()
249 ah = (regs->regs[9]) >> 32; in show_excp_regs()
250 al = (regs->regs[9]) & 0xffffffff; in show_excp_regs()
251 bh = (regs->regs[10]) >> 32; in show_excp_regs()
252 bl = (regs->regs[10]) & 0xffffffff; in show_excp_regs()
253 ch = (regs->regs[11]) >> 32; in show_excp_regs()
254 cl = (regs->regs[11]) & 0xffffffff; in show_excp_regs()
259 ah = (regs->tregs[0]) >> 32; in show_excp_regs()
260 al = (regs->tregs[0]) & 0xffffffff; in show_excp_regs()
261 bh = (regs->tregs[1]) >> 32; in show_excp_regs()
262 bl = (regs->tregs[1]) & 0xffffffff; in show_excp_regs()
263 ch = (regs->tregs[2]) >> 32; in show_excp_regs()
264 cl = (regs->tregs[2]) & 0xffffffff; in show_excp_regs()