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