Merge branch 'vendor/GMP'
[dragonfly.git] / sys / platform / pc64 / x86_64 / machdep.c
1 /*-
2  * Copyright (c) 1982, 1987, 1990 The Regents of the University of California.
3  * Copyright (c) 1992 Terrence R. Lambert.
4  * Copyright (c) 2003 Peter Wemm.
5  * Copyright (c) 2008 The DragonFly Project.
6  * All rights reserved.
7  *
8  * This code is derived from software contributed to Berkeley by
9  * William Jolitz.
10  *
11  * Redistribution and use in source and binary forms, with or without
12  * modification, are permitted provided that the following conditions
13  * are met:
14  * 1. Redistributions of source code must retain the above copyright
15  *    notice, this list of conditions and the following disclaimer.
16  * 2. Redistributions in binary form must reproduce the above copyright
17  *    notice, this list of conditions and the following disclaimer in the
18  *    documentation and/or other materials provided with the distribution.
19  * 3. All advertising materials mentioning features or use of this software
20  *    must display the following acknowledgement:
21  *      This product includes software developed by the University of
22  *      California, Berkeley and its contributors.
23  * 4. Neither the name of the University nor the names of its contributors
24  *    may be used to endorse or promote products derived from this software
25  *    without specific prior written permission.
26  *
27  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
28  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
31  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
33  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37  * SUCH DAMAGE.
38  *
39  * from: @(#)machdep.c  7.4 (Berkeley) 6/3/91
40  * $FreeBSD: src/sys/i386/i386/machdep.c,v 1.385.2.30 2003/05/31 08:48:05 alc Exp $
41  */
42
43 //#include "use_npx.h"
44 #include "use_isa.h"
45 #include "opt_atalk.h"
46 #include "opt_compat.h"
47 #include "opt_cpu.h"
48 #include "opt_ddb.h"
49 #include "opt_directio.h"
50 #include "opt_inet.h"
51 #include "opt_ipx.h"
52 #include "opt_msgbuf.h"
53 #include "opt_swap.h"
54
55 #include <sys/param.h>
56 #include <sys/systm.h>
57 #include <sys/sysproto.h>
58 #include <sys/signalvar.h>
59 #include <sys/kernel.h>
60 #include <sys/linker.h>
61 #include <sys/malloc.h>
62 #include <sys/proc.h>
63 #include <sys/priv.h>
64 #include <sys/buf.h>
65 #include <sys/reboot.h>
66 #include <sys/mbuf.h>
67 #include <sys/msgbuf.h>
68 #include <sys/sysent.h>
69 #include <sys/sysctl.h>
70 #include <sys/vmmeter.h>
71 #include <sys/bus.h>
72 #include <sys/upcall.h>
73 #include <sys/usched.h>
74 #include <sys/reg.h>
75
76 #include <vm/vm.h>
77 #include <vm/vm_param.h>
78 #include <sys/lock.h>
79 #include <vm/vm_kern.h>
80 #include <vm/vm_object.h>
81 #include <vm/vm_page.h>
82 #include <vm/vm_map.h>
83 #include <vm/vm_pager.h>
84 #include <vm/vm_extern.h>
85
86 #include <sys/thread2.h>
87 #include <sys/mplock2.h>
88 #include <sys/mutex2.h>
89
90 #include <sys/user.h>
91 #include <sys/exec.h>
92 #include <sys/cons.h>
93
94 #include <ddb/ddb.h>
95
96 #include <machine/cpu.h>
97 #include <machine/clock.h>
98 #include <machine/specialreg.h>
99 #if JG
100 #include <machine/bootinfo.h>
101 #endif
102 #include <machine/md_var.h>
103 #include <machine/metadata.h>
104 #include <machine/pc/bios.h>
105 #include <machine/pcb_ext.h>            /* pcb.h included via sys/user.h */
106 #include <machine/globaldata.h>         /* CPU_prvspace */
107 #include <machine/smp.h>
108 #ifdef PERFMON
109 #include <machine/perfmon.h>
110 #endif
111 #include <machine/cputypes.h>
112 #include <machine/intr_machdep.h>
113
114 #ifdef OLD_BUS_ARCH
115 #include <bus/isa/isa_device.h>
116 #endif
117 #include <machine_base/isa/isa_intr.h>
118 #include <bus/isa/rtc.h>
119 #include <sys/random.h>
120 #include <sys/ptrace.h>
121 #include <machine/sigframe.h>
122
123 #include <sys/machintr.h>
124 #include <machine_base/icu/icu_abi.h>
125 #include <machine_base/icu/elcr_var.h>
126 #include <machine_base/apic/lapic.h>
127 #include <machine_base/apic/ioapic.h>
128 #include <machine_base/apic/ioapic_abi.h>
129 #include <machine/mptable.h>
130
131 #define PHYSMAP_ENTRIES         10
132
133 extern u_int64_t hammer_time(u_int64_t, u_int64_t);
134
135 extern void printcpuinfo(void); /* XXX header file */
136 extern void identify_cpu(void);
137 #if JG
138 extern void finishidentcpu(void);
139 #endif
140 extern void panicifcpuunsupported(void);
141
142 static void cpu_startup(void *);
143 static void pic_finish(void *);
144 static void cpu_finish(void *);
145
146 #ifndef CPU_DISABLE_SSE
147 static void set_fpregs_xmm(struct save87 *, struct savexmm *);
148 static void fill_fpregs_xmm(struct savexmm *, struct save87 *);
149 #endif /* CPU_DISABLE_SSE */
150 #ifdef DIRECTIO
151 extern void ffs_rawread_setup(void);
152 #endif /* DIRECTIO */
153 static void init_locks(void);
154
155 SYSINIT(cpu, SI_BOOT2_START_CPU, SI_ORDER_FIRST, cpu_startup, NULL)
156 SYSINIT(pic_finish, SI_BOOT2_FINISH_PIC, SI_ORDER_FIRST, pic_finish, NULL)
157 SYSINIT(cpu_finish, SI_BOOT2_FINISH_CPU, SI_ORDER_FIRST, cpu_finish, NULL)
158
159 #ifdef DDB
160 extern vm_offset_t ksym_start, ksym_end;
161 #endif
162
163 struct privatespace CPU_prvspace[MAXCPU] __aligned(4096); /* XXX */
164
165 int     _udatasel, _ucodesel, _ucode32sel;
166 u_long  atdevbase;
167 #ifdef SMP
168 int64_t tsc_offsets[MAXCPU];
169 #else
170 int64_t tsc_offsets[1];
171 #endif
172
173 #if defined(SWTCH_OPTIM_STATS)
174 extern int swtch_optim_stats;
175 SYSCTL_INT(_debug, OID_AUTO, swtch_optim_stats,
176         CTLFLAG_RD, &swtch_optim_stats, 0, "");
177 SYSCTL_INT(_debug, OID_AUTO, tlb_flush_count,
178         CTLFLAG_RD, &tlb_flush_count, 0, "");
179 #endif
180
181 long physmem = 0;
182
183 u_long ebda_addr = 0;
184
185 int imcr_present = 0;
186
187 int naps = 0; /* # of Applications processors */
188
189 u_int base_memory;
190 struct mtx dt_lock;             /* lock for GDT and LDT */
191
192 static int
193 sysctl_hw_physmem(SYSCTL_HANDLER_ARGS)
194 {
195         u_long pmem = ctob(physmem);
196
197         int error = sysctl_handle_long(oidp, &pmem, 0, req);
198         return (error);
199 }
200
201 SYSCTL_PROC(_hw, HW_PHYSMEM, physmem, CTLTYPE_ULONG|CTLFLAG_RD,
202         0, 0, sysctl_hw_physmem, "LU", "Total system memory in bytes (number of pages * page size)");
203
204 static int
205 sysctl_hw_usermem(SYSCTL_HANDLER_ARGS)
206 {
207         int error = sysctl_handle_int(oidp, 0,
208                 ctob(physmem - vmstats.v_wire_count), req);
209         return (error);
210 }
211
212 SYSCTL_PROC(_hw, HW_USERMEM, usermem, CTLTYPE_INT|CTLFLAG_RD,
213         0, 0, sysctl_hw_usermem, "IU", "");
214
215 static int
216 sysctl_hw_availpages(SYSCTL_HANDLER_ARGS)
217 {
218         int error = sysctl_handle_int(oidp, 0,
219                 x86_64_btop(avail_end - avail_start), req);
220         return (error);
221 }
222
223 SYSCTL_PROC(_hw, OID_AUTO, availpages, CTLTYPE_INT|CTLFLAG_RD,
224         0, 0, sysctl_hw_availpages, "I", "");
225
226 vm_paddr_t Maxmem;
227 vm_paddr_t Realmem;
228
229 /*
230  * The number of PHYSMAP entries must be one less than the number of
231  * PHYSSEG entries because the PHYSMAP entry that spans the largest
232  * physical address that is accessible by ISA DMA is split into two
233  * PHYSSEG entries.
234  */
235 #define PHYSMAP_SIZE    (2 * (VM_PHYSSEG_MAX - 1))
236
237 vm_paddr_t phys_avail[PHYSMAP_SIZE + 2];
238 vm_paddr_t dump_avail[PHYSMAP_SIZE + 2];
239
240 /* must be 2 less so 0 0 can signal end of chunks */
241 #define PHYS_AVAIL_ARRAY_END (NELEM(phys_avail) - 2)
242 #define DUMP_AVAIL_ARRAY_END (NELEM(dump_avail) - 2)
243
244 static vm_offset_t buffer_sva, buffer_eva;
245 vm_offset_t clean_sva, clean_eva;
246 static vm_offset_t pager_sva, pager_eva;
247 static struct trapframe proc0_tf;
248
249 static void
250 cpu_startup(void *dummy)
251 {
252         caddr_t v;
253         vm_size_t size = 0;
254         vm_offset_t firstaddr;
255
256         /*
257          * Good {morning,afternoon,evening,night}.
258          */
259         kprintf("%s", version);
260         startrtclock();
261         printcpuinfo();
262         panicifcpuunsupported();
263 #ifdef PERFMON
264         perfmon_init();
265 #endif
266         kprintf("real memory  = %ju (%ju MB)\n",
267                 (intmax_t)Realmem,
268                 (intmax_t)Realmem / 1024 / 1024);
269         /*
270          * Display any holes after the first chunk of extended memory.
271          */
272         if (bootverbose) {
273                 int indx;
274
275                 kprintf("Physical memory chunk(s):\n");
276                 for (indx = 0; phys_avail[indx + 1] != 0; indx += 2) {
277                         vm_paddr_t size1 = phys_avail[indx + 1] - phys_avail[indx];
278
279                         kprintf("0x%08jx - 0x%08jx, %ju bytes (%ju pages)\n",
280                                 (intmax_t)phys_avail[indx],
281                                 (intmax_t)phys_avail[indx + 1] - 1,
282                                 (intmax_t)size1,
283                                 (intmax_t)(size1 / PAGE_SIZE));
284                 }
285         }
286
287         /*
288          * Allocate space for system data structures.
289          * The first available kernel virtual address is in "v".
290          * As pages of kernel virtual memory are allocated, "v" is incremented.
291          * As pages of memory are allocated and cleared,
292          * "firstaddr" is incremented.
293          * An index into the kernel page table corresponding to the
294          * virtual memory address maintained in "v" is kept in "mapaddr".
295          */
296
297         /*
298          * Make two passes.  The first pass calculates how much memory is
299          * needed and allocates it.  The second pass assigns virtual
300          * addresses to the various data structures.
301          */
302         firstaddr = 0;
303 again:
304         v = (caddr_t)firstaddr;
305
306 #define valloc(name, type, num) \
307             (name) = (type *)v; v = (caddr_t)((name)+(num))
308 #define valloclim(name, type, num, lim) \
309             (name) = (type *)v; v = (caddr_t)((lim) = ((name)+(num)))
310
311         /*
312          * The nominal buffer size (and minimum KVA allocation) is BKVASIZE.
313          * For the first 64MB of ram nominally allocate sufficient buffers to
314          * cover 1/4 of our ram.  Beyond the first 64MB allocate additional
315          * buffers to cover 1/20 of our ram over 64MB.  When auto-sizing
316          * the buffer cache we limit the eventual kva reservation to
317          * maxbcache bytes.
318          *
319          * factor represents the 1/4 x ram conversion.
320          */
321         if (nbuf == 0) {
322                 int factor = 4 * BKVASIZE / 1024;
323                 int kbytes = physmem * (PAGE_SIZE / 1024);
324
325                 nbuf = 50;
326                 if (kbytes > 4096)
327                         nbuf += min((kbytes - 4096) / factor, 65536 / factor);
328                 if (kbytes > 65536)
329                         nbuf += (kbytes - 65536) * 2 / (factor * 5);
330                 if (maxbcache && nbuf > maxbcache / BKVASIZE)
331                         nbuf = maxbcache / BKVASIZE;
332         }
333
334         /*
335          * Do not allow the buffer_map to be more then 1/2 the size of the
336          * kernel_map.
337          */
338         if (nbuf > (virtual_end - virtual_start) / (BKVASIZE * 2)) {
339                 nbuf = (virtual_end - virtual_start) / (BKVASIZE * 2);
340                 kprintf("Warning: nbufs capped at %d\n", nbuf);
341         }
342
343         nswbuf = max(min(nbuf/4, 256), 16);
344 #ifdef NSWBUF_MIN
345         if (nswbuf < NSWBUF_MIN)
346                 nswbuf = NSWBUF_MIN;
347 #endif
348 #ifdef DIRECTIO
349         ffs_rawread_setup();
350 #endif
351
352         valloc(swbuf, struct buf, nswbuf);
353         valloc(buf, struct buf, nbuf);
354
355         /*
356          * End of first pass, size has been calculated so allocate memory
357          */
358         if (firstaddr == 0) {
359                 size = (vm_size_t)(v - firstaddr);
360                 firstaddr = kmem_alloc(&kernel_map, round_page(size));
361                 if (firstaddr == 0)
362                         panic("startup: no room for tables");
363                 goto again;
364         }
365
366         /*
367          * End of second pass, addresses have been assigned
368          */
369         if ((vm_size_t)(v - firstaddr) != size)
370                 panic("startup: table size inconsistency");
371
372         kmem_suballoc(&kernel_map, &clean_map, &clean_sva, &clean_eva,
373                       (nbuf*BKVASIZE) + (nswbuf*MAXPHYS) + pager_map_size);
374         kmem_suballoc(&clean_map, &buffer_map, &buffer_sva, &buffer_eva,
375                       (nbuf*BKVASIZE));
376         buffer_map.system_map = 1;
377         kmem_suballoc(&clean_map, &pager_map, &pager_sva, &pager_eva,
378                       (nswbuf*MAXPHYS) + pager_map_size);
379         pager_map.system_map = 1;
380
381 #if defined(USERCONFIG)
382         userconfig();
383         cninit();               /* the preferred console may have changed */
384 #endif
385
386         kprintf("avail memory = %ju (%ju MB)\n",
387                 (uintmax_t)ptoa(vmstats.v_free_count),
388                 (uintmax_t)ptoa(vmstats.v_free_count) / 1024 / 1024);
389
390         /*
391          * Set up buffers, so they can be used to read disk labels.
392          */
393         bufinit();
394         vm_pager_bufferinit();
395 }
396
397 static void
398 cpu_finish(void *dummy __unused)
399 {
400         cpu_setregs();
401 }
402
403 static void
404 pic_finish(void *dummy __unused)
405 {
406         /* Log ELCR information */
407         elcr_dump();
408
409         /* Log MPTABLE information */
410         mptable_pci_int_dump();
411
412         /* Finalize PCI */
413         MachIntrABI.finalize();
414 }
415
416 /*
417  * Send an interrupt to process.
418  *
419  * Stack is set up to allow sigcode stored
420  * at top to call routine, followed by kcall
421  * to sigreturn routine below.  After sigreturn
422  * resets the signal mask, the stack, and the
423  * frame pointer, it returns to the user
424  * specified pc, psl.
425  */
426 void
427 sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
428 {
429         struct lwp *lp = curthread->td_lwp;
430         struct proc *p = lp->lwp_proc;
431         struct trapframe *regs;
432         struct sigacts *psp = p->p_sigacts;
433         struct sigframe sf, *sfp;
434         int oonstack;
435         char *sp;
436
437         regs = lp->lwp_md.md_regs;
438         oonstack = (lp->lwp_sigstk.ss_flags & SS_ONSTACK) ? 1 : 0;
439
440         /* Save user context */
441         bzero(&sf, sizeof(struct sigframe));
442         sf.sf_uc.uc_sigmask = *mask;
443         sf.sf_uc.uc_stack = lp->lwp_sigstk;
444         sf.sf_uc.uc_mcontext.mc_onstack = oonstack;
445         KKASSERT(__offsetof(struct trapframe, tf_rdi) == 0);
446         bcopy(regs, &sf.sf_uc.uc_mcontext.mc_rdi, sizeof(struct trapframe));
447
448         /* Make the size of the saved context visible to userland */
449         sf.sf_uc.uc_mcontext.mc_len = sizeof(sf.sf_uc.uc_mcontext);
450
451         /* Save mailbox pending state for syscall interlock semantics */
452         if (p->p_flag & P_MAILBOX)
453                 sf.sf_uc.uc_mcontext.mc_xflags |= PGEX_MAILBOX;
454
455         /* Allocate and validate space for the signal handler context. */
456         if ((lp->lwp_flag & LWP_ALTSTACK) != 0 && !oonstack &&
457             SIGISMEMBER(psp->ps_sigonstack, sig)) {
458                 sp = (char *)(lp->lwp_sigstk.ss_sp + lp->lwp_sigstk.ss_size -
459                               sizeof(struct sigframe));
460                 lp->lwp_sigstk.ss_flags |= SS_ONSTACK;
461         } else {
462                 /* We take red zone into account */
463                 sp = (char *)regs->tf_rsp - sizeof(struct sigframe) - 128;
464         }
465
466         /* Align to 16 bytes */
467         sfp = (struct sigframe *)((intptr_t)sp & ~(intptr_t)0xF);
468
469         /* Translate the signal is appropriate */
470         if (p->p_sysent->sv_sigtbl) {
471                 if (sig <= p->p_sysent->sv_sigsize)
472                         sig = p->p_sysent->sv_sigtbl[_SIG_IDX(sig)];
473         }
474
475         /*
476          * Build the argument list for the signal handler.
477          *
478          * Arguments are in registers (%rdi, %rsi, %rdx, %rcx)
479          */
480         regs->tf_rdi = sig;                             /* argument 1 */
481         regs->tf_rdx = (register_t)&sfp->sf_uc;         /* argument 3 */
482
483         if (SIGISMEMBER(psp->ps_siginfo, sig)) {
484                 /*
485                  * Signal handler installed with SA_SIGINFO.
486                  *
487                  * action(signo, siginfo, ucontext)
488                  */
489                 regs->tf_rsi = (register_t)&sfp->sf_si; /* argument 2 */
490                 regs->tf_rcx = (register_t)regs->tf_addr; /* argument 4 */
491                 sf.sf_ahu.sf_action = (__siginfohandler_t *)catcher;
492
493                 /* fill siginfo structure */
494                 sf.sf_si.si_signo = sig;
495                 sf.sf_si.si_code = code;
496                 sf.sf_si.si_addr = (void *)regs->tf_addr;
497         } else {
498                 /*
499                  * Old FreeBSD-style arguments.
500                  *
501                  * handler (signo, code, [uc], addr)
502                  */
503                 regs->tf_rsi = (register_t)code;        /* argument 2 */
504                 regs->tf_rcx = (register_t)regs->tf_addr; /* argument 4 */
505                 sf.sf_ahu.sf_handler = catcher;
506         }
507
508         /*
509          * If we're a vm86 process, we want to save the segment registers.
510          * We also change eflags to be our emulated eflags, not the actual
511          * eflags.
512          */
513 #if JG
514         if (regs->tf_eflags & PSL_VM) {
515                 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs;
516                 struct vm86_kernel *vm86 = &lp->lwp_thread->td_pcb->pcb_ext->ext_vm86;
517
518                 sf.sf_uc.uc_mcontext.mc_gs = tf->tf_vm86_gs;
519                 sf.sf_uc.uc_mcontext.mc_fs = tf->tf_vm86_fs;
520                 sf.sf_uc.uc_mcontext.mc_es = tf->tf_vm86_es;
521                 sf.sf_uc.uc_mcontext.mc_ds = tf->tf_vm86_ds;
522
523                 if (vm86->vm86_has_vme == 0)
524                         sf.sf_uc.uc_mcontext.mc_eflags =
525                             (tf->tf_eflags & ~(PSL_VIF | PSL_VIP)) |
526                             (vm86->vm86_eflags & (PSL_VIF | PSL_VIP));
527
528                 /*
529                  * Clear PSL_NT to inhibit T_TSSFLT faults on return from
530                  * syscalls made by the signal handler.  This just avoids
531                  * wasting time for our lazy fixup of such faults.  PSL_NT
532                  * does nothing in vm86 mode, but vm86 programs can set it
533                  * almost legitimately in probes for old cpu types.
534                  */
535                 tf->tf_eflags &= ~(PSL_VM | PSL_NT | PSL_VIF | PSL_VIP);
536         }
537 #endif
538
539         /*
540          * Save the FPU state and reinit the FP unit
541          */
542         npxpush(&sf.sf_uc.uc_mcontext);
543
544         /*
545          * Copy the sigframe out to the user's stack.
546          */
547         if (copyout(&sf, sfp, sizeof(struct sigframe)) != 0) {
548                 /*
549                  * Something is wrong with the stack pointer.
550                  * ...Kill the process.
551                  */
552                 sigexit(lp, SIGILL);
553         }
554
555         regs->tf_rsp = (register_t)sfp;
556         regs->tf_rip = PS_STRINGS - *(p->p_sysent->sv_szsigcode);
557
558         /*
559          * i386 abi specifies that the direction flag must be cleared
560          * on function entry
561          */
562         regs->tf_rflags &= ~(PSL_T|PSL_D);
563
564         /*
565          * 64 bit mode has a code and stack selector but
566          * no data or extra selector.  %fs and %gs are not
567          * stored in-context.
568          */
569         regs->tf_cs = _ucodesel;
570         regs->tf_ss = _udatasel;
571 }
572
573 /*
574  * Sanitize the trapframe for a virtual kernel passing control to a custom
575  * VM context.  Remove any items that would otherwise create a privilage
576  * issue.
577  *
578  * XXX at the moment we allow userland to set the resume flag.  Is this a
579  * bad idea?
580  */
581 int
582 cpu_sanitize_frame(struct trapframe *frame)
583 {
584         frame->tf_cs = _ucodesel;
585         frame->tf_ss = _udatasel;
586         /* XXX VM (8086) mode not supported? */
587         frame->tf_rflags &= (PSL_RF | PSL_USERCHANGE | PSL_VM_UNSUPP);
588         frame->tf_rflags |= PSL_RESERVED_DEFAULT | PSL_I;
589
590         return(0);
591 }
592
593 /*
594  * Sanitize the tls so loading the descriptor does not blow up
595  * on us.  For x86_64 we don't have to do anything.
596  */
597 int
598 cpu_sanitize_tls(struct savetls *tls)
599 {
600         return(0);
601 }
602
603 /*
604  * sigreturn(ucontext_t *sigcntxp)
605  *
606  * System call to cleanup state after a signal
607  * has been taken.  Reset signal mask and
608  * stack state from context left by sendsig (above).
609  * Return to previous pc and psl as specified by
610  * context left by sendsig. Check carefully to
611  * make sure that the user has not modified the
612  * state to gain improper privileges.
613  *
614  * MPSAFE
615  */
616 #define EFL_SECURE(ef, oef)     ((((ef) ^ (oef)) & ~PSL_USERCHANGE) == 0)
617 #define CS_SECURE(cs)           (ISPL(cs) == SEL_UPL)
618
619 int
620 sys_sigreturn(struct sigreturn_args *uap)
621 {
622         struct lwp *lp = curthread->td_lwp;
623         struct proc *p = lp->lwp_proc;
624         struct trapframe *regs;
625         ucontext_t uc;
626         ucontext_t *ucp;
627         register_t rflags;
628         int cs;
629         int error;
630
631         /*
632          * We have to copy the information into kernel space so userland
633          * can't modify it while we are sniffing it.
634          */
635         regs = lp->lwp_md.md_regs;
636         error = copyin(uap->sigcntxp, &uc, sizeof(uc));
637         if (error)
638                 return (error);
639         ucp = &uc;
640         rflags = ucp->uc_mcontext.mc_rflags;
641
642         /* VM (8086) mode not supported */
643         rflags &= ~PSL_VM_UNSUPP;
644
645 #if JG
646         if (eflags & PSL_VM) {
647                 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs;
648                 struct vm86_kernel *vm86;
649
650                 /*
651                  * if pcb_ext == 0 or vm86_inited == 0, the user hasn't
652                  * set up the vm86 area, and we can't enter vm86 mode.
653                  */
654                 if (lp->lwp_thread->td_pcb->pcb_ext == 0)
655                         return (EINVAL);
656                 vm86 = &lp->lwp_thread->td_pcb->pcb_ext->ext_vm86;
657                 if (vm86->vm86_inited == 0)
658                         return (EINVAL);
659
660                 /* go back to user mode if both flags are set */
661                 if ((eflags & PSL_VIP) && (eflags & PSL_VIF))
662                         trapsignal(lp, SIGBUS, 0);
663
664                 if (vm86->vm86_has_vme) {
665                         eflags = (tf->tf_eflags & ~VME_USERCHANGE) |
666                             (eflags & VME_USERCHANGE) | PSL_VM;
667                 } else {
668                         vm86->vm86_eflags = eflags;     /* save VIF, VIP */
669                         eflags = (tf->tf_eflags & ~VM_USERCHANGE) |
670                             (eflags & VM_USERCHANGE) | PSL_VM;
671                 }
672                 bcopy(&ucp->uc_mcontext.mc_gs, tf, sizeof(struct trapframe));
673                 tf->tf_eflags = eflags;
674                 tf->tf_vm86_ds = tf->tf_ds;
675                 tf->tf_vm86_es = tf->tf_es;
676                 tf->tf_vm86_fs = tf->tf_fs;
677                 tf->tf_vm86_gs = tf->tf_gs;
678                 tf->tf_ds = _udatasel;
679                 tf->tf_es = _udatasel;
680                 tf->tf_fs = _udatasel;
681                 tf->tf_gs = _udatasel;
682         } else
683 #endif
684         {
685                 /*
686                  * Don't allow users to change privileged or reserved flags.
687                  */
688                 /*
689                  * XXX do allow users to change the privileged flag PSL_RF.
690                  * The cpu sets PSL_RF in tf_eflags for faults.  Debuggers
691                  * should sometimes set it there too.  tf_eflags is kept in
692                  * the signal context during signal handling and there is no
693                  * other place to remember it, so the PSL_RF bit may be
694                  * corrupted by the signal handler without us knowing.
695                  * Corruption of the PSL_RF bit at worst causes one more or
696                  * one less debugger trap, so allowing it is fairly harmless.
697                  */
698                 if (!EFL_SECURE(rflags & ~PSL_RF, regs->tf_rflags & ~PSL_RF)) {
699                         kprintf("sigreturn: rflags = 0x%lx\n", (long)rflags);
700                         return(EINVAL);
701                 }
702
703                 /*
704                  * Don't allow users to load a valid privileged %cs.  Let the
705                  * hardware check for invalid selectors, excess privilege in
706                  * other selectors, invalid %eip's and invalid %esp's.
707                  */
708                 cs = ucp->uc_mcontext.mc_cs;
709                 if (!CS_SECURE(cs)) {
710                         kprintf("sigreturn: cs = 0x%x\n", cs);
711                         trapsignal(lp, SIGBUS, T_PROTFLT);
712                         return(EINVAL);
713                 }
714                 bcopy(&ucp->uc_mcontext.mc_rdi, regs, sizeof(struct trapframe));
715         }
716
717         /*
718          * Restore the FPU state from the frame
719          */
720         crit_enter();
721         npxpop(&ucp->uc_mcontext);
722
723         /*
724          * Merge saved signal mailbox pending flag to maintain interlock
725          * semantics against system calls.
726          */
727         if (ucp->uc_mcontext.mc_xflags & PGEX_MAILBOX) {
728                 lwkt_gettoken(&p->p_token);
729                 p->p_flag |= P_MAILBOX;
730                 lwkt_reltoken(&p->p_token);
731         }
732
733         if (ucp->uc_mcontext.mc_onstack & 1)
734                 lp->lwp_sigstk.ss_flags |= SS_ONSTACK;
735         else
736                 lp->lwp_sigstk.ss_flags &= ~SS_ONSTACK;
737
738         lp->lwp_sigmask = ucp->uc_sigmask;
739         SIG_CANTMASK(lp->lwp_sigmask);
740         crit_exit();
741         return(EJUSTRETURN);
742 }
743
744 /*
745  * Stack frame on entry to function.  %rax will contain the function vector,
746  * %rcx will contain the function data.  flags, rcx, and rax will have
747  * already been pushed on the stack.
748  */
749 struct upc_frame {
750         register_t      rax;
751         register_t      rcx;
752         register_t      rdx;
753         register_t      flags;
754         register_t      oldip;
755 };
756
757 void
758 sendupcall(struct vmupcall *vu, int morepending)
759 {
760         struct lwp *lp = curthread->td_lwp;
761         struct trapframe *regs;
762         struct upcall upcall;
763         struct upc_frame upc_frame;
764         int     crit_count = 0;
765
766         /*
767          * If we are a virtual kernel running an emulated user process
768          * context, switch back to the virtual kernel context before
769          * trying to post the signal.
770          */
771         if (lp->lwp_vkernel && lp->lwp_vkernel->ve) {
772                 lp->lwp_md.md_regs->tf_trapno = 0;
773                 vkernel_trap(lp, lp->lwp_md.md_regs);
774         }
775
776         /*
777          * Get the upcall data structure
778          */
779         if (copyin(lp->lwp_upcall, &upcall, sizeof(upcall)) ||
780             copyin((char *)upcall.upc_uthread + upcall.upc_critoff, &crit_count, sizeof(int))
781         ) {
782                 vu->vu_pending = 0;
783                 kprintf("bad upcall address\n");
784                 return;
785         }
786
787         /*
788          * If the data structure is already marked pending or has a critical
789          * section count, mark the data structure as pending and return 
790          * without doing an upcall.  vu_pending is left set.
791          */
792         if (upcall.upc_pending || crit_count >= vu->vu_pending) {
793                 if (upcall.upc_pending < vu->vu_pending) {
794                         upcall.upc_pending = vu->vu_pending;
795                         copyout(&upcall.upc_pending, &lp->lwp_upcall->upc_pending,
796                                 sizeof(upcall.upc_pending));
797                 }
798                 return;
799         }
800
801         /*
802          * We can run this upcall now, clear vu_pending.
803          *
804          * Bump our critical section count and set or clear the
805          * user pending flag depending on whether more upcalls are
806          * pending.  The user will be responsible for calling 
807          * upc_dispatch(-1) to process remaining upcalls.
808          */
809         vu->vu_pending = 0;
810         upcall.upc_pending = morepending;
811         ++crit_count;
812         copyout(&upcall.upc_pending, &lp->lwp_upcall->upc_pending, 
813                 sizeof(upcall.upc_pending));
814         copyout(&crit_count, (char *)upcall.upc_uthread + upcall.upc_critoff,
815                 sizeof(int));
816
817         /*
818          * Construct a stack frame and issue the upcall
819          */
820         regs = lp->lwp_md.md_regs;
821         upc_frame.rax = regs->tf_rax;
822         upc_frame.rcx = regs->tf_rcx;
823         upc_frame.rdx = regs->tf_rdx;
824         upc_frame.flags = regs->tf_rflags;
825         upc_frame.oldip = regs->tf_rip;
826         if (copyout(&upc_frame, (void *)(regs->tf_rsp - sizeof(upc_frame)),
827             sizeof(upc_frame)) != 0) {
828                 kprintf("bad stack on upcall\n");
829         } else {
830                 regs->tf_rax = (register_t)vu->vu_func;
831                 regs->tf_rcx = (register_t)vu->vu_data;
832                 regs->tf_rdx = (register_t)lp->lwp_upcall;
833                 regs->tf_rip = (register_t)vu->vu_ctx;
834                 regs->tf_rsp -= sizeof(upc_frame);
835         }
836 }
837
838 /*
839  * fetchupcall occurs in the context of a system call, which means that
840  * we have to return EJUSTRETURN in order to prevent eax and edx from
841  * being overwritten by the syscall return value.
842  *
843  * if vu is not NULL we return the new context in %edx, the new data in %ecx,
844  * and the function pointer in %eax.  
845  */
846 int
847 fetchupcall(struct vmupcall *vu, int morepending, void *rsp)
848 {
849         struct upc_frame upc_frame;
850         struct lwp *lp = curthread->td_lwp;
851         struct trapframe *regs;
852         int error;
853         struct upcall upcall;
854         int crit_count;
855
856         regs = lp->lwp_md.md_regs;
857
858         error = copyout(&morepending, &lp->lwp_upcall->upc_pending, sizeof(int));
859         if (error == 0) {
860             if (vu) {
861                 /*
862                  * This jumps us to the next ready context.
863                  */
864                 vu->vu_pending = 0;
865                 error = copyin(lp->lwp_upcall, &upcall, sizeof(upcall));
866                 crit_count = 0;
867                 if (error == 0)
868                         error = copyin((char *)upcall.upc_uthread + upcall.upc_critoff, &crit_count, sizeof(int));
869                 ++crit_count;
870                 if (error == 0)
871                         error = copyout(&crit_count, (char *)upcall.upc_uthread + upcall.upc_critoff, sizeof(int));
872                 regs->tf_rax = (register_t)vu->vu_func;
873                 regs->tf_rcx = (register_t)vu->vu_data;
874                 regs->tf_rdx = (register_t)lp->lwp_upcall;
875                 regs->tf_rip = (register_t)vu->vu_ctx;
876                 regs->tf_rsp = (register_t)rsp;
877             } else {
878                 /*
879                  * This returns us to the originally interrupted code.
880                  */
881                 error = copyin(rsp, &upc_frame, sizeof(upc_frame));
882                 regs->tf_rax = upc_frame.rax;
883                 regs->tf_rcx = upc_frame.rcx;
884                 regs->tf_rdx = upc_frame.rdx;
885                 regs->tf_rflags = (regs->tf_rflags & ~PSL_USERCHANGE) |
886                                 (upc_frame.flags & PSL_USERCHANGE);
887                 regs->tf_rip = upc_frame.oldip;
888                 regs->tf_rsp = (register_t)((char *)rsp + sizeof(upc_frame));
889             }
890         }
891         if (error == 0)
892                 error = EJUSTRETURN;
893         return(error);
894 }
895
896 /*
897  * Machine dependent boot() routine
898  *
899  * I haven't seen anything to put here yet
900  * Possibly some stuff might be grafted back here from boot()
901  */
902 void
903 cpu_boot(int howto)
904 {
905 }
906
907 /*
908  * Shutdown the CPU as much as possible
909  */
910 void
911 cpu_halt(void)
912 {
913         for (;;)
914                 __asm__ __volatile("hlt");
915 }
916
917 /*
918  * cpu_idle() represents the idle LWKT.  You cannot return from this function
919  * (unless you want to blow things up!).  Instead we look for runnable threads
920  * and loop or halt as appropriate.  Giant is not held on entry to the thread.
921  *
922  * The main loop is entered with a critical section held, we must release
923  * the critical section before doing anything else.  lwkt_switch() will
924  * check for pending interrupts due to entering and exiting its own 
925  * critical section.
926  *
927  * NOTE: On an SMP system we rely on a scheduler IPI to wake a HLTed cpu up.
928  *       However, there are cases where the idlethread will be entered with
929  *       the possibility that no IPI will occur and in such cases
930  *       lwkt_switch() sets TDF_IDLE_NOHLT.
931  *
932  * NOTE: cpu_idle_hlt again defaults to 2 (use ACPI sleep states).  Set to
933  *       1 to just use hlt and for debugging purposes.
934  *
935  * NOTE: cpu_idle_repeat determines how many entries into the idle thread
936  *       must occur before it starts using ACPI halt.
937  */
938 static int      cpu_idle_hlt = 2;
939 static int      cpu_idle_hltcnt;
940 static int      cpu_idle_spincnt;
941 static u_int    cpu_idle_repeat = 4;
942 SYSCTL_INT(_machdep, OID_AUTO, cpu_idle_hlt, CTLFLAG_RW,
943     &cpu_idle_hlt, 0, "Idle loop HLT enable");
944 SYSCTL_INT(_machdep, OID_AUTO, cpu_idle_hltcnt, CTLFLAG_RW,
945     &cpu_idle_hltcnt, 0, "Idle loop entry halts");
946 SYSCTL_INT(_machdep, OID_AUTO, cpu_idle_spincnt, CTLFLAG_RW,
947     &cpu_idle_spincnt, 0, "Idle loop entry spins");
948 SYSCTL_INT(_machdep, OID_AUTO, cpu_idle_repeat, CTLFLAG_RW,
949     &cpu_idle_repeat, 0, "Idle entries before acpi hlt");
950
951 static void
952 cpu_idle_default_hook(void)
953 {
954         /*
955          * We must guarentee that hlt is exactly the instruction
956          * following the sti.
957          */
958         __asm __volatile("sti; hlt");
959 }
960
961 /* Other subsystems (e.g., ACPI) can hook this later. */
962 void (*cpu_idle_hook)(void) = cpu_idle_default_hook;
963
964 void
965 cpu_idle(void)
966 {
967         globaldata_t gd = mycpu;
968         struct thread *td __debugvar = gd->gd_curthread;
969         int reqflags;
970         int quick;
971
972         crit_exit();
973         KKASSERT(td->td_critcount == 0);
974         for (;;) {
975                 /*
976                  * See if there are any LWKTs ready to go.
977                  */
978                 lwkt_switch();
979
980                 /*
981                  * When halting inside a cli we must check for reqflags
982                  * races, particularly [re]schedule requests.  Running
983                  * splz() does the job.
984                  *
985                  * cpu_idle_hlt:
986                  *      0       Never halt, just spin
987                  *
988                  *      1       Always use HLT (or MONITOR/MWAIT if avail).
989                  *              This typically eats more power than the
990                  *              ACPI halt.
991                  *
992                  *      2       Use HLT/MONITOR/MWAIT up to a point and then
993                  *              use the ACPI halt (default).  This is a hybrid
994                  *              approach.  See machdep.cpu_idle_repeat.
995                  *
996                  *      3       Always use the ACPI halt.  This typically
997                  *              eats the least amount of power but the cpu
998                  *              will be slow waking up.  Slows down e.g.
999                  *              compiles and other pipe/event oriented stuff.
1000                  *
1001                  * NOTE: Interrupts are enabled and we are not in a critical
1002                  *       section.
1003                  *
1004                  * NOTE: Preemptions do not reset gd_idle_repeat.   Also we
1005                  *       don't bother capping gd_idle_repeat, it is ok if
1006                  *       it overflows.
1007                  */
1008                 ++gd->gd_idle_repeat;
1009                 reqflags = gd->gd_reqflags;
1010                 quick = (cpu_idle_hlt == 1) ||
1011                         (cpu_idle_hlt < 3 &&
1012                          gd->gd_idle_repeat < cpu_idle_repeat);
1013
1014                 if (quick && (cpu_mi_feature & CPU_MI_MONITOR) &&
1015                     (reqflags & RQF_IDLECHECK_WK_MASK) == 0) {
1016                         splz(); /* XXX */
1017                         cpu_mmw_pause_int(&gd->gd_reqflags, reqflags);
1018                         ++cpu_idle_hltcnt;
1019                 } else if (cpu_idle_hlt) {
1020                         __asm __volatile("cli");
1021                         splz();
1022                         if ((gd->gd_reqflags & RQF_IDLECHECK_WK_MASK) == 0) {
1023                                 if (quick)
1024                                         cpu_idle_default_hook();
1025                                 else
1026                                         cpu_idle_hook();
1027                         }
1028                         __asm __volatile("sti");
1029                         ++cpu_idle_hltcnt;
1030                 } else {
1031                         splz();
1032                         __asm __volatile("sti");
1033                         ++cpu_idle_spincnt;
1034                 }
1035         }
1036 }
1037
1038 #ifdef SMP
1039
1040 /*
1041  * This routine is called if a spinlock has been held through the
1042  * exponential backoff period and is seriously contested.  On a real cpu
1043  * we let it spin.
1044  */
1045 void
1046 cpu_spinlock_contested(void)
1047 {
1048         cpu_pause();
1049 }
1050
1051 #endif
1052
1053 /*
1054  * Clear registers on exec
1055  */
1056 void
1057 exec_setregs(u_long entry, u_long stack, u_long ps_strings)
1058 {
1059         struct thread *td = curthread;
1060         struct lwp *lp = td->td_lwp;
1061         struct pcb *pcb = td->td_pcb;
1062         struct trapframe *regs = lp->lwp_md.md_regs;
1063
1064         /* was i386_user_cleanup() in NetBSD */
1065         user_ldt_free(pcb);
1066   
1067         bzero((char *)regs, sizeof(struct trapframe));
1068         regs->tf_rip = entry;
1069         regs->tf_rsp = ((stack - 8) & ~0xFul) + 8; /* align the stack */
1070         regs->tf_rdi = stack;           /* argv */
1071         regs->tf_rflags = PSL_USER | (regs->tf_rflags & PSL_T);
1072         regs->tf_ss = _udatasel;
1073         regs->tf_cs = _ucodesel;
1074         regs->tf_rbx = ps_strings;
1075
1076         /*
1077          * Reset the hardware debug registers if they were in use.
1078          * They won't have any meaning for the newly exec'd process.
1079          */
1080         if (pcb->pcb_flags & PCB_DBREGS) {
1081                 pcb->pcb_dr0 = 0;
1082                 pcb->pcb_dr1 = 0;
1083                 pcb->pcb_dr2 = 0;
1084                 pcb->pcb_dr3 = 0;
1085                 pcb->pcb_dr6 = 0;
1086                 pcb->pcb_dr7 = 0; /* JG set bit 10? */
1087                 if (pcb == td->td_pcb) {
1088                         /*
1089                          * Clear the debug registers on the running
1090                          * CPU, otherwise they will end up affecting
1091                          * the next process we switch to.
1092                          */
1093                         reset_dbregs();
1094                 }
1095                 pcb->pcb_flags &= ~PCB_DBREGS;
1096         }
1097
1098         /*
1099          * Initialize the math emulator (if any) for the current process.
1100          * Actually, just clear the bit that says that the emulator has
1101          * been initialized.  Initialization is delayed until the process
1102          * traps to the emulator (if it is done at all) mainly because
1103          * emulators don't provide an entry point for initialization.
1104          */
1105         pcb->pcb_flags &= ~FP_SOFTFP;
1106
1107         /*
1108          * NOTE: do not set CR0_TS here.  npxinit() must do it after clearing
1109          *       gd_npxthread.  Otherwise a preemptive interrupt thread
1110          *       may panic in npxdna().
1111          */
1112         crit_enter();
1113         load_cr0(rcr0() | CR0_MP);
1114
1115         /*
1116          * NOTE: The MSR values must be correct so we can return to
1117          *       userland.  gd_user_fs/gs must be correct so the switch
1118          *       code knows what the current MSR values are.
1119          */
1120         pcb->pcb_fsbase = 0;    /* Values loaded from PCB on switch */
1121         pcb->pcb_gsbase = 0;
1122         mdcpu->gd_user_fs = 0;  /* Cache of current MSR values */
1123         mdcpu->gd_user_gs = 0;
1124         wrmsr(MSR_FSBASE, 0);   /* Set MSR values for return to userland */
1125         wrmsr(MSR_KGSBASE, 0);
1126
1127         /* Initialize the npx (if any) for the current process. */
1128         npxinit(__INITIAL_NPXCW__);
1129         crit_exit();
1130
1131         pcb->pcb_ds = _udatasel;
1132         pcb->pcb_es = _udatasel;
1133         pcb->pcb_fs = _udatasel;
1134         pcb->pcb_gs = _udatasel;
1135 }
1136
1137 void
1138 cpu_setregs(void)
1139 {
1140         register_t cr0;
1141
1142         cr0 = rcr0();
1143         cr0 |= CR0_NE;                  /* Done by npxinit() */
1144         cr0 |= CR0_MP | CR0_TS;         /* Done at every execve() too. */
1145         cr0 |= CR0_WP | CR0_AM;
1146         load_cr0(cr0);
1147         load_gs(_udatasel);
1148 }
1149
1150 static int
1151 sysctl_machdep_adjkerntz(SYSCTL_HANDLER_ARGS)
1152 {
1153         int error;
1154         error = sysctl_handle_int(oidp, oidp->oid_arg1, oidp->oid_arg2,
1155                 req);
1156         if (!error && req->newptr)
1157                 resettodr();
1158         return (error);
1159 }
1160
1161 SYSCTL_PROC(_machdep, CPU_ADJKERNTZ, adjkerntz, CTLTYPE_INT|CTLFLAG_RW,
1162         &adjkerntz, 0, sysctl_machdep_adjkerntz, "I", "");
1163
1164 SYSCTL_INT(_machdep, CPU_DISRTCSET, disable_rtc_set,
1165         CTLFLAG_RW, &disable_rtc_set, 0, "");
1166
1167 #if JG
1168 SYSCTL_STRUCT(_machdep, CPU_BOOTINFO, bootinfo, 
1169         CTLFLAG_RD, &bootinfo, bootinfo, "");
1170 #endif
1171
1172 SYSCTL_INT(_machdep, CPU_WALLCLOCK, wall_cmos_clock,
1173         CTLFLAG_RW, &wall_cmos_clock, 0, "");
1174
1175 extern u_long bootdev;          /* not a cdev_t - encoding is different */
1176 SYSCTL_ULONG(_machdep, OID_AUTO, guessed_bootdev,
1177         CTLFLAG_RD, &bootdev, 0, "Boot device (not in cdev_t format)");
1178
1179 /*
1180  * Initialize 386 and configure to run kernel
1181  */
1182
1183 /*
1184  * Initialize segments & interrupt table
1185  */
1186
1187 int _default_ldt;
1188 struct user_segment_descriptor gdt[NGDT * MAXCPU];      /* global descriptor table */
1189 static struct gate_descriptor idt0[NIDT];
1190 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */
1191 #if JG
1192 union descriptor ldt[NLDT];             /* local descriptor table */
1193 #endif
1194
1195 /* table descriptors - used to load tables by cpu */
1196 struct region_descriptor r_gdt, r_idt;
1197
1198 /* JG proc0paddr is a virtual address */
1199 void *proc0paddr;
1200 /* JG alignment? */
1201 char proc0paddr_buff[LWKT_THREAD_STACK];
1202
1203
1204 /* software prototypes -- in more palatable form */
1205 struct soft_segment_descriptor gdt_segs[] = {
1206 /* GNULL_SEL    0 Null Descriptor */
1207 {       0x0,                    /* segment base address  */
1208         0x0,                    /* length */
1209         0,                      /* segment type */
1210         0,                      /* segment descriptor priority level */
1211         0,                      /* segment descriptor present */
1212         0,                      /* long */
1213         0,                      /* default 32 vs 16 bit size */
1214         0                       /* limit granularity (byte/page units)*/ },
1215 /* GCODE_SEL    1 Code Descriptor for kernel */
1216 {       0x0,                    /* segment base address  */
1217         0xfffff,                /* length - all address space */
1218         SDT_MEMERA,             /* segment type */
1219         SEL_KPL,                /* segment descriptor priority level */
1220         1,                      /* segment descriptor present */
1221         1,                      /* long */
1222         0,                      /* default 32 vs 16 bit size */
1223         1                       /* limit granularity (byte/page units)*/ },
1224 /* GDATA_SEL    2 Data Descriptor for kernel */
1225 {       0x0,                    /* segment base address  */
1226         0xfffff,                /* length - all address space */
1227         SDT_MEMRWA,             /* segment type */
1228         SEL_KPL,                /* segment descriptor priority level */
1229         1,                      /* segment descriptor present */
1230         1,                      /* long */
1231         0,                      /* default 32 vs 16 bit size */
1232         1                       /* limit granularity (byte/page units)*/ },
1233 /* GUCODE32_SEL 3 32 bit Code Descriptor for user */
1234 {       0x0,                    /* segment base address  */
1235         0xfffff,                /* length - all address space */
1236         SDT_MEMERA,             /* segment type */
1237         SEL_UPL,                /* segment descriptor priority level */
1238         1,                      /* segment descriptor present */
1239         0,                      /* long */
1240         1,                      /* default 32 vs 16 bit size */
1241         1                       /* limit granularity (byte/page units)*/ },
1242 /* GUDATA_SEL   4 32/64 bit Data Descriptor for user */
1243 {       0x0,                    /* segment base address  */
1244         0xfffff,                /* length - all address space */
1245         SDT_MEMRWA,             /* segment type */
1246         SEL_UPL,                /* segment descriptor priority level */
1247         1,                      /* segment descriptor present */
1248         0,                      /* long */
1249         1,                      /* default 32 vs 16 bit size */
1250         1                       /* limit granularity (byte/page units)*/ },
1251 /* GUCODE_SEL   5 64 bit Code Descriptor for user */
1252 {       0x0,                    /* segment base address  */
1253         0xfffff,                /* length - all address space */
1254         SDT_MEMERA,             /* segment type */
1255         SEL_UPL,                /* segment descriptor priority level */
1256         1,                      /* segment descriptor present */
1257         1,                      /* long */
1258         0,                      /* default 32 vs 16 bit size */
1259         1                       /* limit granularity (byte/page units)*/ },
1260 /* GPROC0_SEL   6 Proc 0 Tss Descriptor */
1261 {
1262         0x0,                    /* segment base address */
1263         sizeof(struct x86_64tss)-1,/* length - all address space */
1264         SDT_SYSTSS,             /* segment type */
1265         SEL_KPL,                /* segment descriptor priority level */
1266         1,                      /* segment descriptor present */
1267         0,                      /* long */
1268         0,                      /* unused - default 32 vs 16 bit size */
1269         0                       /* limit granularity (byte/page units)*/ },
1270 /* Actually, the TSS is a system descriptor which is double size */
1271 {       0x0,                    /* segment base address  */
1272         0x0,                    /* length */
1273         0,                      /* segment type */
1274         0,                      /* segment descriptor priority level */
1275         0,                      /* segment descriptor present */
1276         0,                      /* long */
1277         0,                      /* default 32 vs 16 bit size */
1278         0                       /* limit granularity (byte/page units)*/ },
1279 /* GUGS32_SEL   8 32 bit GS Descriptor for user */
1280 {       0x0,                    /* segment base address  */
1281         0xfffff,                /* length - all address space */
1282         SDT_MEMRWA,             /* segment type */
1283         SEL_UPL,                /* segment descriptor priority level */
1284         1,                      /* segment descriptor present */
1285         0,                      /* long */
1286         1,                      /* default 32 vs 16 bit size */
1287         1                       /* limit granularity (byte/page units)*/ },
1288 };
1289
1290 void
1291 setidt(int idx, inthand_t *func, int typ, int dpl, int ist)
1292 {
1293         struct gate_descriptor *ip;
1294
1295         ip = idt + idx;
1296         ip->gd_looffset = (uintptr_t)func;
1297         ip->gd_selector = GSEL(GCODE_SEL, SEL_KPL);
1298         ip->gd_ist = ist;
1299         ip->gd_xx = 0;
1300         ip->gd_type = typ;
1301         ip->gd_dpl = dpl;
1302         ip->gd_p = 1;
1303         ip->gd_hioffset = ((uintptr_t)func)>>16 ;
1304 }
1305
1306 #define IDTVEC(name)    __CONCAT(X,name)
1307
1308 extern inthand_t
1309         IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl),
1310         IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
1311         IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot),
1312         IDTVEC(page), IDTVEC(mchk), IDTVEC(rsvd), IDTVEC(fpu), IDTVEC(align),
1313         IDTVEC(xmm), IDTVEC(dblfault),
1314         IDTVEC(fast_syscall), IDTVEC(fast_syscall32);
1315
1316 #ifdef DEBUG_INTERRUPTS
1317 extern inthand_t *Xrsvdary[256];
1318 #endif
1319
1320 void
1321 sdtossd(struct user_segment_descriptor *sd, struct soft_segment_descriptor *ssd)
1322 {
1323         ssd->ssd_base  = (sd->sd_hibase << 24) | sd->sd_lobase;
1324         ssd->ssd_limit = (sd->sd_hilimit << 16) | sd->sd_lolimit;
1325         ssd->ssd_type  = sd->sd_type;
1326         ssd->ssd_dpl   = sd->sd_dpl;
1327         ssd->ssd_p     = sd->sd_p;
1328         ssd->ssd_def32 = sd->sd_def32;
1329         ssd->ssd_gran  = sd->sd_gran;
1330 }
1331
1332 void
1333 ssdtosd(struct soft_segment_descriptor *ssd, struct user_segment_descriptor *sd)
1334 {
1335
1336         sd->sd_lobase = (ssd->ssd_base) & 0xffffff;
1337         sd->sd_hibase = (ssd->ssd_base >> 24) & 0xff;
1338         sd->sd_lolimit = (ssd->ssd_limit) & 0xffff;
1339         sd->sd_hilimit = (ssd->ssd_limit >> 16) & 0xf;
1340         sd->sd_type  = ssd->ssd_type;
1341         sd->sd_dpl   = ssd->ssd_dpl;
1342         sd->sd_p     = ssd->ssd_p;
1343         sd->sd_long  = ssd->ssd_long;
1344         sd->sd_def32 = ssd->ssd_def32;
1345         sd->sd_gran  = ssd->ssd_gran;
1346 }
1347
1348 void
1349 ssdtosyssd(struct soft_segment_descriptor *ssd,
1350     struct system_segment_descriptor *sd)
1351 {
1352
1353         sd->sd_lobase = (ssd->ssd_base) & 0xffffff;
1354         sd->sd_hibase = (ssd->ssd_base >> 24) & 0xfffffffffful;
1355         sd->sd_lolimit = (ssd->ssd_limit) & 0xffff;
1356         sd->sd_hilimit = (ssd->ssd_limit >> 16) & 0xf;
1357         sd->sd_type  = ssd->ssd_type;
1358         sd->sd_dpl   = ssd->ssd_dpl;
1359         sd->sd_p     = ssd->ssd_p;
1360         sd->sd_gran  = ssd->ssd_gran;
1361 }
1362
1363 /*
1364  * Populate the (physmap) array with base/bound pairs describing the
1365  * available physical memory in the system, then test this memory and
1366  * build the phys_avail array describing the actually-available memory.
1367  *
1368  * If we cannot accurately determine the physical memory map, then use
1369  * value from the 0xE801 call, and failing that, the RTC.
1370  *
1371  * Total memory size may be set by the kernel environment variable
1372  * hw.physmem or the compile-time define MAXMEM.
1373  *
1374  * Memory is aligned to PHYSMAP_ALIGN which must be a multiple
1375  * of PAGE_SIZE.  This also greatly reduces the memory test time
1376  * which would otherwise be excessive on machines with > 8G of ram.
1377  *
1378  * XXX first should be vm_paddr_t.
1379  */
1380
1381 #define PHYSMAP_ALIGN           (vm_paddr_t)(128 * 1024)
1382 #define PHYSMAP_ALIGN_MASK      (vm_paddr_t)(PHYSMAP_ALIGN - 1)
1383
1384 static void
1385 getmemsize(caddr_t kmdp, u_int64_t first)
1386 {
1387         int off, physmap_idx, pa_indx, da_indx;
1388         int i, j;
1389         vm_paddr_t physmap[PHYSMAP_SIZE];
1390         vm_paddr_t pa;
1391         vm_paddr_t msgbuf_size;
1392         u_long physmem_tunable;
1393         pt_entry_t *pte;
1394         struct bios_smap *smapbase, *smap, *smapend;
1395         u_int32_t smapsize;
1396         quad_t dcons_addr, dcons_size;
1397
1398         bzero(physmap, sizeof(physmap));
1399         physmap_idx = 0;
1400
1401         /*
1402          * get memory map from INT 15:E820, kindly supplied by the loader.
1403          *
1404          * subr_module.c says:
1405          * "Consumer may safely assume that size value precedes data."
1406          * ie: an int32_t immediately precedes smap.
1407          */
1408         smapbase = (struct bios_smap *)preload_search_info(kmdp,
1409             MODINFO_METADATA | MODINFOMD_SMAP);
1410         if (smapbase == NULL)
1411                 panic("No BIOS smap info from loader!");
1412
1413         smapsize = *((u_int32_t *)smapbase - 1);
1414         smapend = (struct bios_smap *)((uintptr_t)smapbase + smapsize);
1415
1416         for (smap = smapbase; smap < smapend; smap++) {
1417                 if (boothowto & RB_VERBOSE)
1418                         kprintf("SMAP type=%02x base=%016lx len=%016lx\n",
1419                             smap->type, smap->base, smap->length);
1420
1421                 if (smap->type != SMAP_TYPE_MEMORY)
1422                         continue;
1423
1424                 if (smap->length == 0)
1425                         continue;
1426
1427                 for (i = 0; i <= physmap_idx; i += 2) {
1428                         if (smap->base < physmap[i + 1]) {
1429                                 if (boothowto & RB_VERBOSE) {
1430                                         kprintf("Overlapping or non-monotonic "
1431                                                 "memory region, ignoring "
1432                                                 "second region\n");
1433                                 }
1434                                 continue;
1435                         }
1436                 }
1437                 Realmem += smap->length;
1438
1439                 if (smap->base == physmap[physmap_idx + 1]) {
1440                         physmap[physmap_idx + 1] += smap->length;
1441                         continue;
1442                 }
1443
1444                 physmap_idx += 2;
1445                 if (physmap_idx == PHYSMAP_SIZE) {
1446                         kprintf("Too many segments in the physical "
1447                                 "address map, giving up\n");
1448                         break;
1449                 }
1450                 physmap[physmap_idx] = smap->base;
1451                 physmap[physmap_idx + 1] = smap->base + smap->length;
1452         }
1453
1454         base_memory = physmap[1] / 1024;
1455 #ifdef SMP
1456         /* make hole for AP bootstrap code */
1457         physmap[1] = mp_bootaddress(base_memory);
1458 #endif
1459
1460         /* Save EBDA address, if any */
1461         ebda_addr = (u_long)(*(u_short *)(KERNBASE + 0x40e));
1462         ebda_addr <<= 4;
1463
1464         /*
1465          * Maxmem isn't the "maximum memory", it's one larger than the
1466          * highest page of the physical address space.  It should be
1467          * called something like "Maxphyspage".  We may adjust this
1468          * based on ``hw.physmem'' and the results of the memory test.
1469          */
1470         Maxmem = atop(physmap[physmap_idx + 1]);
1471
1472 #ifdef MAXMEM
1473         Maxmem = MAXMEM / 4;
1474 #endif
1475
1476         if (TUNABLE_ULONG_FETCH("hw.physmem", &physmem_tunable))
1477                 Maxmem = atop(physmem_tunable);
1478
1479         /*
1480          * Don't allow MAXMEM or hw.physmem to extend the amount of memory
1481          * in the system.
1482          */
1483         if (Maxmem > atop(physmap[physmap_idx + 1]))
1484                 Maxmem = atop(physmap[physmap_idx + 1]);
1485
1486         /*
1487          * Blowing out the DMAP will blow up the system.
1488          */
1489         if (Maxmem > atop(DMAP_MAX_ADDRESS - DMAP_MIN_ADDRESS)) {
1490                 kprintf("Limiting Maxmem due to DMAP size\n");
1491                 Maxmem = atop(DMAP_MAX_ADDRESS - DMAP_MIN_ADDRESS);
1492         }
1493
1494         if (atop(physmap[physmap_idx + 1]) != Maxmem &&
1495             (boothowto & RB_VERBOSE)) {
1496                 kprintf("Physical memory use set to %ldK\n", Maxmem * 4);
1497         }
1498
1499         /*
1500          * Call pmap initialization to make new kernel address space
1501          *
1502          * Mask off page 0.
1503          */
1504         pmap_bootstrap(&first);
1505         physmap[0] = PAGE_SIZE;
1506
1507         /*
1508          * Align the physmap to PHYSMAP_ALIGN and cut out anything
1509          * exceeding Maxmem.
1510          */
1511         for (i = j = 0; i <= physmap_idx; i += 2) {
1512                 if (physmap[i+1] > ptoa((vm_paddr_t)Maxmem))
1513                         physmap[i+1] = ptoa((vm_paddr_t)Maxmem);
1514                 physmap[i] = (physmap[i] + PHYSMAP_ALIGN_MASK) &
1515                              ~PHYSMAP_ALIGN_MASK;
1516                 physmap[i+1] = physmap[i+1] & ~PHYSMAP_ALIGN_MASK;
1517
1518                 physmap[j] = physmap[i];
1519                 physmap[j+1] = physmap[i+1];
1520
1521                 if (physmap[i] < physmap[i+1])
1522                         j += 2;
1523         }
1524         physmap_idx = j - 2;
1525
1526         /*
1527          * Align anything else used in the validation loop.
1528          */
1529         first = (first + PHYSMAP_ALIGN_MASK) & ~PHYSMAP_ALIGN_MASK;
1530
1531         /*
1532          * Size up each available chunk of physical memory.
1533          */
1534         pa_indx = 0;
1535         da_indx = 1;
1536         phys_avail[pa_indx++] = physmap[0];
1537         phys_avail[pa_indx] = physmap[0];
1538         dump_avail[da_indx] = physmap[0];
1539         pte = CMAP1;
1540
1541         /*
1542          * Get dcons buffer address
1543          */
1544         if (kgetenv_quad("dcons.addr", &dcons_addr) == 0 ||
1545             kgetenv_quad("dcons.size", &dcons_size) == 0)
1546                 dcons_addr = 0;
1547
1548         /*
1549          * Validate the physical memory.  The physical memory segments
1550          * have already been aligned to PHYSMAP_ALIGN which is a multiple
1551          * of PAGE_SIZE.
1552          */
1553         for (i = 0; i <= physmap_idx; i += 2) {
1554                 vm_paddr_t end;
1555
1556                 end = physmap[i + 1];
1557
1558                 for (pa = physmap[i]; pa < end; pa += PHYSMAP_ALIGN) {
1559                         int tmp, page_bad, full;
1560                         int *ptr = (int *)CADDR1;
1561
1562                         full = FALSE;
1563                         /*
1564                          * block out kernel memory as not available.
1565                          */
1566                         if (pa >= 0x100000 && pa < first)
1567                                 goto do_dump_avail;
1568
1569                         /*
1570                          * block out dcons buffer
1571                          */
1572                         if (dcons_addr > 0
1573                             && pa >= trunc_page(dcons_addr)
1574                             && pa < dcons_addr + dcons_size) {
1575                                 goto do_dump_avail;
1576                         }
1577
1578                         page_bad = FALSE;
1579
1580                         /*
1581                          * map page into kernel: valid, read/write,non-cacheable
1582                          */
1583                         *pte = pa | PG_V | PG_RW | PG_N;
1584                         cpu_invltlb();
1585
1586                         tmp = *(int *)ptr;
1587                         /*
1588                          * Test for alternating 1's and 0's
1589                          */
1590                         *(volatile int *)ptr = 0xaaaaaaaa;
1591                         cpu_mfence();
1592                         if (*(volatile int *)ptr != 0xaaaaaaaa)
1593                                 page_bad = TRUE;
1594                         /*
1595                          * Test for alternating 0's and 1's
1596                          */
1597                         *(volatile int *)ptr = 0x55555555;
1598                         cpu_mfence();
1599                         if (*(volatile int *)ptr != 0x55555555)
1600                                 page_bad = TRUE;
1601                         /*
1602                          * Test for all 1's
1603                          */
1604                         *(volatile int *)ptr = 0xffffffff;
1605                         cpu_mfence();
1606                         if (*(volatile int *)ptr != 0xffffffff)
1607                                 page_bad = TRUE;
1608                         /*
1609                          * Test for all 0's
1610                          */
1611                         *(volatile int *)ptr = 0x0;
1612                         cpu_mfence();
1613                         if (*(volatile int *)ptr != 0x0)
1614                                 page_bad = TRUE;
1615                         /*
1616                          * Restore original value.
1617                          */
1618                         *(int *)ptr = tmp;
1619
1620                         /*
1621                          * Adjust array of valid/good pages.
1622                          */
1623                         if (page_bad == TRUE)
1624                                 continue;
1625                         /*
1626                          * If this good page is a continuation of the
1627                          * previous set of good pages, then just increase
1628                          * the end pointer. Otherwise start a new chunk.
1629                          * Note that "end" points one higher than end,
1630                          * making the range >= start and < end.
1631                          * If we're also doing a speculative memory
1632                          * test and we at or past the end, bump up Maxmem
1633                          * so that we keep going. The first bad page
1634                          * will terminate the loop.
1635                          */
1636                         if (phys_avail[pa_indx] == pa) {
1637                                 phys_avail[pa_indx] += PHYSMAP_ALIGN;
1638                         } else {
1639                                 pa_indx++;
1640                                 if (pa_indx == PHYS_AVAIL_ARRAY_END) {
1641                                         kprintf(
1642                 "Too many holes in the physical address space, giving up\n");
1643                                         pa_indx--;
1644                                         full = TRUE;
1645                                         goto do_dump_avail;
1646                                 }
1647                                 phys_avail[pa_indx++] = pa;
1648                                 phys_avail[pa_indx] = pa + PHYSMAP_ALIGN;
1649                         }
1650                         physmem += PHYSMAP_ALIGN / PAGE_SIZE;
1651 do_dump_avail:
1652                         if (dump_avail[da_indx] == pa) {
1653                                 dump_avail[da_indx] += PHYSMAP_ALIGN;
1654                         } else {
1655                                 da_indx++;
1656                                 if (da_indx == DUMP_AVAIL_ARRAY_END) {
1657                                         da_indx--;
1658                                         goto do_next;
1659                                 }
1660                                 dump_avail[da_indx++] = pa;
1661                                 dump_avail[da_indx] = pa + PHYSMAP_ALIGN;
1662                         }
1663 do_next:
1664                         if (full)
1665                                 break;
1666                 }
1667         }
1668         *pte = 0;
1669         cpu_invltlb();
1670
1671         /*
1672          * The last chunk must contain at least one page plus the message
1673          * buffer to avoid complicating other code (message buffer address
1674          * calculation, etc.).
1675          */
1676         msgbuf_size = (MSGBUF_SIZE + PHYSMAP_ALIGN_MASK) & ~PHYSMAP_ALIGN_MASK;
1677
1678         while (phys_avail[pa_indx - 1] + PHYSMAP_ALIGN +
1679                msgbuf_size >= phys_avail[pa_indx]) {
1680                 physmem -= atop(phys_avail[pa_indx] - phys_avail[pa_indx - 1]);
1681                 phys_avail[pa_indx--] = 0;
1682                 phys_avail[pa_indx--] = 0;
1683         }
1684
1685         Maxmem = atop(phys_avail[pa_indx]);
1686
1687         /* Trim off space for the message buffer. */
1688         phys_avail[pa_indx] -= msgbuf_size;
1689
1690         avail_end = phys_avail[pa_indx];
1691
1692         /* Map the message buffer. */
1693         for (off = 0; off < msgbuf_size; off += PAGE_SIZE) {
1694                 pmap_kenter((vm_offset_t)msgbufp + off,
1695                             phys_avail[pa_indx] + off);
1696         }
1697 }
1698
1699 struct machintr_abi MachIntrABI;
1700
1701 /*
1702  * IDT VECTORS:
1703  *      0       Divide by zero
1704  *      1       Debug
1705  *      2       NMI
1706  *      3       BreakPoint
1707  *      4       OverFlow
1708  *      5       Bound-Range
1709  *      6       Invalid OpCode
1710  *      7       Device Not Available (x87)
1711  *      8       Double-Fault
1712  *      9       Coprocessor Segment overrun (unsupported, reserved)
1713  *      10      Invalid-TSS
1714  *      11      Segment not present
1715  *      12      Stack
1716  *      13      General Protection
1717  *      14      Page Fault
1718  *      15      Reserved
1719  *      16      x87 FP Exception pending
1720  *      17      Alignment Check
1721  *      18      Machine Check
1722  *      19      SIMD floating point
1723  *      20-31   reserved
1724  *      32-255  INTn/external sources
1725  */
1726 u_int64_t
1727 hammer_time(u_int64_t modulep, u_int64_t physfree)
1728 {
1729         caddr_t kmdp;
1730         int gsel_tss, x;
1731 #if JG
1732         int metadata_missing, off;
1733 #endif
1734         struct mdglobaldata *gd;
1735         u_int64_t msr;
1736
1737         /*
1738          * Prevent lowering of the ipl if we call tsleep() early.
1739          */
1740         gd = &CPU_prvspace[0].mdglobaldata;
1741         bzero(gd, sizeof(*gd));
1742
1743         /*
1744          * Note: on both UP and SMP curthread must be set non-NULL
1745          * early in the boot sequence because the system assumes
1746          * that 'curthread' is never NULL.
1747          */
1748
1749         gd->mi.gd_curthread = &thread0;
1750         thread0.td_gd = &gd->mi;
1751
1752         atdevbase = ISA_HOLE_START + PTOV_OFFSET;
1753
1754 #if JG
1755         metadata_missing = 0;
1756         if (bootinfo.bi_modulep) {
1757                 preload_metadata = (caddr_t)bootinfo.bi_modulep + KERNBASE;
1758                 preload_bootstrap_relocate(KERNBASE);
1759         } else {
1760                 metadata_missing = 1;
1761         }
1762         if (bootinfo.bi_envp)
1763                 kern_envp = (caddr_t)bootinfo.bi_envp + KERNBASE;
1764 #endif
1765
1766         preload_metadata = (caddr_t)(uintptr_t)(modulep + PTOV_OFFSET);
1767         preload_bootstrap_relocate(PTOV_OFFSET);
1768         kmdp = preload_search_by_type("elf kernel");
1769         if (kmdp == NULL)
1770                 kmdp = preload_search_by_type("elf64 kernel");
1771         boothowto = MD_FETCH(kmdp, MODINFOMD_HOWTO, int);
1772         kern_envp = MD_FETCH(kmdp, MODINFOMD_ENVP, char *) + PTOV_OFFSET;
1773 #ifdef DDB
1774         ksym_start = MD_FETCH(kmdp, MODINFOMD_SSYM, uintptr_t);
1775         ksym_end = MD_FETCH(kmdp, MODINFOMD_ESYM, uintptr_t);
1776 #endif
1777
1778         if (boothowto & RB_VERBOSE)
1779                 bootverbose++;
1780
1781         /*
1782          * Default MachIntrABI to ICU
1783          */
1784         MachIntrABI = MachIntrABI_ICU;
1785
1786         TUNABLE_INT_FETCH("hw.apic_io_enable", &ioapic_enable); /* for compat */
1787         TUNABLE_INT_FETCH("hw.ioapic_enable", &ioapic_enable);
1788         TUNABLE_INT_FETCH("hw.lapic_enable", &lapic_enable);
1789
1790         /*
1791          * start with one cpu.  Note: with one cpu, ncpus2_shift, ncpus2_mask,
1792          * and ncpus_fit_mask remain 0.
1793          */
1794         ncpus = 1;
1795         ncpus2 = 1;
1796         ncpus_fit = 1;
1797         /* Init basic tunables, hz etc */
1798         init_param1();
1799
1800         /*
1801          * make gdt memory segments
1802          */
1803         gdt_segs[GPROC0_SEL].ssd_base =
1804                 (uintptr_t) &CPU_prvspace[0].mdglobaldata.gd_common_tss;
1805
1806         gd->mi.gd_prvspace = &CPU_prvspace[0];
1807
1808         for (x = 0; x < NGDT; x++) {
1809                 if (x != GPROC0_SEL && x != (GPROC0_SEL + 1))
1810                         ssdtosd(&gdt_segs[x], &gdt[x]);
1811         }
1812         ssdtosyssd(&gdt_segs[GPROC0_SEL],
1813             (struct system_segment_descriptor *)&gdt[GPROC0_SEL]);
1814
1815         r_gdt.rd_limit = NGDT * sizeof(gdt[0]) - 1;
1816         r_gdt.rd_base =  (long) gdt;
1817         lgdt(&r_gdt);
1818
1819         wrmsr(MSR_FSBASE, 0);           /* User value */
1820         wrmsr(MSR_GSBASE, (u_int64_t)&gd->mi);
1821         wrmsr(MSR_KGSBASE, 0);          /* User value while in the kernel */
1822
1823         mi_gdinit(&gd->mi, 0);
1824         cpu_gdinit(gd, 0);
1825         proc0paddr = proc0paddr_buff;
1826         mi_proc0init(&gd->mi, proc0paddr);
1827         safepri = TDPRI_MAX;
1828
1829         /* spinlocks and the BGL */
1830         init_locks();
1831
1832         /* exceptions */
1833         for (x = 0; x < NIDT; x++)
1834                 setidt(x, &IDTVEC(rsvd), SDT_SYSIGT, SEL_KPL, 0);
1835         setidt(IDT_DE, &IDTVEC(div),  SDT_SYSIGT, SEL_KPL, 0);
1836         setidt(IDT_DB, &IDTVEC(dbg),  SDT_SYSIGT, SEL_KPL, 0);
1837         setidt(IDT_NMI, &IDTVEC(nmi),  SDT_SYSIGT, SEL_KPL, 1);
1838         setidt(IDT_BP, &IDTVEC(bpt),  SDT_SYSIGT, SEL_UPL, 0);
1839         setidt(IDT_OF, &IDTVEC(ofl),  SDT_SYSIGT, SEL_KPL, 0);
1840         setidt(IDT_BR, &IDTVEC(bnd),  SDT_SYSIGT, SEL_KPL, 0);
1841         setidt(IDT_UD, &IDTVEC(ill),  SDT_SYSIGT, SEL_KPL, 0);
1842         setidt(IDT_NM, &IDTVEC(dna),  SDT_SYSIGT, SEL_KPL, 0);
1843         setidt(IDT_DF, &IDTVEC(dblfault), SDT_SYSIGT, SEL_KPL, 1);
1844         setidt(IDT_FPUGP, &IDTVEC(fpusegm),  SDT_SYSIGT, SEL_KPL, 0);
1845         setidt(IDT_TS, &IDTVEC(tss),  SDT_SYSIGT, SEL_KPL, 0);
1846         setidt(IDT_NP, &IDTVEC(missing),  SDT_SYSIGT, SEL_KPL, 0);
1847         setidt(IDT_SS, &IDTVEC(stk),  SDT_SYSIGT, SEL_KPL, 0);
1848         setidt(IDT_GP, &IDTVEC(prot),  SDT_SYSIGT, SEL_KPL, 0);
1849         setidt(IDT_PF, &IDTVEC(page),  SDT_SYSIGT, SEL_KPL, 0);
1850         setidt(IDT_MF, &IDTVEC(fpu),  SDT_SYSIGT, SEL_KPL, 0);
1851         setidt(IDT_AC, &IDTVEC(align), SDT_SYSIGT, SEL_KPL, 0);
1852         setidt(IDT_MC, &IDTVEC(mchk),  SDT_SYSIGT, SEL_KPL, 0);
1853         setidt(IDT_XF, &IDTVEC(xmm), SDT_SYSIGT, SEL_KPL, 0);
1854
1855         r_idt.rd_limit = sizeof(idt0) - 1;
1856         r_idt.rd_base = (long) idt;
1857         lidt(&r_idt);
1858
1859         /*
1860          * Initialize the console before we print anything out.
1861          */
1862         cninit();
1863
1864 #if JG
1865         if (metadata_missing)
1866                 kprintf("WARNING: loader(8) metadata is missing!\n");
1867 #endif
1868
1869 #if     NISA >0
1870         elcr_probe();
1871         isa_defaultirq();
1872 #endif
1873         rand_initialize();
1874
1875         /*
1876          * Initialize IRQ mapping
1877          *
1878          * NOTE:
1879          * SHOULD be after elcr_probe()
1880          */
1881         MachIntrABI_ICU.initmap();
1882 #ifdef SMP
1883         MachIntrABI_IOAPIC.initmap();
1884 #endif
1885
1886 #ifdef DDB
1887         kdb_init();
1888         if (boothowto & RB_KDB)
1889                 Debugger("Boot flags requested debugger");
1890 #endif
1891
1892 #if JG
1893         finishidentcpu();       /* Final stage of CPU initialization */
1894         setidt(6, &IDTVEC(ill),  SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL));
1895         setidt(13, &IDTVEC(prot),  SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL));
1896 #endif
1897         identify_cpu();         /* Final stage of CPU initialization */
1898         initializecpu();        /* Initialize CPU registers */
1899
1900         /* make an initial tss so cpu can get interrupt stack on syscall! */
1901         gd->gd_common_tss.tss_rsp0 =
1902                 (register_t)(thread0.td_kstack +
1903                              KSTACK_PAGES * PAGE_SIZE - sizeof(struct pcb));
1904         /* Ensure the stack is aligned to 16 bytes */
1905         gd->gd_common_tss.tss_rsp0 &= ~(register_t)0xF;
1906
1907         /* double fault stack */
1908         gd->gd_common_tss.tss_ist1 =
1909                 (long)&gd->mi.gd_prvspace->idlestack[
1910                         sizeof(gd->mi.gd_prvspace->idlestack)];
1911
1912         /* Set the IO permission bitmap (empty due to tss seg limit) */
1913         gd->gd_common_tss.tss_iobase = sizeof(struct x86_64tss);
1914
1915         gsel_tss = GSEL(GPROC0_SEL, SEL_KPL);
1916         gd->gd_tss_gdt = &gdt[GPROC0_SEL];
1917         gd->gd_common_tssd = *gd->gd_tss_gdt;
1918         ltr(gsel_tss);
1919
1920         /* Set up the fast syscall stuff */
1921         msr = rdmsr(MSR_EFER) | EFER_SCE;
1922         wrmsr(MSR_EFER, msr);
1923         wrmsr(MSR_LSTAR, (u_int64_t)IDTVEC(fast_syscall));
1924         wrmsr(MSR_CSTAR, (u_int64_t)IDTVEC(fast_syscall32));
1925         msr = ((u_int64_t)GSEL(GCODE_SEL, SEL_KPL) << 32) |
1926               ((u_int64_t)GSEL(GUCODE32_SEL, SEL_UPL) << 48);
1927         wrmsr(MSR_STAR, msr);
1928         wrmsr(MSR_SF_MASK, PSL_NT|PSL_T|PSL_I|PSL_C|PSL_D);
1929
1930         getmemsize(kmdp, physfree);
1931         init_param2(physmem);
1932
1933         /* now running on new page tables, configured,and u/iom is accessible */
1934
1935         /* Map the message buffer. */
1936 #if JG
1937         for (off = 0; off < round_page(MSGBUF_SIZE); off += PAGE_SIZE)
1938                 pmap_kenter((vm_offset_t)msgbufp + off, avail_end + off);
1939 #endif
1940
1941         msgbufinit(msgbufp, MSGBUF_SIZE);
1942
1943
1944         /* transfer to user mode */
1945
1946         _ucodesel = GSEL(GUCODE_SEL, SEL_UPL);
1947         _udatasel = GSEL(GUDATA_SEL, SEL_UPL);
1948         _ucode32sel = GSEL(GUCODE32_SEL, SEL_UPL);
1949
1950         load_ds(_udatasel);
1951         load_es(_udatasel);
1952         load_fs(_udatasel);
1953
1954         /* setup proc 0's pcb */
1955         thread0.td_pcb->pcb_flags = 0;
1956         thread0.td_pcb->pcb_cr3 = KPML4phys;
1957         thread0.td_pcb->pcb_ext = 0;
1958         lwp0.lwp_md.md_regs = &proc0_tf;        /* XXX needed? */
1959
1960         /* Location of kernel stack for locore */
1961         return ((u_int64_t)thread0.td_pcb);
1962 }
1963
1964 /*
1965  * Initialize machine-dependant portions of the global data structure.
1966  * Note that the global data area and cpu0's idlestack in the private
1967  * data space were allocated in locore.
1968  *
1969  * Note: the idlethread's cpl is 0
1970  *
1971  * WARNING!  Called from early boot, 'mycpu' may not work yet.
1972  */
1973 void
1974 cpu_gdinit(struct mdglobaldata *gd, int cpu)
1975 {
1976         if (cpu)
1977                 gd->mi.gd_curthread = &gd->mi.gd_idlethread;
1978
1979         lwkt_init_thread(&gd->mi.gd_idlethread, 
1980                         gd->mi.gd_prvspace->idlestack, 
1981                         sizeof(gd->mi.gd_prvspace->idlestack), 
1982                         0, &gd->mi);
1983         lwkt_set_comm(&gd->mi.gd_idlethread, "idle_%d", cpu);
1984         gd->mi.gd_idlethread.td_switch = cpu_lwkt_switch;
1985         gd->mi.gd_idlethread.td_sp -= sizeof(void *);
1986         *(void **)gd->mi.gd_idlethread.td_sp = cpu_idle_restore;
1987 }
1988
1989 int
1990 is_globaldata_space(vm_offset_t saddr, vm_offset_t eaddr)
1991 {
1992         if (saddr >= (vm_offset_t)&CPU_prvspace[0] &&
1993             eaddr <= (vm_offset_t)&CPU_prvspace[MAXCPU]) {
1994                 return (TRUE);
1995         }
1996         if (saddr >= DMAP_MIN_ADDRESS && eaddr <= DMAP_MAX_ADDRESS)
1997                 return (TRUE);
1998         return (FALSE);
1999 }
2000
2001 struct globaldata *
2002 globaldata_find(int cpu)
2003 {
2004         KKASSERT(cpu >= 0 && cpu < ncpus);
2005         return(&CPU_prvspace[cpu].mdglobaldata.mi);
2006 }
2007
2008 int
2009 ptrace_set_pc(struct lwp *lp, unsigned long addr)
2010 {
2011         lp->lwp_md.md_regs->tf_rip = addr;
2012         return (0);
2013 }
2014
2015 int
2016 ptrace_single_step(struct lwp *lp)
2017 {
2018         lp->lwp_md.md_regs->tf_rflags |= PSL_T;
2019         return (0);
2020 }
2021
2022 int
2023 fill_regs(struct lwp *lp, struct reg *regs)
2024 {
2025         struct trapframe *tp;
2026
2027         tp = lp->lwp_md.md_regs;
2028         bcopy(&tp->tf_rdi, &regs->r_rdi, sizeof(*regs));
2029         return (0);
2030 }
2031
2032 int
2033 set_regs(struct lwp *lp, struct reg *regs)
2034 {
2035         struct trapframe *tp;
2036
2037         tp = lp->lwp_md.md_regs;
2038         if (!EFL_SECURE(regs->r_rflags, tp->tf_rflags) ||
2039             !CS_SECURE(regs->r_cs))
2040                 return (EINVAL);
2041         bcopy(&regs->r_rdi, &tp->tf_rdi, sizeof(*regs));
2042         return (0);
2043 }
2044
2045 #ifndef CPU_DISABLE_SSE
2046 static void
2047 fill_fpregs_xmm(struct savexmm *sv_xmm, struct save87 *sv_87)
2048 {
2049         struct env87 *penv_87 = &sv_87->sv_env;
2050         struct envxmm *penv_xmm = &sv_xmm->sv_env;
2051         int i;
2052
2053         /* FPU control/status */
2054         penv_87->en_cw = penv_xmm->en_cw;
2055         penv_87->en_sw = penv_xmm->en_sw;
2056         penv_87->en_tw = penv_xmm->en_tw;
2057         penv_87->en_fip = penv_xmm->en_fip;
2058         penv_87->en_fcs = penv_xmm->en_fcs;
2059         penv_87->en_opcode = penv_xmm->en_opcode;
2060         penv_87->en_foo = penv_xmm->en_foo;
2061         penv_87->en_fos = penv_xmm->en_fos;
2062
2063         /* FPU registers */
2064         for (i = 0; i < 8; ++i)
2065                 sv_87->sv_ac[i] = sv_xmm->sv_fp[i].fp_acc;
2066 }
2067
2068 static void
2069 set_fpregs_xmm(struct save87 *sv_87, struct savexmm *sv_xmm)
2070 {
2071         struct env87 *penv_87 = &sv_87->sv_env;
2072         struct envxmm *penv_xmm = &sv_xmm->sv_env;
2073         int i;
2074
2075         /* FPU control/status */
2076         penv_xmm->en_cw = penv_87->en_cw;
2077         penv_xmm->en_sw = penv_87->en_sw;
2078         penv_xmm->en_tw = penv_87->en_tw;
2079         penv_xmm->en_fip = penv_87->en_fip;
2080         penv_xmm->en_fcs = penv_87->en_fcs;
2081         penv_xmm->en_opcode = penv_87->en_opcode;
2082         penv_xmm->en_foo = penv_87->en_foo;
2083         penv_xmm->en_fos = penv_87->en_fos;
2084
2085         /* FPU registers */
2086         for (i = 0; i < 8; ++i)
2087                 sv_xmm->sv_fp[i].fp_acc = sv_87->sv_ac[i];
2088 }
2089 #endif /* CPU_DISABLE_SSE */
2090
2091 int
2092 fill_fpregs(struct lwp *lp, struct fpreg *fpregs)
2093 {
2094 #ifndef CPU_DISABLE_SSE
2095         if (cpu_fxsr) {
2096                 fill_fpregs_xmm(&lp->lwp_thread->td_pcb->pcb_save.sv_xmm,
2097                                 (struct save87 *)fpregs);
2098                 return (0);
2099         }
2100 #endif /* CPU_DISABLE_SSE */
2101         bcopy(&lp->lwp_thread->td_pcb->pcb_save.sv_87, fpregs, sizeof *fpregs);
2102         return (0);
2103 }
2104
2105 int
2106 set_fpregs(struct lwp *lp, struct fpreg *fpregs)
2107 {
2108 #ifndef CPU_DISABLE_SSE
2109         if (cpu_fxsr) {
2110                 set_fpregs_xmm((struct save87 *)fpregs,
2111                                &lp->lwp_thread->td_pcb->pcb_save.sv_xmm);
2112                 return (0);
2113         }
2114 #endif /* CPU_DISABLE_SSE */
2115         bcopy(fpregs, &lp->lwp_thread->td_pcb->pcb_save.sv_87, sizeof *fpregs);
2116         return (0);
2117 }
2118
2119 int
2120 fill_dbregs(struct lwp *lp, struct dbreg *dbregs)
2121 {
2122         if (lp == NULL) {
2123                 dbregs->dr[0] = rdr0();
2124                 dbregs->dr[1] = rdr1();
2125                 dbregs->dr[2] = rdr2();
2126                 dbregs->dr[3] = rdr3();
2127                 dbregs->dr[4] = rdr4();
2128                 dbregs->dr[5] = rdr5();
2129                 dbregs->dr[6] = rdr6();
2130                 dbregs->dr[7] = rdr7();
2131         } else {
2132                 struct pcb *pcb;
2133
2134                 pcb = lp->lwp_thread->td_pcb;
2135                 dbregs->dr[0] = pcb->pcb_dr0;
2136                 dbregs->dr[1] = pcb->pcb_dr1;
2137                 dbregs->dr[2] = pcb->pcb_dr2;
2138                 dbregs->dr[3] = pcb->pcb_dr3;
2139                 dbregs->dr[4] = 0;
2140                 dbregs->dr[5] = 0;
2141                 dbregs->dr[6] = pcb->pcb_dr6;
2142                 dbregs->dr[7] = pcb->pcb_dr7;
2143         }
2144         return (0);
2145 }
2146
2147 int
2148 set_dbregs(struct lwp *lp, struct dbreg *dbregs)
2149 {
2150         if (lp == NULL) {
2151                 load_dr0(dbregs->dr[0]);
2152                 load_dr1(dbregs->dr[1]);
2153                 load_dr2(dbregs->dr[2]);
2154                 load_dr3(dbregs->dr[3]);
2155                 load_dr4(dbregs->dr[4]);
2156                 load_dr5(dbregs->dr[5]);
2157                 load_dr6(dbregs->dr[6]);
2158                 load_dr7(dbregs->dr[7]);
2159         } else {
2160                 struct pcb *pcb;
2161                 struct ucred *ucred;
2162                 int i;
2163                 uint64_t mask1, mask2;
2164
2165                 /*
2166                  * Don't let an illegal value for dr7 get set.  Specifically,
2167                  * check for undefined settings.  Setting these bit patterns
2168                  * result in undefined behaviour and can lead to an unexpected
2169                  * TRCTRAP.
2170                  */
2171                 /* JG this loop looks unreadable */
2172                 /* Check 4 2-bit fields for invalid patterns.
2173                  * These fields are R/Wi, for i = 0..3
2174                  */
2175                 /* Is 10 in LENi allowed when running in compatibility mode? */
2176                 /* Pattern 10 in R/Wi might be used to indicate
2177                  * breakpoint on I/O. Further analysis should be
2178                  * carried to decide if it is safe and useful to
2179                  * provide access to that capability
2180                  */
2181                 for (i = 0, mask1 = 0x3<<16, mask2 = 0x2<<16; i < 4; 
2182                      i++, mask1 <<= 4, mask2 <<= 4)
2183                         if ((dbregs->dr[7] & mask1) == mask2)
2184                                 return (EINVAL);
2185                 
2186                 pcb = lp->lwp_thread->td_pcb;
2187                 ucred = lp->lwp_proc->p_ucred;
2188
2189                 /*
2190                  * Don't let a process set a breakpoint that is not within the
2191                  * process's address space.  If a process could do this, it
2192                  * could halt the system by setting a breakpoint in the kernel
2193                  * (if ddb was enabled).  Thus, we need to check to make sure
2194                  * that no breakpoints are being enabled for addresses outside
2195                  * process's address space, unless, perhaps, we were called by
2196                  * uid 0.
2197                  *
2198                  * XXX - what about when the watched area of the user's
2199                  * address space is written into from within the kernel
2200                  * ... wouldn't that still cause a breakpoint to be generated
2201                  * from within kernel mode?
2202                  */
2203
2204                 if (priv_check_cred(ucred, PRIV_ROOT, 0) != 0) {
2205                         if (dbregs->dr[7] & 0x3) {
2206                                 /* dr0 is enabled */
2207                                 if (dbregs->dr[0] >= VM_MAX_USER_ADDRESS)
2208                                         return (EINVAL);
2209                         }
2210
2211                         if (dbregs->dr[7] & (0x3<<2)) {
2212                                 /* dr1 is enabled */
2213                                 if (dbregs->dr[1] >= VM_MAX_USER_ADDRESS)
2214                                         return (EINVAL);
2215                         }
2216
2217                         if (dbregs->dr[7] & (0x3<<4)) {
2218                                 /* dr2 is enabled */
2219                                 if (dbregs->dr[2] >= VM_MAX_USER_ADDRESS)
2220                                         return (EINVAL);
2221                         }
2222
2223                         if (dbregs->dr[7] & (0x3<<6)) {
2224                                 /* dr3 is enabled */
2225                                 if (dbregs->dr[3] >= VM_MAX_USER_ADDRESS)
2226                                         return (EINVAL);
2227                         }
2228                 }
2229
2230                 pcb->pcb_dr0 = dbregs->dr[0];
2231                 pcb->pcb_dr1 = dbregs->dr[1];
2232                 pcb->pcb_dr2 = dbregs->dr[2];
2233                 pcb->pcb_dr3 = dbregs->dr[3];
2234                 pcb->pcb_dr6 = dbregs->dr[6];
2235                 pcb->pcb_dr7 = dbregs->dr[7];
2236
2237                 pcb->pcb_flags |= PCB_DBREGS;
2238         }
2239
2240         return (0);
2241 }
2242
2243 /*
2244  * Return > 0 if a hardware breakpoint has been hit, and the
2245  * breakpoint was in user space.  Return 0, otherwise.
2246  */
2247 int
2248 user_dbreg_trap(void)
2249 {
2250         u_int64_t dr7, dr6; /* debug registers dr6 and dr7 */
2251         u_int64_t bp;       /* breakpoint bits extracted from dr6 */
2252         int nbp;            /* number of breakpoints that triggered */
2253         caddr_t addr[4];    /* breakpoint addresses */
2254         int i;
2255         
2256         dr7 = rdr7();
2257         if ((dr7 & 0xff) == 0) {
2258                 /*
2259                  * all GE and LE bits in the dr7 register are zero,
2260                  * thus the trap couldn't have been caused by the
2261                  * hardware debug registers
2262                  */
2263                 return 0;
2264         }
2265
2266         nbp = 0;
2267         dr6 = rdr6();
2268         bp = dr6 & 0xf;
2269
2270         if (bp == 0) {
2271                 /*
2272                  * None of the breakpoint bits are set meaning this
2273                  * trap was not caused by any of the debug registers
2274                  */
2275                 return 0;
2276         }
2277
2278         /*
2279          * at least one of the breakpoints were hit, check to see
2280          * which ones and if any of them are user space addresses
2281          */
2282
2283         if (bp & 0x01) {
2284                 addr[nbp++] = (caddr_t)rdr0();
2285         }
2286         if (bp & 0x02) {
2287                 addr[nbp++] = (caddr_t)rdr1();
2288         }
2289         if (bp & 0x04) {
2290                 addr[nbp++] = (caddr_t)rdr2();
2291         }
2292         if (bp & 0x08) {
2293                 addr[nbp++] = (caddr_t)rdr3();
2294         }
2295
2296         for (i=0; i<nbp; i++) {
2297                 if (addr[i] <
2298                     (caddr_t)VM_MAX_USER_ADDRESS) {
2299                         /*
2300                          * addr[i] is in user space
2301                          */
2302                         return nbp;
2303                 }
2304         }
2305
2306         /*
2307          * None of the breakpoints are in user space.
2308          */
2309         return 0;
2310 }
2311
2312
2313 #ifndef DDB
2314 void
2315 Debugger(const char *msg)
2316 {
2317         kprintf("Debugger(\"%s\") called.\n", msg);
2318 }
2319 #endif /* no DDB */
2320
2321 #ifdef DDB
2322
2323 /*
2324  * Provide inb() and outb() as functions.  They are normally only
2325  * available as macros calling inlined functions, thus cannot be
2326  * called inside DDB.
2327  *
2328  * The actual code is stolen from <machine/cpufunc.h>, and de-inlined.
2329  */
2330
2331 #undef inb
2332 #undef outb
2333
2334 /* silence compiler warnings */
2335 u_char inb(u_int);
2336 void outb(u_int, u_char);
2337
2338 u_char
2339 inb(u_int port)
2340 {
2341         u_char  data;
2342         /*
2343          * We use %%dx and not %1 here because i/o is done at %dx and not at
2344          * %edx, while gcc generates inferior code (movw instead of movl)
2345          * if we tell it to load (u_short) port.
2346          */
2347         __asm __volatile("inb %%dx,%0" : "=a" (data) : "d" (port));
2348         return (data);
2349 }
2350
2351 void
2352 outb(u_int port, u_char data)
2353 {
2354         u_char  al;
2355         /*
2356          * Use an unnecessary assignment to help gcc's register allocator.
2357          * This make a large difference for gcc-1.40 and a tiny difference
2358          * for gcc-2.6.0.  For gcc-1.40, al had to be ``asm("ax")'' for
2359          * best results.  gcc-2.6.0 can't handle this.
2360          */
2361         al = data;
2362         __asm __volatile("outb %0,%%dx" : : "a" (al), "d" (port));
2363 }
2364
2365 #endif /* DDB */
2366
2367
2368
2369 #include "opt_cpu.h"
2370
2371
2372 /*
2373  * initialize all the SMP locks
2374  */
2375
2376 /* critical region when masking or unmasking interupts */
2377 struct spinlock_deprecated imen_spinlock;
2378
2379 /* critical region for old style disable_intr/enable_intr */
2380 struct spinlock_deprecated mpintr_spinlock;
2381
2382 /* critical region around INTR() routines */
2383 struct spinlock_deprecated intr_spinlock;
2384
2385 /* lock region used by kernel profiling */
2386 struct spinlock_deprecated mcount_spinlock;
2387
2388 /* locks com (tty) data/hardware accesses: a FASTINTR() */
2389 struct spinlock_deprecated com_spinlock;
2390
2391 /* lock regions around the clock hardware */
2392 struct spinlock_deprecated clock_spinlock;
2393
2394 static void
2395 init_locks(void)
2396 {
2397 #ifdef SMP
2398         /*
2399          * Get the initial mplock with a count of 1 for the BSP.
2400          * This uses a LOGICAL cpu ID, ie BSP == 0.
2401          */
2402         cpu_get_initial_mplock();
2403 #endif
2404         /* DEPRECATED */
2405         spin_lock_init(&mcount_spinlock);
2406         spin_lock_init(&intr_spinlock);
2407         spin_lock_init(&mpintr_spinlock);
2408         spin_lock_init(&imen_spinlock);
2409         spin_lock_init(&com_spinlock);
2410         spin_lock_init(&clock_spinlock);
2411
2412         /* our token pool needs to work early */
2413         lwkt_token_pool_init();
2414 }
2415