Lines Matching refs:PPC_REG
30 #define PPC_REG unsigned long macro
32 PPC_REG gpr[32];
33 PPC_REG nip;
34 PPC_REG msr;
35 PPC_REG orig_gpr3; /* Used for restarting system calls */
36 PPC_REG ctr;
37 PPC_REG link;
38 PPC_REG xer;
39 PPC_REG ccr;
40 PPC_REG softe; /* Soft enabled/disabled */
41 PPC_REG trap; /* Reason for being here */
42 PPC_REG dar; /* Fault registers */
43 PPC_REG dsisr;
44 PPC_REG result; /* Result of a system call */