Lines Matching refs:DEFINE
42 #define DEFINE(sym, val) \ macro
48 DEFINE(SIGPENDING, offsetof(struct task_struct, sigpending)); in main()
49 DEFINE(THREAD, offsetof(struct task_struct, thread)); in main()
50 DEFINE(MM, offsetof(struct task_struct, mm)); in main()
51 DEFINE(TASK_STRUCT_SIZE, sizeof(struct task_struct)); in main()
52 DEFINE(KSP, offsetof(struct thread_struct, ksp)); in main()
54 DEFINE(PACA, offsetof(struct naca_struct, paca)); in main()
55 DEFINE(SLBSIZE, offsetof(struct naca_struct, slb_size)); in main()
56 DEFINE(DCACHEL1LOGLINESIZE, offsetof(struct naca_struct, dCacheL1LogLineSize)); in main()
57 DEFINE(DCACHEL1LINESPERPAGE, offsetof(struct naca_struct, dCacheL1LinesPerPage)); in main()
58 DEFINE(ICACHEL1LOGLINESIZE, offsetof(struct naca_struct, iCacheL1LogLineSize)); in main()
59 DEFINE(ICACHEL1LINESPERPAGE, offsetof(struct naca_struct, iCacheL1LinesPerPage)); in main()
61 DEFINE(DCACHEL1LINESIZE, offsetof(struct systemcfg, dCacheL1LineSize)); in main()
62 DEFINE(ICACHEL1LINESIZE, offsetof(struct systemcfg, iCacheL1LineSize)); in main()
63 DEFINE(PLATFORM, offsetof(struct systemcfg, platform)); in main()
65 DEFINE(PACA_SIZE, sizeof(struct paca_struct)); in main()
66 DEFINE(PACAPACAINDEX, offsetof(struct paca_struct, xPacaIndex)); in main()
67 DEFINE(PACAPROCSTART, offsetof(struct paca_struct, xProcStart)); in main()
68 DEFINE(PACAKSAVE, offsetof(struct paca_struct, xKsave)); in main()
69 DEFINE(PACACURRENT, offsetof(struct paca_struct, xCurrent)); in main()
70 DEFINE(PACASAVEDMSR, offsetof(struct paca_struct, xSavedMsr)); in main()
71 DEFINE(PACASTABREAL, offsetof(struct paca_struct, xStab_data.real)); in main()
72 DEFINE(PACASTABVIRT, offsetof(struct paca_struct, xStab_data.virt)); in main()
73 DEFINE(PACASTABRR, offsetof(struct paca_struct, xStab_data.next_round_robin)); in main()
74 DEFINE(PACAR1, offsetof(struct paca_struct, xR1)); in main()
75 DEFINE(PACALPQUEUE, offsetof(struct paca_struct, lpQueuePtr)); in main()
76 DEFINE(PACATOC, offsetof(struct paca_struct, xTOC)); in main()
77 DEFINE(PACAEXCSP, offsetof(struct paca_struct, exception_sp)); in main()
78 DEFINE(PACAHRDWINTSTACK, offsetof(struct paca_struct, xHrdIntStack)); in main()
79 DEFINE(PACAPROCENABLED, offsetof(struct paca_struct, xProcEnabled)); in main()
80 DEFINE(PACAHRDWINTCOUNT, offsetof(struct paca_struct, xHrdIntCount)); in main()
81 DEFINE(PACADEFAULTDECR, offsetof(struct paca_struct, default_decr)); in main()
83 DEFINE(PACAPROFMODE, offsetof(struct paca_struct, prof_mode)); in main()
84 DEFINE(PACAPROFLEN, offsetof(struct paca_struct, prof_len)); in main()
85 DEFINE(PACAPROFSHIFT, offsetof(struct paca_struct, prof_shift)); in main()
86 DEFINE(PACAPROFBUFFER, offsetof(struct paca_struct, prof_buffer)); in main()
87 DEFINE(PACAPROFSTEXT, offsetof(struct paca_struct, prof_stext)); in main()
88 DEFINE(PACAPROFETEXT, offsetof(struct paca_struct, prof_etext)); in main()
89 DEFINE(PACAPMC1, offsetof(struct paca_struct, pmc[0])); in main()
90 DEFINE(PACAPMC2, offsetof(struct paca_struct, pmc[1])); in main()
91 DEFINE(PACAPMC3, offsetof(struct paca_struct, pmc[2])); in main()
92 DEFINE(PACAPMC4, offsetof(struct paca_struct, pmc[3])); in main()
93 DEFINE(PACAPMC5, offsetof(struct paca_struct, pmc[4])); in main()
94 DEFINE(PACAPMC6, offsetof(struct paca_struct, pmc[5])); in main()
95 DEFINE(PACAPMC7, offsetof(struct paca_struct, pmc[6])); in main()
96 DEFINE(PACAPMC8, offsetof(struct paca_struct, pmc[7])); in main()
97 DEFINE(PACAMMCR0, offsetof(struct paca_struct, pmc[8])); in main()
98 DEFINE(PACAMMCR1, offsetof(struct paca_struct, pmc[9])); in main()
99 DEFINE(PACAMMCRA, offsetof(struct paca_struct, pmc[10])); in main()
100 DEFINE(PACAPMCC1, offsetof(struct paca_struct, pmcc[0])); in main()
101 DEFINE(PACAPMCC2, offsetof(struct paca_struct, pmcc[1])); in main()
102 DEFINE(PACAPMCC3, offsetof(struct paca_struct, pmcc[2])); in main()
103 DEFINE(PACAPMCC4, offsetof(struct paca_struct, pmcc[3])); in main()
104 DEFINE(PACAPMCC5, offsetof(struct paca_struct, pmcc[4])); in main()
105 DEFINE(PACAPMCC6, offsetof(struct paca_struct, pmcc[5])); in main()
106 DEFINE(PACAPMCC7, offsetof(struct paca_struct, pmcc[6])); in main()
107 DEFINE(PACAPMCC8, offsetof(struct paca_struct, pmcc[7])); in main()
109 DEFINE(PACALPPACA, offsetof(struct paca_struct, xLpPaca)); in main()
110 DEFINE(LPPACA, offsetof(struct paca_struct, xLpPaca)); in main()
111 DEFINE(PACAREGSAV, offsetof(struct paca_struct, xRegSav)); in main()
112 DEFINE(PACAEXC, offsetof(struct paca_struct, exception_stack)); in main()
113 DEFINE(PACAGUARD, offsetof(struct paca_struct, guard)); in main()
114 DEFINE(LPPACASRR0, offsetof(struct ItLpPaca, xSavedSrr0)); in main()
115 DEFINE(LPPACASRR1, offsetof(struct ItLpPaca, xSavedSrr1)); in main()
116 DEFINE(LPPACAANYINT, offsetof(struct ItLpPaca, xIntDword.xAnyInt)); in main()
117 DEFINE(LPPACADECRINT, offsetof(struct ItLpPaca, xIntDword.xFields.xDecrInt)); in main()
118 DEFINE(LPPACAPDCINT, offsetof(struct ItLpPaca, xIntDword.xFields.xPdcInt)); in main()
119 DEFINE(LPQCUREVENTPTR, offsetof(struct ItLpQueue, xSlicCurEventPtr)); in main()
120 DEFINE(LPQOVERFLOW, offsetof(struct ItLpQueue, xPlicOverflowIntPending)); in main()
121 DEFINE(LPEVENTFLAGS, offsetof(struct HvLpEvent, xFlags)); in main()
122 DEFINE(PROMENTRY, offsetof(struct prom_t, entry)); in main()
124 DEFINE(RTASBASE, offsetof(struct rtas_t, base)); in main()
125 DEFINE(RTASENTRY, offsetof(struct rtas_t, entry)); in main()
126 DEFINE(RTASSIZE, offsetof(struct rtas_t, size)); in main()
128 DEFINE(LAST_SYSCALL, offsetof(struct thread_struct, last_syscall)); in main()
129 DEFINE(PT_REGS, offsetof(struct thread_struct, regs)); in main()
130 DEFINE(PT_TRACESYS, PT_TRACESYS); in main()
131 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace)); in main()
132 DEFINE(NEED_RESCHED, offsetof(struct task_struct, need_resched)); in main()
133 DEFINE(THREAD_FPR0, offsetof(struct thread_struct, fpr[0])); in main()
134 DEFINE(THREAD_FPEXC_MODE, offsetof(struct thread_struct, fpexc_mode)); in main()
135 DEFINE(THREAD_FPSCR, offsetof(struct thread_struct, fpscr)); in main()
137 DEFINE(THREAD_VR0, offsetof(struct thread_struct, vr[0])); in main()
138 DEFINE(THREAD_VRSAVE, offsetof(struct thread_struct, vrsave)); in main()
139 DEFINE(THREAD_VSCR, offsetof(struct thread_struct, vscr)); in main()
141 DEFINE(THREAD_FLAGS, offsetof(struct thread_struct, flags)); in main()
142 DEFINE(PPC_FLAG_32BIT, PPC_FLAG_32BIT); in main()
146 DEFINE(TASK_UNION_SIZE, sizeof(union task_union)); in main()
147 DEFINE(STACK_FRAME_OVERHEAD, STACK_FRAME_OVERHEAD); in main()
152 DEFINE(INT_FRAME_SIZE, STACK_FRAME_OVERHEAD + sizeof(struct pt_regs) + 288); in main()
156 DEFINE(PROM_FRAME_SIZE, STACK_FRAME_OVERHEAD + sizeof(struct pt_regs) + 16 + 288); in main()
157 DEFINE(RTAS_FRAME_SIZE, STACK_FRAME_OVERHEAD + sizeof(struct pt_regs) + 16 + 288); in main()
158 DEFINE(GPR0, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[0])); in main()
159 DEFINE(GPR1, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[1])); in main()
160 DEFINE(GPR2, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[2])); in main()
161 DEFINE(GPR3, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[3])); in main()
162 DEFINE(GPR4, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[4])); in main()
163 DEFINE(GPR5, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[5])); in main()
164 DEFINE(GPR6, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[6])); in main()
165 DEFINE(GPR7, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[7])); in main()
166 DEFINE(GPR8, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[8])); in main()
167 DEFINE(GPR9, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[9])); in main()
168 DEFINE(GPR20, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[20])); in main()
169 DEFINE(GPR21, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[21])); in main()
170 DEFINE(GPR22, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[22])); in main()
171 DEFINE(GPR23, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[23])); in main()
176 DEFINE(_NIP, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, nip)); in main()
177 DEFINE(_MSR, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, msr)); in main()
178 DEFINE(_CTR, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, ctr)); in main()
179 DEFINE(_LINK, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, link)); in main()
180 DEFINE(_CCR, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, ccr)); in main()
181 DEFINE(_XER, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, xer)); in main()
182 DEFINE(_DAR, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, dar)); in main()
183 DEFINE(_DSISR, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, dsisr)); in main()
184 DEFINE(ORIG_GPR3, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, orig_gpr3)); in main()
185 DEFINE(RESULT, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, result)); in main()
186 DEFINE(TRAP, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, trap)); in main()
187 DEFINE(SOFTE, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, softe)); in main()
192 DEFINE(_SRR0, STACK_FRAME_OVERHEAD+sizeof(struct pt_regs)); in main()
193 DEFINE(_SRR1, STACK_FRAME_OVERHEAD+sizeof(struct pt_regs)+8); in main()
195 DEFINE(CLONE_VM, CLONE_VM); in main()
198 DEFINE(CPU_SPEC_ENTRY_SIZE, sizeof(struct cpu_spec)); in main()
199 DEFINE(CPU_SPEC_PVR_MASK, offsetof(struct cpu_spec, pvr_mask)); in main()
200 DEFINE(CPU_SPEC_PVR_VALUE, offsetof(struct cpu_spec, pvr_value)); in main()
201 DEFINE(CPU_SPEC_FEATURES, offsetof(struct cpu_spec, cpu_features)); in main()
202 DEFINE(CPU_SPEC_SETUP, offsetof(struct cpu_spec, cpu_setup)); in main()
205 DEFINE(CPU_SPEC_ENTRY_SIZE, sizeof(struct cpu_spec)); in main()
206 DEFINE(CPU_SPEC_PVR_MASK, offsetof(struct cpu_spec, pvr_mask)); in main()
207 DEFINE(CPU_SPEC_PVR_VALUE, offsetof(struct cpu_spec, pvr_value)); in main()
208 DEFINE(CPU_SPEC_FEATURES, offsetof(struct cpu_spec, cpu_features)); in main()
209 DEFINE(CPU_SPEC_SETUP, offsetof(struct cpu_spec, cpu_setup)); in main()