Searched refs:srr1 (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | setup.c | 583 unsigned long x, srr0, srr1, reg20, reg1, reg21; in exception_trace() local 587 asm("mfspr %0,0x1b" : "=r" (srr1) :); in exception_trace() 598 udbg_puts(" "); udbg_puthex(srr1); udbg_puts("\n"); in exception_trace()
|
D | traps.c | 244 unsigned long long srr1 = regs->msr; in MachineCheckException() local 253 0x200, (uint)srr1, RTAS_INTERNAL_ERROR, 0, in MachineCheckException()
|
/linux-2.4.37.9/arch/ppc64/xmon/ |
D | privinst.h | 39 GSETSPR(27, srr1)
|
/linux-2.4.37.9/arch/ppc/xmon/ |
D | privinst.h | 35 GSETSPR(27, srr1)
|