Lines Matching refs:offsetof

80 ASSYM(CSA_PCPU, offsetof(struct cpu_start_args, csa_pcpu));
81 ASSYM(CSA_STATE, offsetof(struct cpu_start_args, csa_state));
82 ASSYM(CSA_MID, offsetof(struct cpu_start_args, csa_mid));
83 ASSYM(CSA_STICK, offsetof(struct cpu_start_args, csa_stick));
84 ASSYM(CSA_TICK, offsetof(struct cpu_start_args, csa_tick));
85 ASSYM(CSA_TTES, offsetof(struct cpu_start_args, csa_ttes));
86 ASSYM(CSA_VER, offsetof(struct cpu_start_args, csa_ver));
89 ASSYM(DC_SIZE, offsetof(struct cacheinfo, dc_size));
90 ASSYM(DC_LINESIZE, offsetof(struct cacheinfo, dc_linesize));
91 ASSYM(IC_SIZE, offsetof(struct cacheinfo, ic_size));
92 ASSYM(IC_LINESIZE, offsetof(struct cacheinfo, ic_linesize));
95 ASSYM(KTR_LINE, offsetof(struct ktr_entry, ktr_line));
96 ASSYM(KTR_FILE, offsetof(struct ktr_entry, ktr_file));
97 ASSYM(KTR_DESC, offsetof(struct ktr_entry, ktr_desc));
98 ASSYM(KTR_CPU, offsetof(struct ktr_entry, ktr_cpu));
99 ASSYM(KTR_TIMESTAMP, offsetof(struct ktr_entry, ktr_timestamp));
100 ASSYM(KTR_PARM1, offsetof(struct ktr_entry, ktr_parms[0]));
101 ASSYM(KTR_PARM2, offsetof(struct ktr_entry, ktr_parms[1]));
102 ASSYM(KTR_PARM3, offsetof(struct ktr_entry, ktr_parms[2]));
103 ASSYM(KTR_PARM4, offsetof(struct ktr_entry, ktr_parms[3]));
104 ASSYM(KTR_PARM5, offsetof(struct ktr_entry, ktr_parms[4]));
105 ASSYM(KTR_PARM6, offsetof(struct ktr_entry, ktr_parms[5]));
108 ASSYM(TTE_VPN, offsetof(struct tte, tte_vpn));
109 ASSYM(TTE_DATA, offsetof(struct tte, tte_data));
128 ASSYM(V_INTR, offsetof(struct vmmeter, v_intr));
131 ASSYM(PC_CURTHREAD, offsetof(struct pcpu, pc_curthread));
132 ASSYM(PC_CURPCB, offsetof(struct pcpu, pc_curpcb));
133 ASSYM(PC_CPUID, offsetof(struct pcpu, pc_cpuid));
134 ASSYM(PC_IRHEAD, offsetof(struct pcpu, pc_irhead));
135 ASSYM(PC_IRTAIL, offsetof(struct pcpu, pc_irtail));
136 ASSYM(PC_IRFREE, offsetof(struct pcpu, pc_irfree));
137 ASSYM(PC_CNT, offsetof(struct pcpu, pc_cnt));
140 ASSYM(PC_CACHE, offsetof(struct pcpu, pc_cache));
141 ASSYM(PC_MID, offsetof(struct pcpu, pc_mid));
142 ASSYM(PC_PMAP, offsetof(struct pcpu, pc_pmap));
143 ASSYM(PC_TLB_CTX, offsetof(struct pcpu, pc_tlb_ctx));
144 ASSYM(PC_TLB_CTX_MAX, offsetof(struct pcpu, pc_tlb_ctx_max));
145 ASSYM(PC_TLB_CTX_MIN, offsetof(struct pcpu, pc_tlb_ctx_min));
147 ASSYM(IR_NEXT, offsetof(struct intr_request, ir_next));
148 ASSYM(IR_FUNC, offsetof(struct intr_request, ir_func));
149 ASSYM(IR_ARG, offsetof(struct intr_request, ir_arg));
150 ASSYM(IR_PRI, offsetof(struct intr_request, ir_pri));
151 ASSYM(IR_VEC, offsetof(struct intr_request, ir_vec));
154 ASSYM(ICA_PA, offsetof(struct ipi_cache_args, ica_pa));
156 ASSYM(IRA_MASK, offsetof(struct ipi_rd_args, ira_mask));
157 ASSYM(IRA_VAL, offsetof(struct ipi_rd_args, ira_val));
159 ASSYM(ITA_MASK, offsetof(struct ipi_tlb_args, ita_mask));
160 ASSYM(ITA_PMAP, offsetof(struct ipi_tlb_args, ita_pmap));
161 ASSYM(ITA_START, offsetof(struct ipi_tlb_args, ita_start));
162 ASSYM(ITA_END, offsetof(struct ipi_tlb_args, ita_end));
163 ASSYM(ITA_VA, offsetof(struct ipi_tlb_args, ita_va));
166 ASSYM(IV_FUNC, offsetof(struct intr_vector, iv_func));
167 ASSYM(IV_ARG, offsetof(struct intr_vector, iv_arg));
168 ASSYM(IV_PRI, offsetof(struct intr_vector, iv_pri));
173 ASSYM(MD_UTRAP, offsetof(struct mdproc, md_utrap));
175 ASSYM(P_COMM, offsetof(struct proc, p_comm));
176 ASSYM(P_MD, offsetof(struct proc, p_md));
177 ASSYM(P_PID, offsetof(struct proc, p_pid));
178 ASSYM(P_VMSPACE, offsetof(struct proc, p_vmspace));
180 ASSYM(TD_FLAGS, offsetof(struct thread, td_flags));
181 ASSYM(TD_FRAME, offsetof(struct thread, td_frame));
182 ASSYM(TD_KSTACK, offsetof(struct thread, td_kstack));
183 ASSYM(TD_LOCK, offsetof(struct thread, td_lock));
184 ASSYM(TD_PCB, offsetof(struct thread, td_pcb));
185 ASSYM(TD_PROC, offsetof(struct thread, td_proc));
186 ASSYM(TD_MD, offsetof(struct thread, td_md));
187 ASSYM(MD_SAVED_PIL, offsetof(struct mdthread, md_saved_pil));
190 ASSYM(PCB_RW, offsetof(struct pcb, pcb_rw));
191 ASSYM(PCB_KFP, offsetof(struct pcb, pcb_kfp));
192 ASSYM(PCB_UFP, offsetof(struct pcb, pcb_ufp));
193 ASSYM(PCB_RWSP, offsetof(struct pcb, pcb_rwsp));
194 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
195 ASSYM(PCB_NSAVED, offsetof(struct pcb, pcb_nsaved));
196 ASSYM(PCB_PC, offsetof(struct pcb, pcb_pc));
197 ASSYM(PCB_SP, offsetof(struct pcb, pcb_sp));
198 ASSYM(PCB_PAD, offsetof(struct pcb, pcb_pad));
200 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
201 ASSYM(PM_ACTIVE, offsetof(struct pmap, pm_active));
202 ASSYM(PM_CONTEXT, offsetof(struct pmap, pm_context));
203 ASSYM(PM_TSB, offsetof(struct pmap, pm_tsb));
205 ASSYM(_JB_FP, offsetof(struct _jmp_buf, _jb[_JB_FP]));
206 ASSYM(_JB_PC, offsetof(struct _jmp_buf, _jb[_JB_PC]));
207 ASSYM(_JB_SP, offsetof(struct _jmp_buf, _jb[_JB_SP]));
208 ASSYM(_JB_SIGFLAG, offsetof(struct _jmp_buf, _jb[_JB_SIGFLAG]));
209 ASSYM(_JB_SIGMASK, offsetof(struct _jmp_buf, _jb[_JB_SIGMASK]));
211 ASSYM(TF_G0, offsetof(struct trapframe, tf_global[0]));
212 ASSYM(TF_G1, offsetof(struct trapframe, tf_global[1]));
213 ASSYM(TF_G2, offsetof(struct trapframe, tf_global[2]));
214 ASSYM(TF_G3, offsetof(struct trapframe, tf_global[3]));
215 ASSYM(TF_G4, offsetof(struct trapframe, tf_global[4]));
216 ASSYM(TF_G5, offsetof(struct trapframe, tf_global[5]));
217 ASSYM(TF_G6, offsetof(struct trapframe, tf_global[6]));
218 ASSYM(TF_G7, offsetof(struct trapframe, tf_global[7]));
219 ASSYM(TF_O0, offsetof(struct trapframe, tf_out[0]));
220 ASSYM(TF_O1, offsetof(struct trapframe, tf_out[1]));
221 ASSYM(TF_O2, offsetof(struct trapframe, tf_out[2]));
222 ASSYM(TF_O3, offsetof(struct trapframe, tf_out[3]));
223 ASSYM(TF_O4, offsetof(struct trapframe, tf_out[4]));
224 ASSYM(TF_O5, offsetof(struct trapframe, tf_out[5]));
225 ASSYM(TF_O6, offsetof(struct trapframe, tf_out[6]));
226 ASSYM(TF_O7, offsetof(struct trapframe, tf_out[7]));
227 ASSYM(TF_FPRS, offsetof(struct trapframe, tf_fprs));
228 ASSYM(TF_FSR, offsetof(struct trapframe, tf_fsr));
229 ASSYM(TF_GSR, offsetof(struct trapframe, tf_gsr));
230 ASSYM(TF_PIL, offsetof(struct trapframe, tf_pil));
231 ASSYM(TF_LEVEL, offsetof(struct trapframe, tf_level));
232 ASSYM(TF_SFAR, offsetof(struct trapframe, tf_sfar));
233 ASSYM(TF_SFSR, offsetof(struct trapframe, tf_sfsr));
234 ASSYM(TF_TAR, offsetof(struct trapframe, tf_tar));
235 ASSYM(TF_TYPE, offsetof(struct trapframe, tf_type));
236 ASSYM(TF_Y, offsetof(struct trapframe, tf_y));
237 ASSYM(TF_TNPC, offsetof(struct trapframe, tf_tnpc));
238 ASSYM(TF_TPC, offsetof(struct trapframe, tf_tpc));
239 ASSYM(TF_TSTATE, offsetof(struct trapframe, tf_tstate));
240 ASSYM(TF_WSTATE, offsetof(struct trapframe, tf_wstate));