Lines Matching refs:PPC_REG
21 #define PPC_REG unsigned long macro
24 PPC_REG gpr[32];
25 PPC_REG nip;
26 PPC_REG msr;
27 PPC_REG orig_gpr3; /* Used for restarting system calls */
28 PPC_REG ctr;
29 PPC_REG link;
30 PPC_REG xer;
31 PPC_REG ccr;
32 PPC_REG mq; /* 601 only (not used at present) */
34 PPC_REG trap; /* Reason for being here */
35 PPC_REG dar; /* Fault registers */
36 PPC_REG dsisr;
37 PPC_REG result; /* Result of a system call */