Lines Matching refs:offsetof

81 ASSYM(P_VMSPACE, offsetof(struct proc, p_vmspace));
82 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
83 ASSYM(PM_ACTIVE, offsetof(struct pmap, pm_active));
85 ASSYM(TD_FLAGS, offsetof(struct thread, td_flags));
86 ASSYM(TD_LOCK, offsetof(struct thread, td_lock));
87 ASSYM(TD_PCB, offsetof(struct thread, td_pcb));
88 ASSYM(TD_PFLAGS, offsetof(struct thread, td_pflags));
89 ASSYM(TD_PROC, offsetof(struct thread, td_proc));
90 ASSYM(TD_MD, offsetof(struct thread, td_md));
94 ASSYM(P_MD, offsetof(struct proc, p_md));
95 ASSYM(MD_LDT, offsetof(struct mdproc, md_ldt));
100 ASSYM(V_TRAP, offsetof(struct vmmeter, v_trap));
101 ASSYM(V_SYSCALL, offsetof(struct vmmeter, v_syscall));
102 ASSYM(V_INTR, offsetof(struct vmmeter, v_intr));
120 ASSYM(PCB_CR0, offsetof(struct pcb, pcb_cr0));
121 ASSYM(PCB_CR2, offsetof(struct pcb, pcb_cr2));
122 ASSYM(PCB_CR3, offsetof(struct pcb, pcb_cr3));
123 ASSYM(PCB_CR4, offsetof(struct pcb, pcb_cr4));
124 ASSYM(PCB_EDI, offsetof(struct pcb, pcb_edi));
125 ASSYM(PCB_ESI, offsetof(struct pcb, pcb_esi));
126 ASSYM(PCB_EBP, offsetof(struct pcb, pcb_ebp));
127 ASSYM(PCB_ESP, offsetof(struct pcb, pcb_esp));
128 ASSYM(PCB_EBX, offsetof(struct pcb, pcb_ebx));
129 ASSYM(PCB_EIP, offsetof(struct pcb, pcb_eip));
130 ASSYM(TSS_ESP0, offsetof(struct i386tss, tss_esp0));
132 ASSYM(PCB_DS, offsetof(struct pcb, pcb_ds));
133 ASSYM(PCB_ES, offsetof(struct pcb, pcb_es));
134 ASSYM(PCB_FS, offsetof(struct pcb, pcb_fs));
135 ASSYM(PCB_GS, offsetof(struct pcb, pcb_gs));
136 ASSYM(PCB_SS, offsetof(struct pcb, pcb_ss));
137 ASSYM(PCB_DR0, offsetof(struct pcb, pcb_dr0));
138 ASSYM(PCB_DR1, offsetof(struct pcb, pcb_dr1));
139 ASSYM(PCB_DR2, offsetof(struct pcb, pcb_dr2));
140 ASSYM(PCB_DR3, offsetof(struct pcb, pcb_dr3));
141 ASSYM(PCB_DR6, offsetof(struct pcb, pcb_dr6));
142 ASSYM(PCB_DR7, offsetof(struct pcb, pcb_dr7));
143 ASSYM(PCB_PSL, offsetof(struct pcb, pcb_psl));
145 ASSYM(PCB_EXT, offsetof(struct pcb, pcb_ext));
147 ASSYM(PCB_FSD, offsetof(struct pcb, pcb_fsd));
148 ASSYM(PCB_GSD, offsetof(struct pcb, pcb_gsd));
149 ASSYM(PCB_VM86, offsetof(struct pcb, pcb_vm86));
150 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
151 ASSYM(PCB_SAVEFPU, offsetof(struct pcb, pcb_save));
152 ASSYM(PCB_ONFAULT, offsetof(struct pcb, pcb_onfault));
157 ASSYM(PCB_GDT, offsetof(struct pcb, pcb_gdt));
158 ASSYM(PCB_IDT, offsetof(struct pcb, pcb_idt));
159 ASSYM(PCB_LDT, offsetof(struct pcb, pcb_ldt));
160 ASSYM(PCB_TR, offsetof(struct pcb, pcb_tr));
162 ASSYM(TF_FS, offsetof(struct trapframe, tf_fs));
163 ASSYM(TF_ES, offsetof(struct trapframe, tf_es));
164 ASSYM(TF_DS, offsetof(struct trapframe, tf_ds));
165 ASSYM(TF_TRAPNO, offsetof(struct trapframe, tf_trapno));
166 ASSYM(TF_ERR, offsetof(struct trapframe, tf_err));
167 ASSYM(TF_EIP, offsetof(struct trapframe, tf_eip));
168 ASSYM(TF_CS, offsetof(struct trapframe, tf_cs));
169 ASSYM(TF_EFLAGS, offsetof(struct trapframe, tf_eflags));
171 ASSYM(SIGF_HANDLER, offsetof(struct sigframe, sf_ahu.sf_handler));
173 ASSYM(SIGF_SC, offsetof(struct osigframe, sf_siginfo.si_sc));
175 ASSYM(SIGF_UC, offsetof(struct sigframe, sf_uc));
177 ASSYM(SIGF_UC4, offsetof(struct sigframe4, sf_uc));
180 ASSYM(SC_PS, offsetof(struct osigcontext, sc_ps));
181 ASSYM(SC_FS, offsetof(struct osigcontext, sc_fs));
182 ASSYM(SC_GS, offsetof(struct osigcontext, sc_gs));
183 ASSYM(SC_TRAPNO, offsetof(struct osigcontext, sc_trapno));
186 ASSYM(UC4_EFLAGS, offsetof(struct ucontext4, uc_mcontext.mc_eflags));
187 ASSYM(UC4_GS, offsetof(struct ucontext4, uc_mcontext.mc_gs));
189 ASSYM(UC_EFLAGS, offsetof(ucontext_t, uc_mcontext.mc_eflags));
190 ASSYM(UC_GS, offsetof(ucontext_t, uc_mcontext.mc_gs));
197 ASSYM(BI_VERSION, offsetof(struct bootinfo, bi_version));
198 ASSYM(BI_KERNELNAME, offsetof(struct bootinfo, bi_kernelname));
199 ASSYM(BI_NFS_DISKLESS, offsetof(struct bootinfo, bi_nfs_diskless));
200 ASSYM(BI_ENDCOMMON, offsetof(struct bootinfo, bi_endcommon));
202 ASSYM(BI_SIZE, offsetof(struct bootinfo, bi_size));
203 ASSYM(BI_SYMTAB, offsetof(struct bootinfo, bi_symtab));
204 ASSYM(BI_ESYMTAB, offsetof(struct bootinfo, bi_esymtab));
205 ASSYM(BI_KERNEND, offsetof(struct bootinfo, bi_kernend));
207 ASSYM(PC_PRVSPACE, offsetof(struct pcpu, pc_prvspace));
208 ASSYM(PC_CURTHREAD, offsetof(struct pcpu, pc_curthread));
209 ASSYM(PC_FPCURTHREAD, offsetof(struct pcpu, pc_fpcurthread));
210 ASSYM(PC_IDLETHREAD, offsetof(struct pcpu, pc_idlethread));
211 ASSYM(PC_CURPCB, offsetof(struct pcpu, pc_curpcb));
212 ASSYM(PC_COMMON_TSS, offsetof(struct pcpu, pc_common_tss));
213 ASSYM(PC_COMMON_TSSD, offsetof(struct pcpu, pc_common_tssd));
214 ASSYM(PC_TSS_GDT, offsetof(struct pcpu, pc_tss_gdt));
215 ASSYM(PC_FSGS_GDT, offsetof(struct pcpu, pc_fsgs_gdt));
216 ASSYM(PC_CURRENTLDT, offsetof(struct pcpu, pc_currentldt));
217 ASSYM(PC_CPUID, offsetof(struct pcpu, pc_cpuid));
218 ASSYM(PC_CURPMAP, offsetof(struct pcpu, pc_curpmap));
219 ASSYM(PC_PRIVATE_TSS, offsetof(struct pcpu, pc_private_tss));
220 ASSYM(PC_MDS_TMP, offsetof(struct pcpu, pc_mds_tmp));
221 ASSYM(PC_MDS_BUF, offsetof(struct pcpu, pc_mds_buf));
222 ASSYM(PC_MDS_BUF64, offsetof(struct pcpu, pc_mds_buf64));
240 ASSYM(BUS_SPACE_HANDLE_BASE, offsetof(struct bus_space_handle, bsh_base));
241 ASSYM(BUS_SPACE_HANDLE_IAT, offsetof(struct bus_space_handle, bsh_iat));