AMD64 - stop the backtrace if the stack address is too low.
[dragonfly.git] / sys / platform / pc64 / amd64 / genassym.c
... / ...
CommitLineData
1/*-
2 * Copyright (c) 1982, 1990 The Regents of the University of California.
3 * Copyright (c) 2008 The DragonFly Project.
4 * All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * William Jolitz.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions
11 * are met:
12 * 1. Redistributions of source code must retain the above copyright
13 * notice, this list of conditions and the following disclaimer.
14 * 2. Redistributions in binary form must reproduce the above copyright
15 * notice, this list of conditions and the following disclaimer in the
16 * documentation and/or other materials provided with the distribution.
17 * 3. All advertising materials mentioning features or use of this software
18 * must display the following acknowledgement:
19 * This product includes software developed by the University of
20 * California, Berkeley and its contributors.
21 * 4. Neither the name of the University nor the names of its contributors
22 * may be used to endorse or promote products derived from this software
23 * without specific prior written permission.
24 *
25 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
26 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
29 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 * SUCH DAMAGE.
36 *
37 * from: @(#)genassym.c 5.11 (Berkeley) 5/10/91
38 * $FreeBSD: src/sys/i386/i386/genassym.c,v 1.86.2.3 2002/03/03 05:42:49 nyan Exp $
39 * $DragonFly: src/sys/platform/pc64/amd64/genassym.c,v 1.2 2008/08/29 17:07:10 dillon Exp $
40 */
41
42#include <sys/param.h>
43#include <sys/systm.h>
44#include <sys/assym.h>
45#include <sys/interrupt.h>
46#include <sys/buf.h>
47#include <sys/proc.h>
48#include <sys/errno.h>
49#include <sys/mount.h>
50#include <sys/socket.h>
51#include <sys/lock.h>
52#include <sys/resourcevar.h>
53#include <machine/frame.h>
54#include <machine/bootinfo.h>
55#include <machine/tss.h>
56#include <sys/vmmeter.h>
57#include <sys/machintr.h>
58#include <vm/vm.h>
59#include <vm/vm_param.h>
60#include <vm/pmap.h>
61#include <vm/vm_map.h>
62#include <net/if.h>
63#include <netinet/in.h>
64#include <vfs/nfs/nfsv2.h>
65#include <vfs/nfs/rpcv2.h>
66#include <vfs/nfs/nfs.h>
67#include <vfs/nfs/nfsdiskless.h>
68
69#include <machine_base/apic/apicreg.h>
70#include <machine/segments.h>
71#include <machine/sigframe.h>
72#include <machine/globaldata.h>
73#include <machine/specialreg.h>
74#include <machine/pcb.h>
75#include <machine/smp.h>
76
77ASSYM(P_VMSPACE, offsetof(struct proc, p_vmspace));
78ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
79ASSYM(PM_ACTIVE, offsetof(struct pmap, pm_active));
80
81ASSYM(LWP_VMSPACE, offsetof(struct lwp, lwp_vmspace));
82ASSYM(V_IPI, offsetof(struct vmmeter, v_ipi));
83ASSYM(V_TIMER, offsetof(struct vmmeter, v_timer));
84ASSYM(UPAGES, UPAGES);
85ASSYM(PAGE_SIZE, PAGE_SIZE);
86ASSYM(NPTEPG, NPTEPG);
87ASSYM(NPDEPG, NPDEPG);
88ASSYM(PDESIZE, PDESIZE);
89ASSYM(PTESIZE, PTESIZE);
90ASSYM(PAGE_SHIFT, PAGE_SHIFT);
91ASSYM(PAGE_MASK, PAGE_MASK);
92ASSYM(PDRSHIFT, PDRSHIFT);
93ASSYM(USRSTACK, USRSTACK);
94ASSYM(KERNBASE, KERNBASE);
95
96ASSYM(V_TRAP, offsetof(struct vmmeter, v_trap));
97ASSYM(V_SYSCALL, offsetof(struct vmmeter, v_syscall));
98ASSYM(V_SENDSYS, offsetof(struct vmmeter, v_sendsys));
99ASSYM(V_WAITSYS, offsetof(struct vmmeter, v_waitsys));
100ASSYM(V_INTR, offsetof(struct vmmeter, v_intr));
101ASSYM(V_FORWARDED_INTS, offsetof(struct vmmeter, v_forwarded_ints));
102ASSYM(V_FORWARDED_HITS, offsetof(struct vmmeter, v_forwarded_hits));
103ASSYM(V_FORWARDED_MISSES, offsetof(struct vmmeter, v_forwarded_misses));
104
105ASSYM(MAXCOMLEN, MAXCOMLEN);
106ASSYM(EFAULT, EFAULT);
107ASSYM(ENAMETOOLONG, ENAMETOOLONG);
108ASSYM(VM_MAX_USER_ADDRESS, VM_MAX_USER_ADDRESS);
109
110ASSYM(GD_CURTHREAD, offsetof(struct mdglobaldata, mi.gd_curthread));
111ASSYM(GD_CNT, offsetof(struct mdglobaldata, mi.gd_cnt));
112ASSYM(GD_CPUID, offsetof(struct mdglobaldata, mi.gd_cpuid));
113
114ASSYM(PCB_CR3, offsetof(struct pcb, pcb_cr3));
115ASSYM(PCB_R15, offsetof(struct pcb, pcb_r15));
116ASSYM(PCB_R14, offsetof(struct pcb, pcb_r14));
117ASSYM(PCB_R13, offsetof(struct pcb, pcb_r13));
118ASSYM(PCB_R12, offsetof(struct pcb, pcb_r12));
119ASSYM(PCB_RSI, offsetof(struct pcb, pcb_rsi));
120ASSYM(PCB_RBP, offsetof(struct pcb, pcb_rbp));
121ASSYM(PCB_RSP, offsetof(struct pcb, pcb_rsp));
122ASSYM(PCB_RBX, offsetof(struct pcb, pcb_rbx));
123ASSYM(PCB_RIP, offsetof(struct pcb, pcb_rip));
124ASSYM(TSS_RSP0, offsetof(struct amd64tss, tss_rsp0));
125
126ASSYM(PCB_DR0, offsetof(struct pcb, pcb_dr0));
127ASSYM(PCB_DR1, offsetof(struct pcb, pcb_dr1));
128ASSYM(PCB_DR2, offsetof(struct pcb, pcb_dr2));
129ASSYM(PCB_DR3, offsetof(struct pcb, pcb_dr3));
130ASSYM(PCB_DR6, offsetof(struct pcb, pcb_dr6));
131ASSYM(PCB_DR7, offsetof(struct pcb, pcb_dr7));
132ASSYM(PCB_DBREGS, PCB_DBREGS);
133ASSYM(PCB_EXT, offsetof(struct pcb, pcb_ext));
134ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
135ASSYM(PCB_ONFAULT, offsetof(struct pcb, pcb_onfault));
136ASSYM(PCB_FSBASE, offsetof(struct pcb, pcb_fsbase));
137ASSYM(PCB_GSBASE, offsetof(struct pcb, pcb_gsbase));
138
139ASSYM(PCB_SIZE, sizeof(struct pcb));
140
141ASSYM(TF_R15, offsetof(struct trapframe, tf_r15));
142ASSYM(TF_R14, offsetof(struct trapframe, tf_r14));
143ASSYM(TF_R13, offsetof(struct trapframe, tf_r13));
144ASSYM(TF_R12, offsetof(struct trapframe, tf_r12));
145ASSYM(TF_R11, offsetof(struct trapframe, tf_r11));
146ASSYM(TF_R10, offsetof(struct trapframe, tf_r10));
147ASSYM(TF_R9, offsetof(struct trapframe, tf_r9));
148ASSYM(TF_R8, offsetof(struct trapframe, tf_r8));
149ASSYM(TF_RDI, offsetof(struct trapframe, tf_rdi));
150ASSYM(TF_RSI, offsetof(struct trapframe, tf_rsi));
151ASSYM(TF_RBP, offsetof(struct trapframe, tf_rbp));
152ASSYM(TF_RBX, offsetof(struct trapframe, tf_rbx));
153ASSYM(TF_RDX, offsetof(struct trapframe, tf_rdx));
154ASSYM(TF_RCX, offsetof(struct trapframe, tf_rcx));
155ASSYM(TF_RAX, offsetof(struct trapframe, tf_rax));
156
157ASSYM(TF_TRAPNO, offsetof(struct trapframe, tf_trapno));
158ASSYM(TF_XFLAGS, offsetof(struct trapframe, tf_xflags));
159ASSYM(TF_ADDR, offsetof(struct trapframe, tf_addr));
160ASSYM(TF_ERR, offsetof(struct trapframe, tf_err));
161ASSYM(TF_FLAGS, offsetof(struct trapframe, tf_flags));
162
163ASSYM(TF_RIP, offsetof(struct trapframe, tf_rip));
164ASSYM(TF_CS, offsetof(struct trapframe, tf_cs));
165ASSYM(TF_RFLAGS, offsetof(struct trapframe, tf_rflags));
166ASSYM(TF_RSP, offsetof(struct trapframe, tf_rsp));
167ASSYM(TF_SS, offsetof(struct trapframe, tf_ss));
168ASSYM(TF_SIZE, sizeof(struct trapframe));
169
170ASSYM(SIGF_HANDLER, offsetof(struct sigframe, sf_ahu.sf_handler));
171ASSYM(SIGF_UC, offsetof(struct sigframe, sf_uc));
172
173ASSYM(TD_PROC, offsetof(struct thread, td_proc));
174ASSYM(TD_LWP, offsetof(struct thread, td_lwp));
175ASSYM(TD_PCB, offsetof(struct thread, td_pcb));
176ASSYM(TD_SP, offsetof(struct thread, td_sp));
177ASSYM(TD_PRI, offsetof(struct thread, td_pri));
178ASSYM(TD_MACH, offsetof(struct thread, td_mach));
179ASSYM(TD_WCHAN, offsetof(struct thread, td_wchan));
180ASSYM(TD_NEST_COUNT, offsetof(struct thread, td_nest_count));
181#ifdef SMP
182ASSYM(TD_MPCOUNT, offsetof(struct thread, td_mpcount));
183#endif
184ASSYM(TD_FLAGS, offsetof(struct thread, td_flags));
185ASSYM(TDF_RUNNING, TDF_RUNNING);
186ASSYM(TDF_USINGFP, TDF_USINGFP);
187ASSYM(TDF_KERNELFP, TDF_KERNELFP);
188
189ASSYM(FIRST_SOFTINT, FIRST_SOFTINT);
190ASSYM(MDGLOBALDATA_BASEALLOC_PAGES, MDGLOBALDATA_BASEALLOC_PAGES);
191
192ASSYM(GD_PRIVATE_TSS, offsetof(struct mdglobaldata, gd_private_tss));
193ASSYM(GD_SCRATCH_RSP, offsetof(struct mdglobaldata, gd_scratch_rsp));
194ASSYM(GD_RSP0, offsetof(struct mdglobaldata, gd_rsp0));
195ASSYM(GD_USER_FS, offsetof(struct mdglobaldata, gd_user_fs));
196ASSYM(GD_USER_GS, offsetof(struct mdglobaldata, gd_user_gs));
197ASSYM(GD_INTR_NESTING_LEVEL, offsetof(struct mdglobaldata, mi.gd_intr_nesting_level));
198
199ASSYM(GD_FPENDING, offsetof(struct mdglobaldata, gd_fpending));
200ASSYM(GD_IPENDING, offsetof(struct mdglobaldata, gd_ipending));
201ASSYM(GD_SPENDING, offsetof(struct mdglobaldata, gd_spending));
202ASSYM(GD_COMMON_TSS, offsetof(struct mdglobaldata, gd_common_tss));
203ASSYM(GD_COMMON_TSSD, offsetof(struct mdglobaldata, gd_common_tssd));
204ASSYM(GD_TSS_GDT, offsetof(struct mdglobaldata, gd_tss_gdt));
205ASSYM(GD_NPXTHREAD, offsetof(struct mdglobaldata, gd_npxthread));
206ASSYM(GD_FPU_LOCK, offsetof(struct mdglobaldata, gd_fpu_lock));
207ASSYM(GD_SAVEFPU, offsetof(struct mdglobaldata, gd_savefpu));
208ASSYM(GD_OTHER_CPUS, offsetof(struct mdglobaldata, gd_other_cpus));
209ASSYM(GD_SS_EFLAGS, offsetof(struct mdglobaldata, gd_ss_eflags));
210ASSYM(GD_REQFLAGS, offsetof(struct mdglobaldata, mi.gd_reqflags));
211
212ASSYM(RQF_IPIQ, RQF_IPIQ);
213ASSYM(RQF_INTPEND, RQF_INTPEND);
214ASSYM(RQF_AST_OWEUPC, RQF_AST_OWEUPC);
215ASSYM(RQF_AST_SIGNAL, RQF_AST_SIGNAL);
216ASSYM(RQF_AST_USER_RESCHED, RQF_AST_USER_RESCHED);
217ASSYM(RQF_AST_LWKT_RESCHED, RQF_AST_LWKT_RESCHED);
218ASSYM(RQF_AST_UPCALL, RQF_AST_UPCALL);
219ASSYM(RQF_TIMER, RQF_TIMER);
220ASSYM(RQF_AST_MASK, RQF_AST_MASK);
221
222ASSYM(LA_EOI, offsetof(struct LAPIC, eoi));
223
224ASSYM(KCSEL, GSEL(GCODE_SEL, SEL_KPL));
225ASSYM(KDSEL, GSEL(GDATA_SEL, SEL_KPL));
226ASSYM(KUCSEL, GSEL(GUCODE_SEL, SEL_UPL));
227ASSYM(KUDSEL, GSEL(GUDATA_SEL, SEL_UPL));
228ASSYM(SEL_RPL_MASK, SEL_RPL_MASK);
229
230ASSYM(MSR_GSBASE, MSR_GSBASE);
231ASSYM(MSR_KGSBASE, MSR_KGSBASE);
232ASSYM(MSR_FSBASE, MSR_FSBASE);
233
234ASSYM(MACHINTR_INTREN, offsetof(struct machintr_abi, intren));
235
236ASSYM(TDPRI_CRIT, TDPRI_CRIT);
237ASSYM(TDPRI_INT_SUPPORT, TDPRI_INT_SUPPORT);
238
239#ifdef SMP
240ASSYM(AIMI_APIC_ADDRESS, offsetof(struct apic_intmapinfo, apic_address));
241ASSYM(AIMI_REDIRINDEX, offsetof(struct apic_intmapinfo, redirindex));
242ASSYM(AIMI_SIZE, sizeof(struct apic_intmapinfo));
243#endif