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