Merge branch 'vendor/OPENSSH'
[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_compat.h"
46 #include "opt_cpu.h"
47 #include "opt_ddb.h"
48 #include "opt_directio.h"
49 #include "opt_inet.h"
50 #include "opt_msgbuf.h"
51 #include "opt_swap.h"
52
53 #include <sys/param.h>
54 #include <sys/systm.h>
55 #include <sys/sysproto.h>
56 #include <sys/signalvar.h>
57 #include <sys/kernel.h>
58 #include <sys/linker.h>
59 #include <sys/malloc.h>
60 #include <sys/proc.h>
61 #include <sys/priv.h>
62 #include <sys/buf.h>
63 #include <sys/reboot.h>
64 #include <sys/mbuf.h>
65 #include <sys/msgbuf.h>
66 #include <sys/sysent.h>
67 #include <sys/sysctl.h>
68 #include <sys/vmmeter.h>
69 #include <sys/bus.h>
70 #include <sys/usched.h>
71 #include <sys/reg.h>
72 #include <sys/sbuf.h>
73 #include <sys/ctype.h>
74 #include <sys/serialize.h>
75 #include <sys/systimer.h>
76
77 #include <vm/vm.h>
78 #include <vm/vm_param.h>
79 #include <sys/lock.h>
80 #include <vm/vm_kern.h>
81 #include <vm/vm_object.h>
82 #include <vm/vm_page.h>
83 #include <vm/vm_map.h>
84 #include <vm/vm_pager.h>
85 #include <vm/vm_extern.h>
86
87 #include <sys/thread2.h>
88 #include <sys/mplock2.h>
89 #include <sys/mutex2.h>
90
91 #include <sys/user.h>
92 #include <sys/exec.h>
93 #include <sys/cons.h>
94
95 #include <sys/efi.h>
96
97 #include <ddb/ddb.h>
98
99 #include <machine/cpu.h>
100 #include <machine/clock.h>
101 #include <machine/specialreg.h>
102 #if 0 /* JG */
103 #include <machine/bootinfo.h>
104 #endif
105 #include <machine/md_var.h>
106 #include <machine/metadata.h>
107 #include <machine/pc/bios.h>
108 #include <machine/pcb_ext.h>            /* pcb.h included via sys/user.h */
109 #include <machine/globaldata.h>         /* CPU_prvspace */
110 #include <machine/smp.h>
111 #ifdef PERFMON
112 #include <machine/perfmon.h>
113 #endif
114 #include <machine/cputypes.h>
115 #include <machine/intr_machdep.h>
116 #include <machine/framebuffer.h>
117
118 #ifdef OLD_BUS_ARCH
119 #include <bus/isa/isa_device.h>
120 #endif
121 #include <machine_base/isa/isa_intr.h>
122 #include <bus/isa/rtc.h>
123 #include <sys/random.h>
124 #include <sys/ptrace.h>
125 #include <machine/sigframe.h>
126
127 #include <sys/machintr.h>
128 #include <machine_base/icu/icu_abi.h>
129 #include <machine_base/icu/elcr_var.h>
130 #include <machine_base/apic/lapic.h>
131 #include <machine_base/apic/ioapic.h>
132 #include <machine_base/apic/ioapic_abi.h>
133 #include <machine/mptable.h>
134
135 #define PHYSMAP_ENTRIES         10
136
137 extern u_int64_t hammer_time(u_int64_t, u_int64_t);
138
139 extern void printcpuinfo(void); /* XXX header file */
140 extern void identify_cpu(void);
141 #if 0 /* JG */
142 extern void finishidentcpu(void);
143 #endif
144 extern void panicifcpuunsupported(void);
145
146 static void cpu_startup(void *);
147 static void pic_finish(void *);
148 static void cpu_finish(void *);
149
150 static void set_fpregs_xmm(struct save87 *, struct savexmm *);
151 static void fill_fpregs_xmm(struct savexmm *, struct save87 *);
152 #ifdef DIRECTIO
153 extern void ffs_rawread_setup(void);
154 #endif /* DIRECTIO */
155 static void init_locks(void);
156
157 extern void pcpu_timer_always(struct intrframe *);
158
159 SYSINIT(cpu, SI_BOOT2_START_CPU, SI_ORDER_FIRST, cpu_startup, NULL);
160 SYSINIT(pic_finish, SI_BOOT2_FINISH_PIC, SI_ORDER_FIRST, pic_finish, NULL);
161 SYSINIT(cpu_finish, SI_BOOT2_FINISH_CPU, SI_ORDER_FIRST, cpu_finish, NULL);
162
163 #ifdef DDB
164 extern vm_offset_t ksym_start, ksym_end;
165 #endif
166
167 struct privatespace CPU_prvspace_bsp __aligned(4096);
168 struct privatespace *CPU_prvspace[MAXCPU] = { &CPU_prvspace_bsp };
169
170 int     _udatasel, _ucodesel, _ucode32sel;
171 u_long  atdevbase;
172 int64_t tsc_offsets[MAXCPU];
173 cpumask_t smp_idleinvl_mask;
174 cpumask_t smp_idleinvl_reqs;
175
176 static int cpu_mwait_halt_global; /* MWAIT hint (EAX) or CPU_MWAIT_HINT_ */
177
178 #if defined(SWTCH_OPTIM_STATS)
179 extern int swtch_optim_stats;
180 SYSCTL_INT(_debug, OID_AUTO, swtch_optim_stats,
181         CTLFLAG_RD, &swtch_optim_stats, 0, "");
182 SYSCTL_INT(_debug, OID_AUTO, tlb_flush_count,
183         CTLFLAG_RD, &tlb_flush_count, 0, "");
184 #endif
185 SYSCTL_INT(_hw, OID_AUTO, cpu_mwait_halt,
186         CTLFLAG_RD, &cpu_mwait_halt_global, 0, "");
187 SYSCTL_INT(_hw, OID_AUTO, cpu_mwait_spin, CTLFLAG_RD, &cpu_mwait_spin, 0,
188     "monitor/mwait target state");
189
190 #define CPU_MWAIT_HAS_CX        \
191         ((cpu_feature2 & CPUID2_MON) && \
192          (cpu_mwait_feature & CPUID_MWAIT_EXT))
193
194 #define CPU_MWAIT_CX_NAMELEN    16
195
196 #define CPU_MWAIT_C1            1
197 #define CPU_MWAIT_C2            2
198 #define CPU_MWAIT_C3            3
199 #define CPU_MWAIT_CX_MAX        8
200
201 #define CPU_MWAIT_HINT_AUTO     -1      /* C1 and C2 */
202 #define CPU_MWAIT_HINT_AUTODEEP -2      /* C3+ */
203
204 SYSCTL_NODE(_machdep, OID_AUTO, mwait, CTLFLAG_RW, 0, "MWAIT features");
205 SYSCTL_NODE(_machdep_mwait, OID_AUTO, CX, CTLFLAG_RW, 0, "MWAIT Cx settings");
206
207 struct cpu_mwait_cx {
208         int                     subcnt;
209         char                    name[4];
210         struct sysctl_ctx_list  sysctl_ctx;
211         struct sysctl_oid       *sysctl_tree;
212 };
213 static struct cpu_mwait_cx      cpu_mwait_cx_info[CPU_MWAIT_CX_MAX];
214 static char                     cpu_mwait_cx_supported[256];
215
216 static int                      cpu_mwait_c1_hints_cnt;
217 static int                      cpu_mwait_hints_cnt;
218 static int                      *cpu_mwait_hints;
219
220 static int                      cpu_mwait_deep_hints_cnt;
221 static int                      *cpu_mwait_deep_hints;
222
223 #define CPU_IDLE_REPEAT_DEFAULT 750
224
225 static u_int                    cpu_idle_repeat = CPU_IDLE_REPEAT_DEFAULT;
226 static u_long                   cpu_idle_repeat_max = CPU_IDLE_REPEAT_DEFAULT;
227 static u_int                    cpu_mwait_repeat_shift = 1;
228
229 #define CPU_MWAIT_C3_PREAMBLE_BM_ARB    0x1
230 #define CPU_MWAIT_C3_PREAMBLE_BM_STS    0x2
231
232 static int                      cpu_mwait_c3_preamble =
233                                     CPU_MWAIT_C3_PREAMBLE_BM_ARB |
234                                     CPU_MWAIT_C3_PREAMBLE_BM_STS;
235
236 SYSCTL_STRING(_machdep_mwait_CX, OID_AUTO, supported, CTLFLAG_RD,
237     cpu_mwait_cx_supported, 0, "MWAIT supported C states");
238 SYSCTL_INT(_machdep_mwait_CX, OID_AUTO, c3_preamble, CTLFLAG_RD,
239     &cpu_mwait_c3_preamble, 0, "C3+ preamble mask");
240
241 static int      cpu_mwait_cx_select_sysctl(SYSCTL_HANDLER_ARGS,
242                     int *, boolean_t);
243 static int      cpu_mwait_cx_idle_sysctl(SYSCTL_HANDLER_ARGS);
244 static int      cpu_mwait_cx_pcpu_idle_sysctl(SYSCTL_HANDLER_ARGS);
245 static int      cpu_mwait_cx_spin_sysctl(SYSCTL_HANDLER_ARGS);
246
247 SYSCTL_PROC(_machdep_mwait_CX, OID_AUTO, idle, CTLTYPE_STRING|CTLFLAG_RW,
248     NULL, 0, cpu_mwait_cx_idle_sysctl, "A", "");
249 SYSCTL_PROC(_machdep_mwait_CX, OID_AUTO, spin, CTLTYPE_STRING|CTLFLAG_RW,
250     NULL, 0, cpu_mwait_cx_spin_sysctl, "A", "");
251 SYSCTL_UINT(_machdep_mwait_CX, OID_AUTO, repeat_shift, CTLFLAG_RW,
252     &cpu_mwait_repeat_shift, 0, "");
253
254 long physmem = 0;
255
256 u_long ebda_addr = 0;
257
258 int imcr_present = 0;
259
260 int naps = 0; /* # of Applications processors */
261
262 u_int base_memory;
263 struct mtx dt_lock;             /* lock for GDT and LDT */
264
265 static int
266 sysctl_hw_physmem(SYSCTL_HANDLER_ARGS)
267 {
268         u_long pmem = ctob(physmem);
269
270         int error = sysctl_handle_long(oidp, &pmem, 0, req);
271         return (error);
272 }
273
274 SYSCTL_PROC(_hw, HW_PHYSMEM, physmem, CTLTYPE_ULONG|CTLFLAG_RD,
275         0, 0, sysctl_hw_physmem, "LU", "Total system memory in bytes (number of pages * page size)");
276
277 static int
278 sysctl_hw_usermem(SYSCTL_HANDLER_ARGS)
279 {
280         int error = sysctl_handle_int(oidp, 0,
281                 ctob(physmem - vmstats.v_wire_count), req);
282         return (error);
283 }
284
285 SYSCTL_PROC(_hw, HW_USERMEM, usermem, CTLTYPE_INT|CTLFLAG_RD,
286         0, 0, sysctl_hw_usermem, "IU", "");
287
288 static int
289 sysctl_hw_availpages(SYSCTL_HANDLER_ARGS)
290 {
291         int error = sysctl_handle_int(oidp, 0,
292                 x86_64_btop(avail_end - avail_start), req);
293         return (error);
294 }
295
296 SYSCTL_PROC(_hw, OID_AUTO, availpages, CTLTYPE_INT|CTLFLAG_RD,
297         0, 0, sysctl_hw_availpages, "I", "");
298
299 vm_paddr_t Maxmem;
300 vm_paddr_t Realmem;
301
302 /*
303  * The number of PHYSMAP entries must be one less than the number of
304  * PHYSSEG entries because the PHYSMAP entry that spans the largest
305  * physical address that is accessible by ISA DMA is split into two
306  * PHYSSEG entries.
307  */
308 #define PHYSMAP_SIZE    (2 * (VM_PHYSSEG_MAX - 1))
309
310 vm_paddr_t phys_avail[PHYSMAP_SIZE + 2];
311 vm_paddr_t dump_avail[PHYSMAP_SIZE + 2];
312
313 /* must be 2 less so 0 0 can signal end of chunks */
314 #define PHYS_AVAIL_ARRAY_END (NELEM(phys_avail) - 2)
315 #define DUMP_AVAIL_ARRAY_END (NELEM(dump_avail) - 2)
316
317 static vm_offset_t buffer_sva, buffer_eva;
318 vm_offset_t clean_sva, clean_eva;
319 static vm_offset_t pager_sva, pager_eva;
320 static struct trapframe proc0_tf;
321
322 static void
323 cpu_startup(void *dummy)
324 {
325         caddr_t v;
326         vm_size_t size = 0;
327         vm_offset_t firstaddr;
328
329         /*
330          * Good {morning,afternoon,evening,night}.
331          */
332         kprintf("%s", version);
333         startrtclock();
334         printcpuinfo();
335         panicifcpuunsupported();
336 #ifdef PERFMON
337         perfmon_init();
338 #endif
339         kprintf("real memory  = %ju (%ju MB)\n",
340                 (intmax_t)Realmem,
341                 (intmax_t)Realmem / 1024 / 1024);
342         /*
343          * Display any holes after the first chunk of extended memory.
344          */
345         if (bootverbose) {
346                 int indx;
347
348                 kprintf("Physical memory chunk(s):\n");
349                 for (indx = 0; phys_avail[indx + 1] != 0; indx += 2) {
350                         vm_paddr_t size1 = phys_avail[indx + 1] - phys_avail[indx];
351
352                         kprintf("0x%08jx - 0x%08jx, %ju bytes (%ju pages)\n",
353                                 (intmax_t)phys_avail[indx],
354                                 (intmax_t)phys_avail[indx + 1] - 1,
355                                 (intmax_t)size1,
356                                 (intmax_t)(size1 / PAGE_SIZE));
357                 }
358         }
359
360         /*
361          * Allocate space for system data structures.
362          * The first available kernel virtual address is in "v".
363          * As pages of kernel virtual memory are allocated, "v" is incremented.
364          * As pages of memory are allocated and cleared,
365          * "firstaddr" is incremented.
366          * An index into the kernel page table corresponding to the
367          * virtual memory address maintained in "v" is kept in "mapaddr".
368          */
369
370         /*
371          * Make two passes.  The first pass calculates how much memory is
372          * needed and allocates it.  The second pass assigns virtual
373          * addresses to the various data structures.
374          */
375         firstaddr = 0;
376 again:
377         v = (caddr_t)firstaddr;
378
379 #define valloc(name, type, num) \
380             (name) = (type *)v; v = (caddr_t)((name)+(num))
381 #define valloclim(name, type, num, lim) \
382             (name) = (type *)v; v = (caddr_t)((lim) = ((name)+(num)))
383
384         /*
385          * The nominal buffer size (and minimum KVA allocation) is MAXBSIZE.
386          * For the first 64MB of ram nominally allocate sufficient buffers to
387          * cover 1/4 of our ram.  Beyond the first 64MB allocate additional
388          * buffers to cover 1/20 of our ram over 64MB.  When auto-sizing
389          * the buffer cache we limit the eventual kva reservation to
390          * maxbcache bytes.
391          *
392          * factor represents the 1/4 x ram conversion.
393          */
394         if (nbuf == 0) {
395                 long factor = 4 * NBUFCALCSIZE / 1024;
396                 long kbytes = physmem * (PAGE_SIZE / 1024);
397
398                 nbuf = 50;
399                 if (kbytes > 4096)
400                         nbuf += min((kbytes - 4096) / factor, 65536 / factor);
401                 if (kbytes > 65536)
402                         nbuf += (kbytes - 65536) * 2 / (factor * 5);
403                 if (maxbcache && nbuf > maxbcache / NBUFCALCSIZE)
404                         nbuf = maxbcache / NBUFCALCSIZE;
405         }
406
407         /*
408          * Do not allow the buffer_map to be more then 1/2 the size of the
409          * kernel_map.
410          */
411         if (nbuf > (virtual_end - virtual_start +
412                     virtual2_end - virtual2_start) / (MAXBSIZE * 2)) {
413                 nbuf = (virtual_end - virtual_start +
414                         virtual2_end - virtual2_start) / (MAXBSIZE * 2);
415                 kprintf("Warning: nbufs capped at %ld due to kvm\n", nbuf);
416         }
417
418         /*
419          * Do not allow the buffer_map to use more than 50% of available
420          * physical-equivalent memory.  Since the VM pages which back
421          * individual buffers are typically wired, having too many bufs
422          * can prevent the system from paging properly.
423          */
424         if (nbuf > physmem * PAGE_SIZE / (NBUFCALCSIZE * 2)) {
425                 nbuf = physmem * PAGE_SIZE / (NBUFCALCSIZE * 2);
426                 kprintf("Warning: nbufs capped at %ld due to physmem\n", nbuf);
427         }
428
429         /*
430          * Do not allow the sizeof(struct buf) * nbuf to exceed half of
431          * the valloc space which is just the virtual_end - virtual_start
432          * section.  We use valloc() to allocate the buf header array.
433          */
434         if (nbuf > (virtual_end - virtual_start) / sizeof(struct buf) / 2) {
435                 nbuf = (virtual_end - virtual_start) /
436                        sizeof(struct buf) / 2;
437                 kprintf("Warning: nbufs capped at %ld due to valloc "
438                         "considerations\n", nbuf);
439         }
440
441         nswbuf_mem = lmax(lmin(nbuf / 32, 512), 8);
442 #ifdef NSWBUF_MIN
443         if (nswbuf_mem < NSWBUF_MIN)
444                 nswbuf_mem = NSWBUF_MIN;
445 #endif
446         nswbuf_kva = lmax(lmin(nbuf / 4, 512), 16);
447 #ifdef NSWBUF_MIN
448         if (nswbuf_kva < NSWBUF_MIN)
449                 nswbuf_kva = NSWBUF_MIN;
450 #endif
451 #ifdef DIRECTIO
452         ffs_rawread_setup();
453 #endif
454
455         valloc(swbuf_mem, struct buf, nswbuf_mem);
456         valloc(swbuf_kva, struct buf, nswbuf_kva);
457         valloc(buf, struct buf, nbuf);
458
459         /*
460          * End of first pass, size has been calculated so allocate memory
461          */
462         if (firstaddr == 0) {
463                 size = (vm_size_t)(v - firstaddr);
464                 firstaddr = kmem_alloc(&kernel_map, round_page(size));
465                 if (firstaddr == 0)
466                         panic("startup: no room for tables");
467                 goto again;
468         }
469
470         /*
471          * End of second pass, addresses have been assigned
472          *
473          * nbuf is an int, make sure we don't overflow the field.
474          *
475          * On 64-bit systems we always reserve maximal allocations for
476          * buffer cache buffers and there are no fragmentation issues,
477          * so the KVA segment does not have to be excessively oversized.
478          */
479         if ((vm_size_t)(v - firstaddr) != size)
480                 panic("startup: table size inconsistency");
481
482         kmem_suballoc(&kernel_map, &clean_map, &clean_sva, &clean_eva,
483                       ((vm_offset_t)(nbuf + 16) * MAXBSIZE) +
484                       ((nswbuf_mem + nswbuf_kva) * MAXPHYS) + pager_map_size);
485         kmem_suballoc(&clean_map, &buffer_map, &buffer_sva, &buffer_eva,
486                       ((vm_offset_t)(nbuf + 16) * MAXBSIZE));
487         buffer_map.system_map = 1;
488         kmem_suballoc(&clean_map, &pager_map, &pager_sva, &pager_eva,
489                       ((vm_offset_t)(nswbuf_mem + nswbuf_kva) * MAXPHYS) +
490                       pager_map_size);
491         pager_map.system_map = 1;
492         kprintf("avail memory = %ju (%ju MB)\n",
493                 (uintmax_t)ptoa(vmstats.v_free_count + vmstats.v_dma_pages),
494                 (uintmax_t)ptoa(vmstats.v_free_count + vmstats.v_dma_pages) /
495                 1024 / 1024);
496 }
497
498 struct cpu_idle_stat {
499         int     hint;
500         int     reserved;
501         u_long  halt;
502         u_long  spin;
503         u_long  repeat;
504         u_long  repeat_last;
505         u_long  repeat_delta;
506         u_long  mwait_cx[CPU_MWAIT_CX_MAX];
507 } __cachealign;
508
509 #define CPU_IDLE_STAT_HALT      -1
510 #define CPU_IDLE_STAT_SPIN      -2
511
512 static struct cpu_idle_stat     cpu_idle_stats[MAXCPU];
513
514 static int
515 sysctl_cpu_idle_cnt(SYSCTL_HANDLER_ARGS)
516 {
517         int idx = arg2, cpu, error;
518         u_long val = 0;
519
520         if (idx == CPU_IDLE_STAT_HALT) {
521                 for (cpu = 0; cpu < ncpus; ++cpu)
522                         val += cpu_idle_stats[cpu].halt;
523         } else if (idx == CPU_IDLE_STAT_SPIN) {
524                 for (cpu = 0; cpu < ncpus; ++cpu)
525                         val += cpu_idle_stats[cpu].spin;
526         } else {
527                 KASSERT(idx >= 0 && idx < CPU_MWAIT_CX_MAX,
528                     ("invalid index %d", idx));
529                 for (cpu = 0; cpu < ncpus; ++cpu)
530                         val += cpu_idle_stats[cpu].mwait_cx[idx];
531         }
532
533         error = sysctl_handle_quad(oidp, &val, 0, req);
534         if (error || req->newptr == NULL)
535                 return error;
536
537         if (idx == CPU_IDLE_STAT_HALT) {
538                 for (cpu = 0; cpu < ncpus; ++cpu)
539                         cpu_idle_stats[cpu].halt = 0;
540                 cpu_idle_stats[0].halt = val;
541         } else if (idx == CPU_IDLE_STAT_SPIN) {
542                 for (cpu = 0; cpu < ncpus; ++cpu)
543                         cpu_idle_stats[cpu].spin = 0;
544                 cpu_idle_stats[0].spin = val;
545         } else {
546                 KASSERT(idx >= 0 && idx < CPU_MWAIT_CX_MAX,
547                     ("invalid index %d", idx));
548                 for (cpu = 0; cpu < ncpus; ++cpu)
549                         cpu_idle_stats[cpu].mwait_cx[idx] = 0;
550                 cpu_idle_stats[0].mwait_cx[idx] = val;
551         }
552         return 0;
553 }
554
555 static void
556 cpu_mwait_attach(void)
557 {
558         struct sbuf sb;
559         int hint_idx, i;
560
561         if (!CPU_MWAIT_HAS_CX)
562                 return;
563
564         if (cpu_vendor_id == CPU_VENDOR_INTEL &&
565             (CPUID_TO_FAMILY(cpu_id) > 0xf ||
566              (CPUID_TO_FAMILY(cpu_id) == 0x6 &&
567               CPUID_TO_MODEL(cpu_id) >= 0xf))) {
568                 int bm_sts = 1;
569
570                 /*
571                  * Pentium dual-core, Core 2 and beyond do not need any
572                  * additional activities to enter deep C-state, i.e. C3(+).
573                  */
574                 cpu_mwait_cx_no_bmarb();
575
576                 TUNABLE_INT_FETCH("machdep.cpu.mwait.bm_sts", &bm_sts);
577                 if (!bm_sts)
578                         cpu_mwait_cx_no_bmsts();
579         }
580
581         sbuf_new(&sb, cpu_mwait_cx_supported,
582             sizeof(cpu_mwait_cx_supported), SBUF_FIXEDLEN);
583
584         for (i = 0; i < CPU_MWAIT_CX_MAX; ++i) {
585                 struct cpu_mwait_cx *cx = &cpu_mwait_cx_info[i];
586                 int sub;
587
588                 ksnprintf(cx->name, sizeof(cx->name), "C%d", i);
589
590                 sysctl_ctx_init(&cx->sysctl_ctx);
591                 cx->sysctl_tree = SYSCTL_ADD_NODE(&cx->sysctl_ctx,
592                     SYSCTL_STATIC_CHILDREN(_machdep_mwait), OID_AUTO,
593                     cx->name, CTLFLAG_RW, NULL, "Cx control/info");
594                 if (cx->sysctl_tree == NULL)
595                         continue;
596
597                 cx->subcnt = CPUID_MWAIT_CX_SUBCNT(cpu_mwait_extemu, i);
598                 SYSCTL_ADD_INT(&cx->sysctl_ctx,
599                     SYSCTL_CHILDREN(cx->sysctl_tree), OID_AUTO,
600                     "subcnt", CTLFLAG_RD, &cx->subcnt, 0,
601                     "sub-state count");
602                 SYSCTL_ADD_PROC(&cx->sysctl_ctx,
603                     SYSCTL_CHILDREN(cx->sysctl_tree), OID_AUTO,
604                     "entered", (CTLTYPE_QUAD | CTLFLAG_RW), 0,
605                     i, sysctl_cpu_idle_cnt, "Q", "# of times entered");
606
607                 for (sub = 0; sub < cx->subcnt; ++sub)
608                         sbuf_printf(&sb, "C%d/%d ", i, sub);
609         }
610         sbuf_trim(&sb);
611         sbuf_finish(&sb);
612
613         /*
614          * Non-deep C-states
615          */
616         cpu_mwait_c1_hints_cnt = cpu_mwait_cx_info[CPU_MWAIT_C1].subcnt;
617         for (i = CPU_MWAIT_C1; i < CPU_MWAIT_C3; ++i)
618                 cpu_mwait_hints_cnt += cpu_mwait_cx_info[i].subcnt;
619         cpu_mwait_hints = kmalloc(sizeof(int) * cpu_mwait_hints_cnt,
620             M_DEVBUF, M_WAITOK);
621
622         hint_idx = 0;
623         for (i = CPU_MWAIT_C1; i < CPU_MWAIT_C3; ++i) {
624                 int j, subcnt;
625
626                 subcnt = cpu_mwait_cx_info[i].subcnt;
627                 for (j = 0; j < subcnt; ++j) {
628                         KASSERT(hint_idx < cpu_mwait_hints_cnt,
629                             ("invalid mwait hint index %d", hint_idx));
630                         cpu_mwait_hints[hint_idx] = MWAIT_EAX_HINT(i, j);
631                         ++hint_idx;
632                 }
633         }
634         KASSERT(hint_idx == cpu_mwait_hints_cnt,
635             ("mwait hint count %d != index %d",
636              cpu_mwait_hints_cnt, hint_idx));
637
638         if (bootverbose) {
639                 kprintf("MWAIT hints (%d C1 hints):\n", cpu_mwait_c1_hints_cnt);
640                 for (i = 0; i < cpu_mwait_hints_cnt; ++i) {
641                         int hint = cpu_mwait_hints[i];
642
643                         kprintf("  C%d/%d hint 0x%04x\n",
644                             MWAIT_EAX_TO_CX(hint), MWAIT_EAX_TO_CX_SUB(hint),
645                             hint);
646                 }
647         }
648
649         /*
650          * Deep C-states
651          */
652         for (i = CPU_MWAIT_C1; i < CPU_MWAIT_CX_MAX; ++i)
653                 cpu_mwait_deep_hints_cnt += cpu_mwait_cx_info[i].subcnt;
654         cpu_mwait_deep_hints = kmalloc(sizeof(int) * cpu_mwait_deep_hints_cnt,
655             M_DEVBUF, M_WAITOK);
656
657         hint_idx = 0;
658         for (i = CPU_MWAIT_C1; i < CPU_MWAIT_CX_MAX; ++i) {
659                 int j, subcnt;
660
661                 subcnt = cpu_mwait_cx_info[i].subcnt;
662                 for (j = 0; j < subcnt; ++j) {
663                         KASSERT(hint_idx < cpu_mwait_deep_hints_cnt,
664                             ("invalid mwait deep hint index %d", hint_idx));
665                         cpu_mwait_deep_hints[hint_idx] = MWAIT_EAX_HINT(i, j);
666                         ++hint_idx;
667                 }
668         }
669         KASSERT(hint_idx == cpu_mwait_deep_hints_cnt,
670             ("mwait deep hint count %d != index %d",
671              cpu_mwait_deep_hints_cnt, hint_idx));
672
673         if (bootverbose) {
674                 kprintf("MWAIT deep hints:\n");
675                 for (i = 0; i < cpu_mwait_deep_hints_cnt; ++i) {
676                         int hint = cpu_mwait_deep_hints[i];
677
678                         kprintf("  C%d/%d hint 0x%04x\n",
679                             MWAIT_EAX_TO_CX(hint), MWAIT_EAX_TO_CX_SUB(hint),
680                             hint);
681                 }
682         }
683         cpu_idle_repeat_max = 256 * cpu_mwait_deep_hints_cnt;
684
685         for (i = 0; i < ncpus; ++i) {
686                 char name[16];
687
688                 ksnprintf(name, sizeof(name), "idle%d", i);
689                 SYSCTL_ADD_PROC(NULL,
690                     SYSCTL_STATIC_CHILDREN(_machdep_mwait_CX), OID_AUTO,
691                     name, (CTLTYPE_STRING | CTLFLAG_RW), &cpu_idle_stats[i],
692                     0, cpu_mwait_cx_pcpu_idle_sysctl, "A", "");
693         }
694 }
695
696 static void
697 cpu_finish(void *dummy __unused)
698 {
699         cpu_setregs();
700         cpu_mwait_attach();
701 }
702
703 static void
704 pic_finish(void *dummy __unused)
705 {
706         /* Log ELCR information */
707         elcr_dump();
708
709         /* Log MPTABLE information */
710         mptable_pci_int_dump();
711
712         /* Finalize PCI */
713         MachIntrABI.finalize();
714 }
715
716 /*
717  * Send an interrupt to process.
718  *
719  * Stack is set up to allow sigcode stored
720  * at top to call routine, followed by kcall
721  * to sigreturn routine below.  After sigreturn
722  * resets the signal mask, the stack, and the
723  * frame pointer, it returns to the user
724  * specified pc, psl.
725  */
726 void
727 sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
728 {
729         struct lwp *lp = curthread->td_lwp;
730         struct proc *p = lp->lwp_proc;
731         struct trapframe *regs;
732         struct sigacts *psp = p->p_sigacts;
733         struct sigframe sf, *sfp;
734         int oonstack;
735         char *sp;
736
737         regs = lp->lwp_md.md_regs;
738         oonstack = (lp->lwp_sigstk.ss_flags & SS_ONSTACK) ? 1 : 0;
739
740         /* Save user context */
741         bzero(&sf, sizeof(struct sigframe));
742         sf.sf_uc.uc_sigmask = *mask;
743         sf.sf_uc.uc_stack = lp->lwp_sigstk;
744         sf.sf_uc.uc_mcontext.mc_onstack = oonstack;
745         KKASSERT(__offsetof(struct trapframe, tf_rdi) == 0);
746         bcopy(regs, &sf.sf_uc.uc_mcontext.mc_rdi, sizeof(struct trapframe));
747
748         /* Make the size of the saved context visible to userland */
749         sf.sf_uc.uc_mcontext.mc_len = sizeof(sf.sf_uc.uc_mcontext);
750
751         /* Allocate and validate space for the signal handler context. */
752         if ((lp->lwp_flags & LWP_ALTSTACK) != 0 && !oonstack &&
753             SIGISMEMBER(psp->ps_sigonstack, sig)) {
754                 sp = (char *)(lp->lwp_sigstk.ss_sp + lp->lwp_sigstk.ss_size -
755                               sizeof(struct sigframe));
756                 lp->lwp_sigstk.ss_flags |= SS_ONSTACK;
757         } else {
758                 /* We take red zone into account */
759                 sp = (char *)regs->tf_rsp - sizeof(struct sigframe) - 128;
760         }
761
762         /*
763          * XXX AVX needs 64-byte alignment but sigframe has other fields and
764          * the embedded ucontext is not at the front, so aligning this won't
765          * help us.  Fortunately we bcopy in/out of the sigframe, so the
766          * kernel is ok.
767          *
768          * The problem though is if userland winds up trying to use the
769          * context directly.
770          */
771         sfp = (struct sigframe *)((intptr_t)sp & ~(intptr_t)0xF);
772
773         /* Translate the signal is appropriate */
774         if (p->p_sysent->sv_sigtbl) {
775                 if (sig <= p->p_sysent->sv_sigsize)
776                         sig = p->p_sysent->sv_sigtbl[_SIG_IDX(sig)];
777         }
778
779         /*
780          * Build the argument list for the signal handler.
781          *
782          * Arguments are in registers (%rdi, %rsi, %rdx, %rcx)
783          */
784         regs->tf_rdi = sig;                             /* argument 1 */
785         regs->tf_rdx = (register_t)&sfp->sf_uc;         /* argument 3 */
786
787         if (SIGISMEMBER(psp->ps_siginfo, sig)) {
788                 /*
789                  * Signal handler installed with SA_SIGINFO.
790                  *
791                  * action(signo, siginfo, ucontext)
792                  */
793                 regs->tf_rsi = (register_t)&sfp->sf_si; /* argument 2 */
794                 regs->tf_rcx = (register_t)regs->tf_addr; /* argument 4 */
795                 sf.sf_ahu.sf_action = (__siginfohandler_t *)catcher;
796
797                 /* fill siginfo structure */
798                 sf.sf_si.si_signo = sig;
799                 sf.sf_si.si_code = code;
800                 sf.sf_si.si_addr = (void *)regs->tf_addr;
801         } else {
802                 /*
803                  * Old FreeBSD-style arguments.
804                  *
805                  * handler (signo, code, [uc], addr)
806                  */
807                 regs->tf_rsi = (register_t)code;        /* argument 2 */
808                 regs->tf_rcx = (register_t)regs->tf_addr; /* argument 4 */
809                 sf.sf_ahu.sf_handler = catcher;
810         }
811
812         /*
813          * If we're a vm86 process, we want to save the segment registers.
814          * We also change eflags to be our emulated eflags, not the actual
815          * eflags.
816          */
817 #if 0 /* JG */
818         if (regs->tf_eflags & PSL_VM) {
819                 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs;
820                 struct vm86_kernel *vm86 = &lp->lwp_thread->td_pcb->pcb_ext->ext_vm86;
821
822                 sf.sf_uc.uc_mcontext.mc_gs = tf->tf_vm86_gs;
823                 sf.sf_uc.uc_mcontext.mc_fs = tf->tf_vm86_fs;
824                 sf.sf_uc.uc_mcontext.mc_es = tf->tf_vm86_es;
825                 sf.sf_uc.uc_mcontext.mc_ds = tf->tf_vm86_ds;
826
827                 if (vm86->vm86_has_vme == 0)
828                         sf.sf_uc.uc_mcontext.mc_eflags =
829                             (tf->tf_eflags & ~(PSL_VIF | PSL_VIP)) |
830                             (vm86->vm86_eflags & (PSL_VIF | PSL_VIP));
831
832                 /*
833                  * Clear PSL_NT to inhibit T_TSSFLT faults on return from
834                  * syscalls made by the signal handler.  This just avoids
835                  * wasting time for our lazy fixup of such faults.  PSL_NT
836                  * does nothing in vm86 mode, but vm86 programs can set it
837                  * almost legitimately in probes for old cpu types.
838                  */
839                 tf->tf_eflags &= ~(PSL_VM | PSL_NT | PSL_VIF | PSL_VIP);
840         }
841 #endif
842
843         /*
844          * Save the FPU state and reinit the FP unit
845          */
846         npxpush(&sf.sf_uc.uc_mcontext);
847
848         /*
849          * Copy the sigframe out to the user's stack.
850          */
851         if (copyout(&sf, sfp, sizeof(struct sigframe)) != 0) {
852                 /*
853                  * Something is wrong with the stack pointer.
854                  * ...Kill the process.
855                  */
856                 sigexit(lp, SIGILL);
857         }
858
859         regs->tf_rsp = (register_t)sfp;
860         regs->tf_rip = PS_STRINGS - *(p->p_sysent->sv_szsigcode);
861
862         /*
863          * i386 abi specifies that the direction flag must be cleared
864          * on function entry
865          */
866         regs->tf_rflags &= ~(PSL_T|PSL_D);
867
868         /*
869          * 64 bit mode has a code and stack selector but
870          * no data or extra selector.  %fs and %gs are not
871          * stored in-context.
872          */
873         regs->tf_cs = _ucodesel;
874         regs->tf_ss = _udatasel;
875         clear_quickret();
876 }
877
878 /*
879  * Sanitize the trapframe for a virtual kernel passing control to a custom
880  * VM context.  Remove any items that would otherwise create a privilage
881  * issue.
882  *
883  * XXX at the moment we allow userland to set the resume flag.  Is this a
884  * bad idea?
885  */
886 int
887 cpu_sanitize_frame(struct trapframe *frame)
888 {
889         frame->tf_cs = _ucodesel;
890         frame->tf_ss = _udatasel;
891         /* XXX VM (8086) mode not supported? */
892         frame->tf_rflags &= (PSL_RF | PSL_USERCHANGE | PSL_VM_UNSUPP);
893         frame->tf_rflags |= PSL_RESERVED_DEFAULT | PSL_I;
894
895         return(0);
896 }
897
898 /*
899  * Sanitize the tls so loading the descriptor does not blow up
900  * on us.  For x86_64 we don't have to do anything.
901  */
902 int
903 cpu_sanitize_tls(struct savetls *tls)
904 {
905         return(0);
906 }
907
908 /*
909  * sigreturn(ucontext_t *sigcntxp)
910  *
911  * System call to cleanup state after a signal
912  * has been taken.  Reset signal mask and
913  * stack state from context left by sendsig (above).
914  * Return to previous pc and psl as specified by
915  * context left by sendsig. Check carefully to
916  * make sure that the user has not modified the
917  * state to gain improper privileges.
918  *
919  * MPSAFE
920  */
921 #define EFL_SECURE(ef, oef)     ((((ef) ^ (oef)) & ~PSL_USERCHANGE) == 0)
922 #define CS_SECURE(cs)           (ISPL(cs) == SEL_UPL)
923
924 int
925 sys_sigreturn(struct sigreturn_args *uap)
926 {
927         struct lwp *lp = curthread->td_lwp;
928         struct trapframe *regs;
929         ucontext_t uc;
930         ucontext_t *ucp;
931         register_t rflags;
932         int cs;
933         int error;
934
935         /*
936          * We have to copy the information into kernel space so userland
937          * can't modify it while we are sniffing it.
938          */
939         regs = lp->lwp_md.md_regs;
940         error = copyin(uap->sigcntxp, &uc, sizeof(uc));
941         if (error)
942                 return (error);
943         ucp = &uc;
944         rflags = ucp->uc_mcontext.mc_rflags;
945
946         /* VM (8086) mode not supported */
947         rflags &= ~PSL_VM_UNSUPP;
948
949 #if 0 /* JG */
950         if (eflags & PSL_VM) {
951                 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs;
952                 struct vm86_kernel *vm86;
953
954                 /*
955                  * if pcb_ext == 0 or vm86_inited == 0, the user hasn't
956                  * set up the vm86 area, and we can't enter vm86 mode.
957                  */
958                 if (lp->lwp_thread->td_pcb->pcb_ext == 0)
959                         return (EINVAL);
960                 vm86 = &lp->lwp_thread->td_pcb->pcb_ext->ext_vm86;
961                 if (vm86->vm86_inited == 0)
962                         return (EINVAL);
963
964                 /* go back to user mode if both flags are set */
965                 if ((eflags & PSL_VIP) && (eflags & PSL_VIF))
966                         trapsignal(lp, SIGBUS, 0);
967
968                 if (vm86->vm86_has_vme) {
969                         eflags = (tf->tf_eflags & ~VME_USERCHANGE) |
970                             (eflags & VME_USERCHANGE) | PSL_VM;
971                 } else {
972                         vm86->vm86_eflags = eflags;     /* save VIF, VIP */
973                         eflags = (tf->tf_eflags & ~VM_USERCHANGE) |
974                             (eflags & VM_USERCHANGE) | PSL_VM;
975                 }
976                 bcopy(&ucp->uc_mcontext.mc_gs, tf, sizeof(struct trapframe));
977                 tf->tf_eflags = eflags;
978                 tf->tf_vm86_ds = tf->tf_ds;
979                 tf->tf_vm86_es = tf->tf_es;
980                 tf->tf_vm86_fs = tf->tf_fs;
981                 tf->tf_vm86_gs = tf->tf_gs;
982                 tf->tf_ds = _udatasel;
983                 tf->tf_es = _udatasel;
984                 tf->tf_fs = _udatasel;
985                 tf->tf_gs = _udatasel;
986         } else
987 #endif
988         {
989                 /*
990                  * Don't allow users to change privileged or reserved flags.
991                  */
992                 /*
993                  * XXX do allow users to change the privileged flag PSL_RF.
994                  * The cpu sets PSL_RF in tf_eflags for faults.  Debuggers
995                  * should sometimes set it there too.  tf_eflags is kept in
996                  * the signal context during signal handling and there is no
997                  * other place to remember it, so the PSL_RF bit may be
998                  * corrupted by the signal handler without us knowing.
999                  * Corruption of the PSL_RF bit at worst causes one more or
1000                  * one less debugger trap, so allowing it is fairly harmless.
1001                  */
1002                 if (!EFL_SECURE(rflags & ~PSL_RF, regs->tf_rflags & ~PSL_RF)) {
1003                         kprintf("sigreturn: rflags = 0x%lx\n", (long)rflags);
1004                         return(EINVAL);
1005                 }
1006
1007                 /*
1008                  * Don't allow users to load a valid privileged %cs.  Let the
1009                  * hardware check for invalid selectors, excess privilege in
1010                  * other selectors, invalid %eip's and invalid %esp's.
1011                  */
1012                 cs = ucp->uc_mcontext.mc_cs;
1013                 if (!CS_SECURE(cs)) {
1014                         kprintf("sigreturn: cs = 0x%x\n", cs);
1015                         trapsignal(lp, SIGBUS, T_PROTFLT);
1016                         return(EINVAL);
1017                 }
1018                 bcopy(&ucp->uc_mcontext.mc_rdi, regs, sizeof(struct trapframe));
1019         }
1020
1021         /*
1022          * Restore the FPU state from the frame
1023          */
1024         crit_enter();
1025         npxpop(&ucp->uc_mcontext);
1026
1027         if (ucp->uc_mcontext.mc_onstack & 1)
1028                 lp->lwp_sigstk.ss_flags |= SS_ONSTACK;
1029         else
1030                 lp->lwp_sigstk.ss_flags &= ~SS_ONSTACK;
1031
1032         lp->lwp_sigmask = ucp->uc_sigmask;
1033         SIG_CANTMASK(lp->lwp_sigmask);
1034         clear_quickret();
1035         crit_exit();
1036         return(EJUSTRETURN);
1037 }
1038
1039 /*
1040  * Machine dependent boot() routine
1041  *
1042  * I haven't seen anything to put here yet
1043  * Possibly some stuff might be grafted back here from boot()
1044  */
1045 void
1046 cpu_boot(int howto)
1047 {
1048 }
1049
1050 /*
1051  * Shutdown the CPU as much as possible
1052  */
1053 void
1054 cpu_halt(void)
1055 {
1056         for (;;)
1057                 __asm__ __volatile("hlt");
1058 }
1059
1060 /*
1061  * cpu_idle() represents the idle LWKT.  You cannot return from this function
1062  * (unless you want to blow things up!).  Instead we look for runnable threads
1063  * and loop or halt as appropriate.  Giant is not held on entry to the thread.
1064  *
1065  * The main loop is entered with a critical section held, we must release
1066  * the critical section before doing anything else.  lwkt_switch() will
1067  * check for pending interrupts due to entering and exiting its own 
1068  * critical section.
1069  *
1070  * NOTE: On an SMP system we rely on a scheduler IPI to wake a HLTed cpu up.
1071  *       However, there are cases where the idlethread will be entered with
1072  *       the possibility that no IPI will occur and in such cases
1073  *       lwkt_switch() sets TDF_IDLE_NOHLT.
1074  *
1075  * NOTE: cpu_idle_repeat determines how many entries into the idle thread
1076  *       must occur before it starts using ACPI halt.
1077  *
1078  * NOTE: Value overridden in hammer_time().
1079  */
1080 static int      cpu_idle_hlt = 2;
1081 SYSCTL_INT(_machdep, OID_AUTO, cpu_idle_hlt, CTLFLAG_RW,
1082     &cpu_idle_hlt, 0, "Idle loop HLT enable");
1083 SYSCTL_INT(_machdep, OID_AUTO, cpu_idle_repeat, CTLFLAG_RW,
1084     &cpu_idle_repeat, 0, "Idle entries before acpi hlt");
1085
1086 SYSCTL_PROC(_machdep, OID_AUTO, cpu_idle_hltcnt, (CTLTYPE_QUAD | CTLFLAG_RW),
1087     0, CPU_IDLE_STAT_HALT, sysctl_cpu_idle_cnt, "Q", "Idle loop entry halts");
1088 SYSCTL_PROC(_machdep, OID_AUTO, cpu_idle_spincnt, (CTLTYPE_QUAD | CTLFLAG_RW),
1089     0, CPU_IDLE_STAT_SPIN, sysctl_cpu_idle_cnt, "Q", "Idle loop entry spins");
1090
1091 static void
1092 cpu_idle_default_hook(void)
1093 {
1094         /*
1095          * We must guarentee that hlt is exactly the instruction
1096          * following the sti.
1097          */
1098         __asm __volatile("sti; hlt");
1099 }
1100
1101 /* Other subsystems (e.g., ACPI) can hook this later. */
1102 void (*cpu_idle_hook)(void) = cpu_idle_default_hook;
1103
1104 static __inline int
1105 cpu_mwait_cx_hint(struct cpu_idle_stat *stat)
1106 {
1107         int hint, cx_idx;
1108         u_int idx;
1109
1110         hint = stat->hint;
1111         if (hint >= 0)
1112                 goto done;
1113
1114         idx = (stat->repeat + stat->repeat_last + stat->repeat_delta) >>
1115             cpu_mwait_repeat_shift;
1116         if (idx >= cpu_mwait_c1_hints_cnt) {
1117                 /* Step up faster, once we walked through all C1 states */
1118                 stat->repeat_delta += 1 << (cpu_mwait_repeat_shift + 1);
1119         }
1120         if (hint == CPU_MWAIT_HINT_AUTODEEP) {
1121                 if (idx >= cpu_mwait_deep_hints_cnt)
1122                         idx = cpu_mwait_deep_hints_cnt - 1;
1123                 hint = cpu_mwait_deep_hints[idx];
1124         } else {
1125                 if (idx >= cpu_mwait_hints_cnt)
1126                         idx = cpu_mwait_hints_cnt - 1;
1127                 hint = cpu_mwait_hints[idx];
1128         }
1129 done:
1130         cx_idx = MWAIT_EAX_TO_CX(hint);
1131         if (cx_idx >= 0 && cx_idx < CPU_MWAIT_CX_MAX)
1132                 stat->mwait_cx[cx_idx]++;
1133         return hint;
1134 }
1135
1136 void
1137 cpu_idle(void)
1138 {
1139         globaldata_t gd = mycpu;
1140         struct cpu_idle_stat *stat = &cpu_idle_stats[gd->gd_cpuid];
1141         struct thread *td __debugvar = gd->gd_curthread;
1142         int reqflags;
1143         int quick;
1144
1145         stat->repeat = stat->repeat_last = cpu_idle_repeat_max;
1146
1147         crit_exit();
1148         KKASSERT(td->td_critcount == 0);
1149
1150         for (;;) {
1151                 /*
1152                  * See if there are any LWKTs ready to go.
1153                  */
1154                 lwkt_switch();
1155
1156                 /*
1157                  * When halting inside a cli we must check for reqflags
1158                  * races, particularly [re]schedule requests.  Running
1159                  * splz() does the job.
1160                  *
1161                  * cpu_idle_hlt:
1162                  *      0       Never halt, just spin
1163                  *
1164                  *      1       Always use HLT (or MONITOR/MWAIT if avail).
1165                  *
1166                  *              Better default for modern (Haswell+) Intel
1167                  *              cpus.
1168                  *
1169                  *      2       Use HLT/MONITOR/MWAIT up to a point and then
1170                  *              use the ACPI halt (default).  This is a hybrid
1171                  *              approach.  See machdep.cpu_idle_repeat.
1172                  *
1173                  *              Better default for modern AMD cpus and older
1174                  *              Intel cpus.
1175                  *
1176                  *      3       Always use the ACPI halt.  This typically
1177                  *              eats the least amount of power but the cpu
1178                  *              will be slow waking up.  Slows down e.g.
1179                  *              compiles and other pipe/event oriented stuff.
1180                  *
1181                  *      4       Always use HLT.
1182                  *
1183                  * NOTE: Interrupts are enabled and we are not in a critical
1184                  *       section.
1185                  *
1186                  * NOTE: Preemptions do not reset gd_idle_repeat.   Also we
1187                  *       don't bother capping gd_idle_repeat, it is ok if
1188                  *       it overflows.
1189                  *
1190                  * Implement optimized invltlb operations when halted
1191                  * in idle.  By setting the bit in smp_idleinvl_mask
1192                  * we inform other cpus that they can set _reqs to
1193                  * request an invltlb.  Current the code to do that
1194                  * sets the bits in _reqs anyway, but then check _mask
1195                  * to determine if they can assume the invltlb will execute.
1196                  *
1197                  * A critical section is required to ensure that interrupts
1198                  * do not fully run until after we've had a chance to execute
1199                  * the request.
1200                  */
1201                 if (gd->gd_idle_repeat == 0) {
1202                         stat->repeat = (stat->repeat + stat->repeat_last) >> 1;
1203                         if (stat->repeat > cpu_idle_repeat_max)
1204                                 stat->repeat = cpu_idle_repeat_max;
1205                         stat->repeat_last = 0;
1206                         stat->repeat_delta = 0;
1207                 }
1208                 ++stat->repeat_last;
1209
1210                 ++gd->gd_idle_repeat;
1211                 reqflags = gd->gd_reqflags;
1212                 quick = (cpu_idle_hlt == 1) ||
1213                         (cpu_idle_hlt < 3 &&
1214                          gd->gd_idle_repeat < cpu_idle_repeat);
1215
1216                 if (quick && (cpu_mi_feature & CPU_MI_MONITOR) &&
1217                     (reqflags & RQF_IDLECHECK_WK_MASK) == 0) {
1218                         splz(); /* XXX */
1219                         crit_enter_gd(gd);
1220                         ATOMIC_CPUMASK_ORBIT(smp_idleinvl_mask, gd->gd_cpuid);
1221                         cpu_mmw_pause_int(&gd->gd_reqflags, reqflags,
1222                             cpu_mwait_cx_hint(stat), 0);
1223                         stat->halt++;
1224                         ATOMIC_CPUMASK_NANDBIT(smp_idleinvl_mask, gd->gd_cpuid);
1225                         if (ATOMIC_CPUMASK_TESTANDCLR(smp_idleinvl_reqs,
1226                                                       gd->gd_cpuid)) {
1227                                 cpu_invltlb();
1228                                 cpu_mfence();
1229                         }
1230                         crit_exit_gd(gd);
1231                 } else if (cpu_idle_hlt) {
1232                         __asm __volatile("cli");
1233                         splz();
1234                         crit_enter_gd(gd);
1235                         ATOMIC_CPUMASK_ORBIT(smp_idleinvl_mask, gd->gd_cpuid);
1236                         if ((gd->gd_reqflags & RQF_IDLECHECK_WK_MASK) == 0) {
1237                                 if (quick)
1238                                         cpu_idle_default_hook();
1239                                 else
1240                                         cpu_idle_hook();
1241                         }
1242                         __asm __volatile("sti");
1243                         stat->halt++;
1244                         ATOMIC_CPUMASK_NANDBIT(smp_idleinvl_mask, gd->gd_cpuid);
1245                         if (ATOMIC_CPUMASK_TESTANDCLR(smp_idleinvl_reqs,
1246                                                       gd->gd_cpuid)) {
1247                                 cpu_invltlb();
1248                                 cpu_mfence();
1249                         }
1250                         crit_exit_gd(gd);
1251                 } else {
1252                         splz();
1253                         __asm __volatile("sti");
1254                         stat->spin++;
1255                 }
1256         }
1257 }
1258
1259 /*
1260  * This routine is called if a spinlock has been held through the
1261  * exponential backoff period and is seriously contested.  On a real cpu
1262  * we let it spin.
1263  */
1264 void
1265 cpu_spinlock_contested(void)
1266 {
1267         cpu_pause();
1268 }
1269
1270 /*
1271  * Clear registers on exec
1272  */
1273 void
1274 exec_setregs(u_long entry, u_long stack, u_long ps_strings)
1275 {
1276         struct thread *td = curthread;
1277         struct lwp *lp = td->td_lwp;
1278         struct pcb *pcb = td->td_pcb;
1279         struct trapframe *regs = lp->lwp_md.md_regs;
1280
1281         /* was i386_user_cleanup() in NetBSD */
1282         user_ldt_free(pcb);
1283   
1284         clear_quickret();
1285         bzero((char *)regs, sizeof(struct trapframe));
1286         regs->tf_rip = entry;
1287         regs->tf_rsp = ((stack - 8) & ~0xFul) + 8; /* align the stack */
1288         regs->tf_rdi = stack;           /* argv */
1289         regs->tf_rflags = PSL_USER | (regs->tf_rflags & PSL_T);
1290         regs->tf_ss = _udatasel;
1291         regs->tf_cs = _ucodesel;
1292         regs->tf_rbx = ps_strings;
1293
1294         /*
1295          * Reset the hardware debug registers if they were in use.
1296          * They won't have any meaning for the newly exec'd process.
1297          */
1298         if (pcb->pcb_flags & PCB_DBREGS) {
1299                 pcb->pcb_dr0 = 0;
1300                 pcb->pcb_dr1 = 0;
1301                 pcb->pcb_dr2 = 0;
1302                 pcb->pcb_dr3 = 0;
1303                 pcb->pcb_dr6 = 0;
1304                 pcb->pcb_dr7 = 0; /* JG set bit 10? */
1305                 if (pcb == td->td_pcb) {
1306                         /*
1307                          * Clear the debug registers on the running
1308                          * CPU, otherwise they will end up affecting
1309                          * the next process we switch to.
1310                          */
1311                         reset_dbregs();
1312                 }
1313                 pcb->pcb_flags &= ~PCB_DBREGS;
1314         }
1315
1316         /*
1317          * Initialize the math emulator (if any) for the current process.
1318          * Actually, just clear the bit that says that the emulator has
1319          * been initialized.  Initialization is delayed until the process
1320          * traps to the emulator (if it is done at all) mainly because
1321          * emulators don't provide an entry point for initialization.
1322          */
1323         pcb->pcb_flags &= ~FP_SOFTFP;
1324
1325         /*
1326          * NOTE: do not set CR0_TS here.  npxinit() must do it after clearing
1327          *       gd_npxthread.  Otherwise a preemptive interrupt thread
1328          *       may panic in npxdna().
1329          */
1330         crit_enter();
1331         load_cr0(rcr0() | CR0_MP);
1332
1333         /*
1334          * NOTE: The MSR values must be correct so we can return to
1335          *       userland.  gd_user_fs/gs must be correct so the switch
1336          *       code knows what the current MSR values are.
1337          */
1338         pcb->pcb_fsbase = 0;    /* Values loaded from PCB on switch */
1339         pcb->pcb_gsbase = 0;
1340         mdcpu->gd_user_fs = 0;  /* Cache of current MSR values */
1341         mdcpu->gd_user_gs = 0;
1342         wrmsr(MSR_FSBASE, 0);   /* Set MSR values for return to userland */
1343         wrmsr(MSR_KGSBASE, 0);
1344
1345         /* Initialize the npx (if any) for the current process. */
1346         npxinit();
1347         crit_exit();
1348
1349         pcb->pcb_ds = _udatasel;
1350         pcb->pcb_es = _udatasel;
1351         pcb->pcb_fs = _udatasel;
1352         pcb->pcb_gs = _udatasel;
1353 }
1354
1355 void
1356 cpu_setregs(void)
1357 {
1358         register_t cr0;
1359
1360         cr0 = rcr0();
1361         cr0 |= CR0_NE;                  /* Done by npxinit() */
1362         cr0 |= CR0_MP | CR0_TS;         /* Done at every execve() too. */
1363         cr0 |= CR0_WP | CR0_AM;
1364         load_cr0(cr0);
1365         load_gs(_udatasel);
1366 }
1367
1368 static int
1369 sysctl_machdep_adjkerntz(SYSCTL_HANDLER_ARGS)
1370 {
1371         int error;
1372         error = sysctl_handle_int(oidp, oidp->oid_arg1, oidp->oid_arg2,
1373                 req);
1374         if (!error && req->newptr)
1375                 resettodr();
1376         return (error);
1377 }
1378
1379 SYSCTL_PROC(_machdep, CPU_ADJKERNTZ, adjkerntz, CTLTYPE_INT|CTLFLAG_RW,
1380         &adjkerntz, 0, sysctl_machdep_adjkerntz, "I", "");
1381
1382 SYSCTL_INT(_machdep, CPU_DISRTCSET, disable_rtc_set,
1383         CTLFLAG_RW, &disable_rtc_set, 0, "");
1384
1385 #if 0 /* JG */
1386 SYSCTL_STRUCT(_machdep, CPU_BOOTINFO, bootinfo, 
1387         CTLFLAG_RD, &bootinfo, bootinfo, "");
1388 #endif
1389
1390 SYSCTL_INT(_machdep, CPU_WALLCLOCK, wall_cmos_clock,
1391         CTLFLAG_RW, &wall_cmos_clock, 0, "");
1392
1393 extern u_long bootdev;          /* not a cdev_t - encoding is different */
1394 SYSCTL_ULONG(_machdep, OID_AUTO, guessed_bootdev,
1395         CTLFLAG_RD, &bootdev, 0, "Boot device (not in cdev_t format)");
1396
1397 /*
1398  * Initialize 386 and configure to run kernel
1399  */
1400
1401 /*
1402  * Initialize segments & interrupt table
1403  */
1404
1405 int _default_ldt;
1406 struct user_segment_descriptor gdt[NGDT * MAXCPU];      /* global descriptor table */
1407 struct gate_descriptor idt_arr[MAXCPU][NIDT];
1408 #if 0 /* JG */
1409 union descriptor ldt[NLDT];             /* local descriptor table */
1410 #endif
1411
1412 /* table descriptors - used to load tables by cpu */
1413 struct region_descriptor r_gdt;
1414 struct region_descriptor r_idt_arr[MAXCPU];
1415
1416 /* JG proc0paddr is a virtual address */
1417 void *proc0paddr;
1418 /* JG alignment? */
1419 char proc0paddr_buff[LWKT_THREAD_STACK];
1420
1421
1422 /* software prototypes -- in more palatable form */
1423 struct soft_segment_descriptor gdt_segs[] = {
1424 /* GNULL_SEL    0 Null Descriptor */
1425 {       0x0,                    /* segment base address  */
1426         0x0,                    /* length */
1427         0,                      /* segment type */
1428         0,                      /* segment descriptor priority level */
1429         0,                      /* segment descriptor present */
1430         0,                      /* long */
1431         0,                      /* default 32 vs 16 bit size */
1432         0                       /* limit granularity (byte/page units)*/ },
1433 /* GCODE_SEL    1 Code Descriptor for kernel */
1434 {       0x0,                    /* segment base address  */
1435         0xfffff,                /* length - all address space */
1436         SDT_MEMERA,             /* segment type */
1437         SEL_KPL,                /* segment descriptor priority level */
1438         1,                      /* segment descriptor present */
1439         1,                      /* long */
1440         0,                      /* default 32 vs 16 bit size */
1441         1                       /* limit granularity (byte/page units)*/ },
1442 /* GDATA_SEL    2 Data Descriptor for kernel */
1443 {       0x0,                    /* segment base address  */
1444         0xfffff,                /* length - all address space */
1445         SDT_MEMRWA,             /* segment type */
1446         SEL_KPL,                /* segment descriptor priority level */
1447         1,                      /* segment descriptor present */
1448         1,                      /* long */
1449         0,                      /* default 32 vs 16 bit size */
1450         1                       /* limit granularity (byte/page units)*/ },
1451 /* GUCODE32_SEL 3 32 bit Code Descriptor for user */
1452 {       0x0,                    /* segment base address  */
1453         0xfffff,                /* length - all address space */
1454         SDT_MEMERA,             /* segment type */
1455         SEL_UPL,                /* segment descriptor priority level */
1456         1,                      /* segment descriptor present */
1457         0,                      /* long */
1458         1,                      /* default 32 vs 16 bit size */
1459         1                       /* limit granularity (byte/page units)*/ },
1460 /* GUDATA_SEL   4 32/64 bit Data Descriptor for user */
1461 {       0x0,                    /* segment base address  */
1462         0xfffff,                /* length - all address space */
1463         SDT_MEMRWA,             /* segment type */
1464         SEL_UPL,                /* segment descriptor priority level */
1465         1,                      /* segment descriptor present */
1466         0,                      /* long */
1467         1,                      /* default 32 vs 16 bit size */
1468         1                       /* limit granularity (byte/page units)*/ },
1469 /* GUCODE_SEL   5 64 bit Code Descriptor for user */
1470 {       0x0,                    /* segment base address  */
1471         0xfffff,                /* length - all address space */
1472         SDT_MEMERA,             /* segment type */
1473         SEL_UPL,                /* segment descriptor priority level */
1474         1,                      /* segment descriptor present */
1475         1,                      /* long */
1476         0,                      /* default 32 vs 16 bit size */
1477         1                       /* limit granularity (byte/page units)*/ },
1478 /* GPROC0_SEL   6 Proc 0 Tss Descriptor */
1479 {
1480         0x0,                    /* segment base address */
1481         sizeof(struct x86_64tss)-1,/* length - all address space */
1482         SDT_SYSTSS,             /* segment type */
1483         SEL_KPL,                /* segment descriptor priority level */
1484         1,                      /* segment descriptor present */
1485         0,                      /* long */
1486         0,                      /* unused - default 32 vs 16 bit size */
1487         0                       /* limit granularity (byte/page units)*/ },
1488 /* Actually, the TSS is a system descriptor which is double size */
1489 {       0x0,                    /* segment base address  */
1490         0x0,                    /* length */
1491         0,                      /* segment type */
1492         0,                      /* segment descriptor priority level */
1493         0,                      /* segment descriptor present */
1494         0,                      /* long */
1495         0,                      /* default 32 vs 16 bit size */
1496         0                       /* limit granularity (byte/page units)*/ },
1497 /* GUGS32_SEL   8 32 bit GS Descriptor for user */
1498 {       0x0,                    /* segment base address  */
1499         0xfffff,                /* length - all address space */
1500         SDT_MEMRWA,             /* segment type */
1501         SEL_UPL,                /* segment descriptor priority level */
1502         1,                      /* segment descriptor present */
1503         0,                      /* long */
1504         1,                      /* default 32 vs 16 bit size */
1505         1                       /* limit granularity (byte/page units)*/ },
1506 };
1507
1508 void
1509 setidt_global(int idx, inthand_t *func, int typ, int dpl, int ist)
1510 {
1511         int cpu;
1512
1513         for (cpu = 0; cpu < MAXCPU; ++cpu) {
1514                 struct gate_descriptor *ip = &idt_arr[cpu][idx];
1515
1516                 ip->gd_looffset = (uintptr_t)func;
1517                 ip->gd_selector = GSEL(GCODE_SEL, SEL_KPL);
1518                 ip->gd_ist = ist;
1519                 ip->gd_xx = 0;
1520                 ip->gd_type = typ;
1521                 ip->gd_dpl = dpl;
1522                 ip->gd_p = 1;
1523                 ip->gd_hioffset = ((uintptr_t)func)>>16 ;
1524         }
1525 }
1526
1527 void
1528 setidt(int idx, inthand_t *func, int typ, int dpl, int ist, int cpu)
1529 {
1530         struct gate_descriptor *ip;
1531
1532         KASSERT(cpu >= 0 && cpu < ncpus, ("invalid cpu %d", cpu));
1533
1534         ip = &idt_arr[cpu][idx];
1535         ip->gd_looffset = (uintptr_t)func;
1536         ip->gd_selector = GSEL(GCODE_SEL, SEL_KPL);
1537         ip->gd_ist = ist;
1538         ip->gd_xx = 0;
1539         ip->gd_type = typ;
1540         ip->gd_dpl = dpl;
1541         ip->gd_p = 1;
1542         ip->gd_hioffset = ((uintptr_t)func)>>16 ;
1543 }
1544
1545 #define IDTVEC(name)    __CONCAT(X,name)
1546
1547 extern inthand_t
1548         IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl),
1549         IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
1550         IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot),
1551         IDTVEC(page), IDTVEC(mchk), IDTVEC(rsvd), IDTVEC(fpu), IDTVEC(align),
1552         IDTVEC(xmm), IDTVEC(dblfault),
1553         IDTVEC(fast_syscall), IDTVEC(fast_syscall32);
1554
1555 void
1556 sdtossd(struct user_segment_descriptor *sd, struct soft_segment_descriptor *ssd)
1557 {
1558         ssd->ssd_base  = (sd->sd_hibase << 24) | sd->sd_lobase;
1559         ssd->ssd_limit = (sd->sd_hilimit << 16) | sd->sd_lolimit;
1560         ssd->ssd_type  = sd->sd_type;
1561         ssd->ssd_dpl   = sd->sd_dpl;
1562         ssd->ssd_p     = sd->sd_p;
1563         ssd->ssd_def32 = sd->sd_def32;
1564         ssd->ssd_gran  = sd->sd_gran;
1565 }
1566
1567 void
1568 ssdtosd(struct soft_segment_descriptor *ssd, struct user_segment_descriptor *sd)
1569 {
1570
1571         sd->sd_lobase = (ssd->ssd_base) & 0xffffff;
1572         sd->sd_hibase = (ssd->ssd_base >> 24) & 0xff;
1573         sd->sd_lolimit = (ssd->ssd_limit) & 0xffff;
1574         sd->sd_hilimit = (ssd->ssd_limit >> 16) & 0xf;
1575         sd->sd_type  = ssd->ssd_type;
1576         sd->sd_dpl   = ssd->ssd_dpl;
1577         sd->sd_p     = ssd->ssd_p;
1578         sd->sd_long  = ssd->ssd_long;
1579         sd->sd_def32 = ssd->ssd_def32;
1580         sd->sd_gran  = ssd->ssd_gran;
1581 }
1582
1583 void
1584 ssdtosyssd(struct soft_segment_descriptor *ssd,
1585     struct system_segment_descriptor *sd)
1586 {
1587
1588         sd->sd_lobase = (ssd->ssd_base) & 0xffffff;
1589         sd->sd_hibase = (ssd->ssd_base >> 24) & 0xfffffffffful;
1590         sd->sd_lolimit = (ssd->ssd_limit) & 0xffff;
1591         sd->sd_hilimit = (ssd->ssd_limit >> 16) & 0xf;
1592         sd->sd_type  = ssd->ssd_type;
1593         sd->sd_dpl   = ssd->ssd_dpl;
1594         sd->sd_p     = ssd->ssd_p;
1595         sd->sd_gran  = ssd->ssd_gran;
1596 }
1597
1598 /*
1599  * Populate the (physmap) array with base/bound pairs describing the
1600  * available physical memory in the system, then test this memory and
1601  * build the phys_avail array describing the actually-available memory.
1602  *
1603  * If we cannot accurately determine the physical memory map, then use
1604  * value from the 0xE801 call, and failing that, the RTC.
1605  *
1606  * Total memory size may be set by the kernel environment variable
1607  * hw.physmem or the compile-time define MAXMEM.
1608  *
1609  * Memory is aligned to PHYSMAP_ALIGN which must be a multiple
1610  * of PAGE_SIZE.  This also greatly reduces the memory test time
1611  * which would otherwise be excessive on machines with > 8G of ram.
1612  *
1613  * XXX first should be vm_paddr_t.
1614  */
1615
1616 #define PHYSMAP_ALIGN           (vm_paddr_t)(128 * 1024)
1617 #define PHYSMAP_ALIGN_MASK      (vm_paddr_t)(PHYSMAP_ALIGN - 1)
1618         vm_paddr_t physmap[PHYSMAP_SIZE];
1619         struct bios_smap *smapbase, *smap, *smapend;
1620         struct efi_map_header *efihdrbase;
1621         u_int32_t smapsize;
1622 #define PHYSMAP_HANDWAVE        (vm_paddr_t)(2 * 1024 * 1024)
1623 #define PHYSMAP_HANDWAVE_MASK   (PHYSMAP_HANDWAVE - 1)
1624
1625 static void
1626 add_smap_entries(int *physmap_idx)
1627 {
1628         int i;
1629
1630         smapsize = *((u_int32_t *)smapbase - 1);
1631         smapend = (struct bios_smap *)((uintptr_t)smapbase + smapsize);
1632
1633         for (smap = smapbase; smap < smapend; smap++) {
1634                 if (boothowto & RB_VERBOSE)
1635                         kprintf("SMAP type=%02x base=%016lx len=%016lx\n",
1636                             smap->type, smap->base, smap->length);
1637
1638                 if (smap->type != SMAP_TYPE_MEMORY)
1639                         continue;
1640
1641                 if (smap->length == 0)
1642                         continue;
1643
1644                 for (i = 0; i <= *physmap_idx; i += 2) {
1645                         if (smap->base < physmap[i + 1]) {
1646                                 if (boothowto & RB_VERBOSE) {
1647                                         kprintf("Overlapping or non-monotonic "
1648                                                 "memory region, ignoring "
1649                                                 "second region\n");
1650                                 }
1651                                 break;
1652                         }
1653                 }
1654                 if (i <= *physmap_idx)
1655                         continue;
1656
1657                 Realmem += smap->length;
1658
1659                 if (smap->base == physmap[*physmap_idx + 1]) {
1660                         physmap[*physmap_idx + 1] += smap->length;
1661                         continue;
1662                 }
1663
1664                 *physmap_idx += 2;
1665                 if (*physmap_idx == PHYSMAP_SIZE) {
1666                         kprintf("Too many segments in the physical "
1667                                 "address map, giving up\n");
1668                         break;
1669                 }
1670                 physmap[*physmap_idx] = smap->base;
1671                 physmap[*physmap_idx + 1] = smap->base + smap->length;
1672         }
1673 }
1674
1675 #define efi_next_descriptor(ptr, size) \
1676         ((struct efi_md *)(((uint8_t *) ptr) + size))
1677
1678 static void
1679 add_efi_map_entries(int *physmap_idx)
1680 {
1681          struct efi_md *map, *p;
1682          const char *type;
1683          size_t efisz;
1684          int i, ndesc;
1685
1686         static const char *types[] = {
1687                 "Reserved",
1688                 "LoaderCode",
1689                 "LoaderData",
1690                 "BootServicesCode",
1691                 "BootServicesData",
1692                 "RuntimeServicesCode",
1693                 "RuntimeServicesData",
1694                 "ConventionalMemory",
1695                 "UnusableMemory",
1696                 "ACPIReclaimMemory",
1697                 "ACPIMemoryNVS",
1698                 "MemoryMappedIO",
1699                 "MemoryMappedIOPortSpace",
1700                 "PalCode"
1701          };
1702
1703         /*
1704          * Memory map data provided by UEFI via the GetMemoryMap
1705          * Boot Services API.
1706          */
1707         efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf;
1708         map = (struct efi_md *)((uint8_t *)efihdrbase + efisz);
1709
1710         if (efihdrbase->descriptor_size == 0)
1711                 return;
1712         ndesc = efihdrbase->memory_size / efihdrbase->descriptor_size;
1713
1714         if (boothowto & RB_VERBOSE)
1715                 kprintf("%23s %12s %12s %8s %4s\n",
1716                     "Type", "Physical", "Virtual", "#Pages", "Attr");
1717
1718         for (i = 0, p = map; i < ndesc; i++,
1719             p = efi_next_descriptor(p, efihdrbase->descriptor_size)) {
1720                 if (boothowto & RB_VERBOSE) {
1721                         if (p->md_type <= EFI_MD_TYPE_PALCODE)
1722                                 type = types[p->md_type];
1723                         else
1724                                 type = "<INVALID>";
1725                         kprintf("%23s %012lx %12p %08lx ", type, p->md_phys,
1726                             p->md_virt, p->md_pages);
1727                         if (p->md_attr & EFI_MD_ATTR_UC)
1728                                 kprintf("UC ");
1729                         if (p->md_attr & EFI_MD_ATTR_WC)
1730                                 kprintf("WC ");
1731                         if (p->md_attr & EFI_MD_ATTR_WT)
1732                                 kprintf("WT ");
1733                         if (p->md_attr & EFI_MD_ATTR_WB)
1734                                 kprintf("WB ");
1735                         if (p->md_attr & EFI_MD_ATTR_UCE)
1736                                 kprintf("UCE ");
1737                         if (p->md_attr & EFI_MD_ATTR_WP)
1738                                 kprintf("WP ");
1739                         if (p->md_attr & EFI_MD_ATTR_RP)
1740                                 kprintf("RP ");
1741                         if (p->md_attr & EFI_MD_ATTR_XP)
1742                                 kprintf("XP ");
1743                         if (p->md_attr & EFI_MD_ATTR_RT)
1744                                 kprintf("RUNTIME");
1745                         kprintf("\n");
1746                 }
1747
1748                 switch (p->md_type) {
1749                 case EFI_MD_TYPE_CODE:
1750                 case EFI_MD_TYPE_DATA:
1751                 case EFI_MD_TYPE_BS_CODE:
1752                 case EFI_MD_TYPE_BS_DATA:
1753                 case EFI_MD_TYPE_FREE:
1754                         /*
1755                          * We're allowed to use any entry with these types.
1756                          */
1757                         break;
1758                 default:
1759                         continue;
1760                 }
1761
1762                 Realmem += p->md_pages * PAGE_SIZE;
1763
1764                 if (p->md_phys == physmap[*physmap_idx + 1]) {
1765                         physmap[*physmap_idx + 1] += p->md_pages * PAGE_SIZE;
1766                         continue;
1767                 }
1768
1769                 *physmap_idx += 2;
1770                 if (*physmap_idx == PHYSMAP_SIZE) {
1771                         kprintf("Too many segments in the physical "
1772                                 "address map, giving up\n");
1773                         break;
1774                 }
1775                 physmap[*physmap_idx] = p->md_phys;
1776                 physmap[*physmap_idx + 1] = p->md_phys + p->md_pages * PAGE_SIZE;
1777          }
1778 }
1779
1780 struct fb_info efi_fb_info;
1781 static int have_efi_framebuffer = 0;
1782
1783 static void
1784 efi_fb_init_vaddr(int direct_map)
1785 {
1786         uint64_t sz;
1787         vm_offset_t addr, v;
1788
1789         v = efi_fb_info.vaddr;
1790         sz = efi_fb_info.stride * efi_fb_info.height;
1791
1792         if (direct_map) {
1793                 addr = PHYS_TO_DMAP(efi_fb_info.paddr);
1794                 if (addr >= DMAP_MIN_ADDRESS && addr + sz < DMAP_MAX_ADDRESS)
1795                         efi_fb_info.vaddr = addr;
1796         } else {
1797                 efi_fb_info.vaddr = (vm_offset_t)pmap_mapdev_attr(
1798                     efi_fb_info.paddr, sz, PAT_WRITE_COMBINING);
1799         }
1800
1801         if (v == 0 && efi_fb_info.vaddr != 0)
1802                 memset((void *)efi_fb_info.vaddr, 0x77, sz);
1803 }
1804
1805 int
1806 probe_efi_fb(int early)
1807 {
1808         struct efi_fb   *efifb;
1809         caddr_t         kmdp;
1810
1811         if (have_efi_framebuffer) {
1812                 if (!early &&
1813                     (efi_fb_info.vaddr == 0 ||
1814                      efi_fb_info.vaddr == PHYS_TO_DMAP(efi_fb_info.paddr)))
1815                         efi_fb_init_vaddr(0);
1816                 return 0;
1817         }
1818
1819         kmdp = preload_search_by_type("elf kernel");
1820         if (kmdp == NULL)
1821                 kmdp = preload_search_by_type("elf64 kernel");
1822         efifb = (struct efi_fb *)preload_search_info(kmdp,
1823             MODINFO_METADATA | MODINFOMD_EFI_FB);
1824         if (efifb == NULL)
1825                 return 1;
1826
1827         have_efi_framebuffer = 1;
1828
1829         efi_fb_info.is_vga_boot_display = 1;
1830         efi_fb_info.width = efifb->fb_width;
1831         efi_fb_info.height = efifb->fb_height;
1832         efi_fb_info.stride = efifb->fb_stride * 4;
1833         efi_fb_info.depth = 32;
1834         efi_fb_info.paddr = efifb->fb_addr;
1835         if (early) {
1836                 efi_fb_info.vaddr = 0;
1837         } else {
1838                 efi_fb_init_vaddr(0);
1839         }
1840         efi_fb_info.restore = NULL;
1841         efi_fb_info.device = NULL;
1842
1843         return 0;
1844 }
1845
1846 static void
1847 efifb_startup(void *arg)
1848 {
1849         probe_efi_fb(0);
1850 }
1851
1852 SYSINIT(efi_fb_info, SI_BOOT1_POST, SI_ORDER_FIRST, efifb_startup, NULL);
1853
1854 static void
1855 getmemsize(caddr_t kmdp, u_int64_t first)
1856 {
1857         int off, physmap_idx, pa_indx, da_indx;
1858         int i, j;
1859         vm_paddr_t pa;
1860         vm_paddr_t msgbuf_size;
1861         u_long physmem_tunable;
1862         pt_entry_t *pte;
1863         quad_t dcons_addr, dcons_size;
1864
1865         bzero(physmap, sizeof(physmap));
1866         physmap_idx = 0;
1867
1868         /*
1869          * get memory map from INT 15:E820, kindly supplied by the loader.
1870          *
1871          * subr_module.c says:
1872          * "Consumer may safely assume that size value precedes data."
1873          * ie: an int32_t immediately precedes smap.
1874          */
1875         efihdrbase = (struct efi_map_header *)preload_search_info(kmdp,
1876             MODINFO_METADATA | MODINFOMD_EFI_MAP);
1877         smapbase = (struct bios_smap *)preload_search_info(kmdp,
1878             MODINFO_METADATA | MODINFOMD_SMAP);
1879         if (smapbase == NULL && efihdrbase == NULL)
1880                 panic("No BIOS smap or EFI map info from loader!");
1881
1882         if (efihdrbase == NULL)
1883                 add_smap_entries(&physmap_idx);
1884         else
1885                 add_efi_map_entries(&physmap_idx);
1886
1887         base_memory = physmap[1] / 1024;
1888         /* make hole for AP bootstrap code */
1889         physmap[1] = mp_bootaddress(base_memory);
1890
1891         /* Save EBDA address, if any */
1892         ebda_addr = (u_long)(*(u_short *)(KERNBASE + 0x40e));
1893         ebda_addr <<= 4;
1894
1895         /*
1896          * Maxmem isn't the "maximum memory", it's one larger than the
1897          * highest page of the physical address space.  It should be
1898          * called something like "Maxphyspage".  We may adjust this
1899          * based on ``hw.physmem'' and the results of the memory test.
1900          */
1901         Maxmem = atop(physmap[physmap_idx + 1]);
1902
1903 #ifdef MAXMEM
1904         Maxmem = MAXMEM / 4;
1905 #endif
1906
1907         if (TUNABLE_ULONG_FETCH("hw.physmem", &physmem_tunable))
1908                 Maxmem = atop(physmem_tunable);
1909
1910         /*
1911          * Don't allow MAXMEM or hw.physmem to extend the amount of memory
1912          * in the system.
1913          */
1914         if (Maxmem > atop(physmap[physmap_idx + 1]))
1915                 Maxmem = atop(physmap[physmap_idx + 1]);
1916
1917         /*
1918          * Blowing out the DMAP will blow up the system.
1919          */
1920         if (Maxmem > atop(DMAP_MAX_ADDRESS - DMAP_MIN_ADDRESS)) {
1921                 kprintf("Limiting Maxmem due to DMAP size\n");
1922                 Maxmem = atop(DMAP_MAX_ADDRESS - DMAP_MIN_ADDRESS);
1923         }
1924
1925         if (atop(physmap[physmap_idx + 1]) != Maxmem &&
1926             (boothowto & RB_VERBOSE)) {
1927                 kprintf("Physical memory use set to %ldK\n", Maxmem * 4);
1928         }
1929
1930         /*
1931          * Call pmap initialization to make new kernel address space
1932          *
1933          * Mask off page 0.
1934          */
1935         pmap_bootstrap(&first);
1936         physmap[0] = PAGE_SIZE;
1937
1938         /*
1939          * Align the physmap to PHYSMAP_ALIGN and cut out anything
1940          * exceeding Maxmem.
1941          */
1942         for (i = j = 0; i <= physmap_idx; i += 2) {
1943                 if (physmap[i+1] > ptoa(Maxmem))
1944                         physmap[i+1] = ptoa(Maxmem);
1945                 physmap[i] = (physmap[i] + PHYSMAP_ALIGN_MASK) &
1946                              ~PHYSMAP_ALIGN_MASK;
1947                 physmap[i+1] = physmap[i+1] & ~PHYSMAP_ALIGN_MASK;
1948
1949                 physmap[j] = physmap[i];
1950                 physmap[j+1] = physmap[i+1];
1951
1952                 if (physmap[i] < physmap[i+1])
1953                         j += 2;
1954         }
1955         physmap_idx = j - 2;
1956
1957         /*
1958          * Align anything else used in the validation loop.
1959          */
1960         first = (first + PHYSMAP_ALIGN_MASK) & ~PHYSMAP_ALIGN_MASK;
1961
1962         /*
1963          * Size up each available chunk of physical memory.
1964          */
1965         pa_indx = 0;
1966         da_indx = 1;
1967         phys_avail[pa_indx++] = physmap[0];
1968         phys_avail[pa_indx] = physmap[0];
1969         dump_avail[da_indx] = physmap[0];
1970         pte = CMAP1;
1971
1972         /*
1973          * Get dcons buffer address
1974          */
1975         if (kgetenv_quad("dcons.addr", &dcons_addr) == 0 ||
1976             kgetenv_quad("dcons.size", &dcons_size) == 0)
1977                 dcons_addr = 0;
1978
1979         /*
1980          * Validate the physical memory.  The physical memory segments
1981          * have already been aligned to PHYSMAP_ALIGN which is a multiple
1982          * of PAGE_SIZE.
1983          */
1984         for (i = 0; i <= physmap_idx; i += 2) {
1985                 vm_paddr_t end;
1986                 vm_paddr_t incr = PHYSMAP_ALIGN;
1987
1988                 end = physmap[i + 1];
1989
1990                 for (pa = physmap[i]; pa < end; pa += incr) {
1991                         int page_bad, full;
1992                         volatile uint64_t *ptr = (uint64_t *)CADDR1;
1993                         uint64_t tmp;
1994
1995                         incr = PHYSMAP_ALIGN;
1996                         full = FALSE;
1997
1998                         /*
1999                          * block out kernel memory as not available.
2000                          */
2001                         if (pa >= 0x200000 && pa < first)
2002                                 goto do_dump_avail;
2003
2004                         /*
2005                          * block out dcons buffer
2006                          */
2007                         if (dcons_addr > 0
2008                             && pa >= trunc_page(dcons_addr)
2009                             && pa < dcons_addr + dcons_size) {
2010                                 goto do_dump_avail;
2011                         }
2012
2013                         page_bad = FALSE;
2014
2015                         /*
2016                          * Always test the first and last block supplied in
2017                          * the map entry, but it just takes too long to run
2018                          * the test these days and we already have to skip
2019                          * pages.  Handwave it on PHYSMAP_HANDWAVE boundaries.
2020                          */
2021                         if (pa != physmap[i]) {
2022                                 vm_paddr_t bytes = end - pa;
2023                                 if ((pa & PHYSMAP_HANDWAVE_MASK) == 0 &&
2024                                     bytes >= PHYSMAP_HANDWAVE + PHYSMAP_ALIGN) {
2025                                         incr = PHYSMAP_HANDWAVE;
2026                                         goto handwaved;
2027                                 }
2028                         }
2029
2030                         /*
2031                          * map page into kernel: valid, read/write,non-cacheable
2032                          */
2033                         *pte = pa |
2034                             kernel_pmap.pmap_bits[PG_V_IDX] |
2035                             kernel_pmap.pmap_bits[PG_RW_IDX] |
2036                             kernel_pmap.pmap_bits[PG_N_IDX];
2037                         cpu_invlpg(__DEVOLATILE(void *, ptr));
2038                         cpu_mfence();
2039
2040                         tmp = *ptr;
2041                         /*
2042                          * Test for alternating 1's and 0's
2043                          */
2044                         *ptr = 0xaaaaaaaaaaaaaaaaLLU;
2045                         cpu_mfence();
2046                         if (*ptr != 0xaaaaaaaaaaaaaaaaLLU)
2047                                 page_bad = TRUE;
2048                         /*
2049                          * Test for alternating 0's and 1's
2050                          */
2051                         *ptr = 0x5555555555555555LLU;
2052                         cpu_mfence();
2053                         if (*ptr != 0x5555555555555555LLU)
2054                                 page_bad = TRUE;
2055                         /*
2056                          * Test for all 1's
2057                          */
2058                         *ptr = 0xffffffffffffffffLLU;
2059                         cpu_mfence();
2060                         if (*ptr != 0xffffffffffffffffLLU)
2061                                 page_bad = TRUE;
2062                         /*
2063                          * Test for all 0's
2064                          */
2065                         *ptr = 0x0;
2066                         cpu_mfence();
2067                         if (*ptr != 0x0)
2068                                 page_bad = TRUE;
2069                         /*
2070                          * Restore original value.
2071                          */
2072                         *ptr = tmp;
2073 handwaved:
2074
2075                         /*
2076                          * Adjust array of valid/good pages.
2077                          */
2078                         if (page_bad == TRUE)
2079                                 continue;
2080
2081                         /*
2082                          * If this good page is a continuation of the
2083                          * previous set of good pages, then just increase
2084                          * the end pointer. Otherwise start a new chunk.
2085                          * Note that "end" points one higher than end,
2086                          * making the range >= start and < end.
2087                          * If we're also doing a speculative memory
2088                          * test and we at or past the end, bump up Maxmem
2089                          * so that we keep going. The first bad page
2090                          * will terminate the loop.
2091                          */
2092                         if (phys_avail[pa_indx] == pa) {
2093                                 phys_avail[pa_indx] += incr;
2094                         } else {
2095                                 pa_indx++;
2096                                 if (pa_indx == PHYS_AVAIL_ARRAY_END) {
2097                                         kprintf(
2098                 "Too many holes in the physical address space, giving up\n");
2099                                         pa_indx--;
2100                                         full = TRUE;
2101                                         goto do_dump_avail;
2102                                 }
2103                                 phys_avail[pa_indx++] = pa;
2104                                 phys_avail[pa_indx] = pa + incr;
2105                         }
2106                         physmem += incr / PAGE_SIZE;
2107 do_dump_avail:
2108                         if (dump_avail[da_indx] == pa) {
2109                                 dump_avail[da_indx] += incr;
2110                         } else {
2111                                 da_indx++;
2112                                 if (da_indx == DUMP_AVAIL_ARRAY_END) {
2113                                         da_indx--;
2114                                         goto do_next;
2115                                 }
2116                                 dump_avail[da_indx++] = pa;
2117                                 dump_avail[da_indx] = pa + incr;
2118                         }
2119 do_next:
2120                         if (full)
2121                                 break;
2122                 }
2123         }
2124         *pte = 0;
2125         cpu_invltlb();
2126         cpu_mfence();
2127
2128         /*
2129          * The last chunk must contain at least one page plus the message
2130          * buffer to avoid complicating other code (message buffer address
2131          * calculation, etc.).
2132          */
2133         msgbuf_size = (MSGBUF_SIZE + PHYSMAP_ALIGN_MASK) & ~PHYSMAP_ALIGN_MASK;
2134
2135         while (phys_avail[pa_indx - 1] + PHYSMAP_ALIGN +
2136                msgbuf_size >= phys_avail[pa_indx]) {
2137                 physmem -= atop(phys_avail[pa_indx] - phys_avail[pa_indx - 1]);
2138                 phys_avail[pa_indx--] = 0;
2139                 phys_avail[pa_indx--] = 0;
2140         }
2141
2142         Maxmem = atop(phys_avail[pa_indx]);
2143
2144         /* Trim off space for the message buffer. */
2145         phys_avail[pa_indx] -= msgbuf_size;
2146
2147         avail_end = phys_avail[pa_indx];
2148
2149         /* Map the message buffer. */
2150         for (off = 0; off < msgbuf_size; off += PAGE_SIZE) {
2151                 pmap_kenter((vm_offset_t)msgbufp + off,
2152                             phys_avail[pa_indx] + off);
2153         }
2154         /* Try to get EFI framebuffer working as early as possible */
2155         if (have_efi_framebuffer)
2156                 efi_fb_init_vaddr(1);
2157 }
2158
2159 struct machintr_abi MachIntrABI;
2160
2161 /*
2162  * IDT VECTORS:
2163  *      0       Divide by zero
2164  *      1       Debug
2165  *      2       NMI
2166  *      3       BreakPoint
2167  *      4       OverFlow
2168  *      5       Bound-Range
2169  *      6       Invalid OpCode
2170  *      7       Device Not Available (x87)
2171  *      8       Double-Fault
2172  *      9       Coprocessor Segment overrun (unsupported, reserved)
2173  *      10      Invalid-TSS
2174  *      11      Segment not present
2175  *      12      Stack
2176  *      13      General Protection
2177  *      14      Page Fault
2178  *      15      Reserved
2179  *      16      x87 FP Exception pending
2180  *      17      Alignment Check
2181  *      18      Machine Check
2182  *      19      SIMD floating point
2183  *      20-31   reserved
2184  *      32-255  INTn/external sources
2185  */
2186 u_int64_t
2187 hammer_time(u_int64_t modulep, u_int64_t physfree)
2188 {
2189         caddr_t kmdp;
2190         int gsel_tss, x, cpu;
2191 #if 0 /* JG */
2192         int metadata_missing, off;
2193 #endif
2194         struct mdglobaldata *gd;
2195         u_int64_t msr;
2196
2197         /*
2198          * Prevent lowering of the ipl if we call tsleep() early.
2199          */
2200         gd = &CPU_prvspace[0]->mdglobaldata;
2201         bzero(gd, sizeof(*gd));
2202
2203         /*
2204          * Note: on both UP and SMP curthread must be set non-NULL
2205          * early in the boot sequence because the system assumes
2206          * that 'curthread' is never NULL.
2207          */
2208
2209         gd->mi.gd_curthread = &thread0;
2210         thread0.td_gd = &gd->mi;
2211
2212         atdevbase = ISA_HOLE_START + PTOV_OFFSET;
2213
2214 #if 0 /* JG */
2215         metadata_missing = 0;
2216         if (bootinfo.bi_modulep) {
2217                 preload_metadata = (caddr_t)bootinfo.bi_modulep + KERNBASE;
2218                 preload_bootstrap_relocate(KERNBASE);
2219         } else {
2220                 metadata_missing = 1;
2221         }
2222         if (bootinfo.bi_envp)
2223                 kern_envp = (caddr_t)bootinfo.bi_envp + KERNBASE;
2224 #endif
2225
2226         preload_metadata = (caddr_t)(uintptr_t)(modulep + PTOV_OFFSET);
2227         preload_bootstrap_relocate(PTOV_OFFSET);
2228         kmdp = preload_search_by_type("elf kernel");
2229         if (kmdp == NULL)
2230                 kmdp = preload_search_by_type("elf64 kernel");
2231         boothowto = MD_FETCH(kmdp, MODINFOMD_HOWTO, int);
2232         kern_envp = MD_FETCH(kmdp, MODINFOMD_ENVP, char *) + PTOV_OFFSET;
2233 #ifdef DDB
2234         ksym_start = MD_FETCH(kmdp, MODINFOMD_SSYM, uintptr_t);
2235         ksym_end = MD_FETCH(kmdp, MODINFOMD_ESYM, uintptr_t);
2236 #endif
2237
2238         if (boothowto & RB_VERBOSE)
2239                 bootverbose++;
2240
2241         /*
2242          * Default MachIntrABI to ICU
2243          */
2244         MachIntrABI = MachIntrABI_ICU;
2245
2246         /*
2247          * start with one cpu.  Note: with one cpu, ncpus2_shift, ncpus2_mask,
2248          * and ncpus_fit_mask remain 0.
2249          */
2250         ncpus = 1;
2251         ncpus2 = 1;
2252         ncpus_fit = 1;
2253         /* Init basic tunables, hz etc */
2254         init_param1();
2255
2256         /*
2257          * make gdt memory segments
2258          */
2259         gdt_segs[GPROC0_SEL].ssd_base =
2260                 (uintptr_t) &CPU_prvspace[0]->mdglobaldata.gd_common_tss;
2261
2262         gd->mi.gd_prvspace = CPU_prvspace[0];
2263
2264         for (x = 0; x < NGDT; x++) {
2265                 if (x != GPROC0_SEL && x != (GPROC0_SEL + 1))
2266                         ssdtosd(&gdt_segs[x], &gdt[x]);
2267         }
2268         ssdtosyssd(&gdt_segs[GPROC0_SEL],
2269             (struct system_segment_descriptor *)&gdt[GPROC0_SEL]);
2270
2271         r_gdt.rd_limit = NGDT * sizeof(gdt[0]) - 1;
2272         r_gdt.rd_base =  (long) gdt;
2273         lgdt(&r_gdt);
2274
2275         wrmsr(MSR_FSBASE, 0);           /* User value */
2276         wrmsr(MSR_GSBASE, (u_int64_t)&gd->mi);
2277         wrmsr(MSR_KGSBASE, 0);          /* User value while in the kernel */
2278
2279         mi_gdinit(&gd->mi, 0);
2280         cpu_gdinit(gd, 0);
2281         proc0paddr = proc0paddr_buff;
2282         mi_proc0init(&gd->mi, proc0paddr);
2283         safepri = TDPRI_MAX;
2284
2285         /* spinlocks and the BGL */
2286         init_locks();
2287
2288         /* exceptions */
2289         for (x = 0; x < NIDT; x++)
2290                 setidt_global(x, &IDTVEC(rsvd), SDT_SYSIGT, SEL_KPL, 0);
2291         setidt_global(IDT_DE, &IDTVEC(div),  SDT_SYSIGT, SEL_KPL, 0);
2292         setidt_global(IDT_DB, &IDTVEC(dbg),  SDT_SYSIGT, SEL_KPL, 0);
2293         setidt_global(IDT_NMI, &IDTVEC(nmi),  SDT_SYSIGT, SEL_KPL, 1);
2294         setidt_global(IDT_BP, &IDTVEC(bpt),  SDT_SYSIGT, SEL_UPL, 0);
2295         setidt_global(IDT_OF, &IDTVEC(ofl),  SDT_SYSIGT, SEL_KPL, 0);
2296         setidt_global(IDT_BR, &IDTVEC(bnd),  SDT_SYSIGT, SEL_KPL, 0);
2297         setidt_global(IDT_UD, &IDTVEC(ill),  SDT_SYSIGT, SEL_KPL, 0);
2298         setidt_global(IDT_NM, &IDTVEC(dna),  SDT_SYSIGT, SEL_KPL, 0);
2299         setidt_global(IDT_DF, &IDTVEC(dblfault), SDT_SYSIGT, SEL_KPL, 1);
2300         setidt_global(IDT_FPUGP, &IDTVEC(fpusegm),  SDT_SYSIGT, SEL_KPL, 0);
2301         setidt_global(IDT_TS, &IDTVEC(tss),  SDT_SYSIGT, SEL_KPL, 0);
2302         setidt_global(IDT_NP, &IDTVEC(missing),  SDT_SYSIGT, SEL_KPL, 0);
2303         setidt_global(IDT_SS, &IDTVEC(stk),  SDT_SYSIGT, SEL_KPL, 0);
2304         setidt_global(IDT_GP, &IDTVEC(prot),  SDT_SYSIGT, SEL_KPL, 0);
2305         setidt_global(IDT_PF, &IDTVEC(page),  SDT_SYSIGT, SEL_KPL, 0);
2306         setidt_global(IDT_MF, &IDTVEC(fpu),  SDT_SYSIGT, SEL_KPL, 0);
2307         setidt_global(IDT_AC, &IDTVEC(align), SDT_SYSIGT, SEL_KPL, 0);
2308         setidt_global(IDT_MC, &IDTVEC(mchk),  SDT_SYSIGT, SEL_KPL, 0);
2309         setidt_global(IDT_XF, &IDTVEC(xmm), SDT_SYSIGT, SEL_KPL, 0);
2310
2311         for (cpu = 0; cpu < MAXCPU; ++cpu) {
2312                 r_idt_arr[cpu].rd_limit = sizeof(idt_arr[cpu]) - 1;
2313                 r_idt_arr[cpu].rd_base = (long) &idt_arr[cpu][0];
2314         }
2315
2316         lidt(&r_idt_arr[0]);
2317
2318         /*
2319          * Initialize the console before we print anything out.
2320          */
2321         cninit();
2322
2323 #if 0 /* JG */
2324         if (metadata_missing)
2325                 kprintf("WARNING: loader(8) metadata is missing!\n");
2326 #endif
2327
2328 #if     NISA >0
2329         elcr_probe();
2330         isa_defaultirq();
2331 #endif
2332         rand_initialize();
2333
2334         /*
2335          * Initialize IRQ mapping
2336          *
2337          * NOTE:
2338          * SHOULD be after elcr_probe()
2339          */
2340         MachIntrABI_ICU.initmap();
2341         MachIntrABI_IOAPIC.initmap();
2342
2343 #ifdef DDB
2344         kdb_init();
2345         if (boothowto & RB_KDB)
2346                 Debugger("Boot flags requested debugger");
2347 #endif
2348
2349 #if 0 /* JG */
2350         finishidentcpu();       /* Final stage of CPU initialization */
2351         setidt(6, &IDTVEC(ill),  SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL));
2352         setidt(13, &IDTVEC(prot),  SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL));
2353 #endif
2354         identify_cpu();         /* Final stage of CPU initialization */
2355         initializecpu(0);       /* Initialize CPU registers */
2356
2357         /*
2358          * On modern intel cpus, haswell or later, cpu_idle_hlt=1 is better
2359          * because the cpu does significant power management in MWAIT
2360          * (also suggested is to set sysctl machdep.mwait.CX.idle=AUTODEEP).
2361          *
2362          * On modern amd cpus cpu_idle_hlt=3 is better, because the cpu does
2363          * significant power management in HLT or ACPI (but cpu_idle_hlt=1
2364          * would try to use MWAIT).
2365          *
2366          * On older amd or intel cpus, cpu_idle_hlt=2 is better because ACPI
2367          * is needed to reduce power consumption, but wakeup times are often
2368          * longer.
2369          */
2370         if (cpu_vendor_id == CPU_VENDOR_INTEL &&
2371             CPUID_TO_MODEL(cpu_id) >= 0x3C) {   /* Haswell or later */
2372                 cpu_idle_hlt = 1;
2373         }
2374         if (cpu_vendor_id == CPU_VENDOR_AMD &&
2375             CPUID_TO_FAMILY(cpu_id) >= 0x14) {  /* Bobcat or later */
2376                 cpu_idle_hlt = 3;
2377         }
2378
2379         TUNABLE_INT_FETCH("hw.apic_io_enable", &ioapic_enable); /* for compat */
2380         TUNABLE_INT_FETCH("hw.ioapic_enable", &ioapic_enable);
2381         TUNABLE_INT_FETCH("hw.lapic_enable", &lapic_enable);
2382         TUNABLE_INT_FETCH("machdep.cpu_idle_hlt", &cpu_idle_hlt);
2383
2384         /*
2385          * Some of the virtual machines do not work w/ I/O APIC
2386          * enabled.  If the user does not explicitly enable or
2387          * disable the I/O APIC (ioapic_enable < 0), then we
2388          * disable I/O APIC on all virtual machines.
2389          *
2390          * NOTE:
2391          * This must be done after identify_cpu(), which sets
2392          * 'cpu_feature2'
2393          */
2394         if (ioapic_enable < 0) {
2395                 if (cpu_feature2 & CPUID2_VMM)
2396                         ioapic_enable = 0;
2397                 else
2398                         ioapic_enable = 1;
2399         }
2400
2401         /* make an initial tss so cpu can get interrupt stack on syscall! */
2402         gd->gd_common_tss.tss_rsp0 =
2403                 (register_t)(thread0.td_kstack +
2404                              KSTACK_PAGES * PAGE_SIZE - sizeof(struct pcb));
2405         /* Ensure the stack is aligned to 16 bytes */
2406         gd->gd_common_tss.tss_rsp0 &= ~(register_t)0xF;
2407
2408         /* double fault stack */
2409         gd->gd_common_tss.tss_ist1 =
2410                 (long)&gd->mi.gd_prvspace->idlestack[
2411                         sizeof(gd->mi.gd_prvspace->idlestack)];
2412
2413         /* Set the IO permission bitmap (empty due to tss seg limit) */
2414         gd->gd_common_tss.tss_iobase = sizeof(struct x86_64tss);
2415
2416         gsel_tss = GSEL(GPROC0_SEL, SEL_KPL);
2417         gd->gd_tss_gdt = &gdt[GPROC0_SEL];
2418         gd->gd_common_tssd = *gd->gd_tss_gdt;
2419         ltr(gsel_tss);
2420
2421         /* Set up the fast syscall stuff */
2422         msr = rdmsr(MSR_EFER) | EFER_SCE;
2423         wrmsr(MSR_EFER, msr);
2424         wrmsr(MSR_LSTAR, (u_int64_t)IDTVEC(fast_syscall));
2425         wrmsr(MSR_CSTAR, (u_int64_t)IDTVEC(fast_syscall32));
2426         msr = ((u_int64_t)GSEL(GCODE_SEL, SEL_KPL) << 32) |
2427               ((u_int64_t)GSEL(GUCODE32_SEL, SEL_UPL) << 48);
2428         wrmsr(MSR_STAR, msr);
2429         wrmsr(MSR_SF_MASK, PSL_NT|PSL_T|PSL_I|PSL_C|PSL_D|PSL_IOPL);
2430
2431         getmemsize(kmdp, physfree);
2432         init_param2(physmem);
2433
2434         /* now running on new page tables, configured,and u/iom is accessible */
2435
2436         /* Map the message buffer. */
2437 #if 0 /* JG */
2438         for (off = 0; off < round_page(MSGBUF_SIZE); off += PAGE_SIZE)
2439                 pmap_kenter((vm_offset_t)msgbufp + off, avail_end + off);
2440 #endif
2441
2442         msgbufinit(msgbufp, MSGBUF_SIZE);
2443
2444
2445         /* transfer to user mode */
2446
2447         _ucodesel = GSEL(GUCODE_SEL, SEL_UPL);
2448         _udatasel = GSEL(GUDATA_SEL, SEL_UPL);
2449         _ucode32sel = GSEL(GUCODE32_SEL, SEL_UPL);
2450
2451         load_ds(_udatasel);
2452         load_es(_udatasel);
2453         load_fs(_udatasel);
2454
2455         /* setup proc 0's pcb */
2456         thread0.td_pcb->pcb_flags = 0;
2457         thread0.td_pcb->pcb_cr3 = KPML4phys;
2458         thread0.td_pcb->pcb_ext = NULL;
2459         lwp0.lwp_md.md_regs = &proc0_tf;        /* XXX needed? */
2460
2461         /* Location of kernel stack for locore */
2462         return ((u_int64_t)thread0.td_pcb);
2463 }
2464
2465 /*
2466  * Initialize machine-dependant portions of the global data structure.
2467  * Note that the global data area and cpu0's idlestack in the private
2468  * data space were allocated in locore.
2469  *
2470  * Note: the idlethread's cpl is 0
2471  *
2472  * WARNING!  Called from early boot, 'mycpu' may not work yet.
2473  */
2474 void
2475 cpu_gdinit(struct mdglobaldata *gd, int cpu)
2476 {
2477         if (cpu)
2478                 gd->mi.gd_curthread = &gd->mi.gd_idlethread;
2479
2480         lwkt_init_thread(&gd->mi.gd_idlethread, 
2481                         gd->mi.gd_prvspace->idlestack, 
2482                         sizeof(gd->mi.gd_prvspace->idlestack), 
2483                         0, &gd->mi);
2484         lwkt_set_comm(&gd->mi.gd_idlethread, "idle_%d", cpu);
2485         gd->mi.gd_idlethread.td_switch = cpu_lwkt_switch;
2486         gd->mi.gd_idlethread.td_sp -= sizeof(void *);
2487         *(void **)gd->mi.gd_idlethread.td_sp = cpu_idle_restore;
2488 }
2489
2490 /*
2491  * We only have to check for DMAP bounds, the globaldata space is
2492  * actually part of the kernel_map so we don't have to waste time
2493  * checking CPU_prvspace[*].
2494  */
2495 int
2496 is_globaldata_space(vm_offset_t saddr, vm_offset_t eaddr)
2497 {
2498 #if 0
2499         if (saddr >= (vm_offset_t)&CPU_prvspace[0] &&
2500             eaddr <= (vm_offset_t)&CPU_prvspace[MAXCPU]) {
2501                 return (TRUE);
2502         }
2503 #endif
2504         if (saddr >= DMAP_MIN_ADDRESS && eaddr <= DMAP_MAX_ADDRESS)
2505                 return (TRUE);
2506         return (FALSE);
2507 }
2508
2509 struct globaldata *
2510 globaldata_find(int cpu)
2511 {
2512         KKASSERT(cpu >= 0 && cpu < ncpus);
2513         return(&CPU_prvspace[cpu]->mdglobaldata.mi);
2514 }
2515
2516 /*
2517  * This path should be safe from the SYSRET issue because only stopped threads
2518  * can have their %rip adjusted this way (and all heavy weight thread switches
2519  * clear QUICKREF and thus do not use SYSRET).  However, the code path is
2520  * convoluted so add a safety by forcing %rip to be cannonical.
2521  */
2522 int
2523 ptrace_set_pc(struct lwp *lp, unsigned long addr)
2524 {
2525         if (addr & 0x0000800000000000LLU)
2526                 lp->lwp_md.md_regs->tf_rip = addr | 0xFFFF000000000000LLU;
2527         else
2528                 lp->lwp_md.md_regs->tf_rip = addr & 0x0000FFFFFFFFFFFFLLU;
2529         return (0);
2530 }
2531
2532 int
2533 ptrace_single_step(struct lwp *lp)
2534 {
2535         lp->lwp_md.md_regs->tf_rflags |= PSL_T;
2536         return (0);
2537 }
2538
2539 int
2540 fill_regs(struct lwp *lp, struct reg *regs)
2541 {
2542         struct trapframe *tp;
2543
2544         if ((tp = lp->lwp_md.md_regs) == NULL)
2545                 return EINVAL;
2546         bcopy(&tp->tf_rdi, &regs->r_rdi, sizeof(*regs));
2547         return (0);
2548 }
2549
2550 int
2551 set_regs(struct lwp *lp, struct reg *regs)
2552 {
2553         struct trapframe *tp;
2554
2555         tp = lp->lwp_md.md_regs;
2556         if (!EFL_SECURE(regs->r_rflags, tp->tf_rflags) ||
2557             !CS_SECURE(regs->r_cs))
2558                 return (EINVAL);
2559         bcopy(&regs->r_rdi, &tp->tf_rdi, sizeof(*regs));
2560         clear_quickret();
2561         return (0);
2562 }
2563
2564 static void
2565 fill_fpregs_xmm(struct savexmm *sv_xmm, struct save87 *sv_87)
2566 {
2567         struct env87 *penv_87 = &sv_87->sv_env;
2568         struct envxmm *penv_xmm = &sv_xmm->sv_env;
2569         int i;
2570
2571         /* FPU control/status */
2572         penv_87->en_cw = penv_xmm->en_cw;
2573         penv_87->en_sw = penv_xmm->en_sw;
2574         penv_87->en_tw = penv_xmm->en_tw;
2575         penv_87->en_fip = penv_xmm->en_fip;
2576         penv_87->en_fcs = penv_xmm->en_fcs;
2577         penv_87->en_opcode = penv_xmm->en_opcode;
2578         penv_87->en_foo = penv_xmm->en_foo;
2579         penv_87->en_fos = penv_xmm->en_fos;
2580
2581         /* FPU registers */
2582         for (i = 0; i < 8; ++i)
2583                 sv_87->sv_ac[i] = sv_xmm->sv_fp[i].fp_acc;
2584 }
2585
2586 static void
2587 set_fpregs_xmm(struct save87 *sv_87, struct savexmm *sv_xmm)
2588 {
2589         struct env87 *penv_87 = &sv_87->sv_env;
2590         struct envxmm *penv_xmm = &sv_xmm->sv_env;
2591         int i;
2592
2593         /* FPU control/status */
2594         penv_xmm->en_cw = penv_87->en_cw;
2595         penv_xmm->en_sw = penv_87->en_sw;
2596         penv_xmm->en_tw = penv_87->en_tw;
2597         penv_xmm->en_fip = penv_87->en_fip;
2598         penv_xmm->en_fcs = penv_87->en_fcs;
2599         penv_xmm->en_opcode = penv_87->en_opcode;
2600         penv_xmm->en_foo = penv_87->en_foo;
2601         penv_xmm->en_fos = penv_87->en_fos;
2602
2603         /* FPU registers */
2604         for (i = 0; i < 8; ++i)
2605                 sv_xmm->sv_fp[i].fp_acc = sv_87->sv_ac[i];
2606 }
2607
2608 int
2609 fill_fpregs(struct lwp *lp, struct fpreg *fpregs)
2610 {
2611         if (lp->lwp_thread == NULL || lp->lwp_thread->td_pcb == NULL)
2612                 return EINVAL;
2613         if (cpu_fxsr) {
2614                 fill_fpregs_xmm(&lp->lwp_thread->td_pcb->pcb_save.sv_xmm,
2615                                 (struct save87 *)fpregs);
2616                 return (0);
2617         }
2618         bcopy(&lp->lwp_thread->td_pcb->pcb_save.sv_87, fpregs, sizeof *fpregs);
2619         return (0);
2620 }
2621
2622 int
2623 set_fpregs(struct lwp *lp, struct fpreg *fpregs)
2624 {
2625         if (cpu_fxsr) {
2626                 set_fpregs_xmm((struct save87 *)fpregs,
2627                                &lp->lwp_thread->td_pcb->pcb_save.sv_xmm);
2628                 return (0);
2629         }
2630         bcopy(fpregs, &lp->lwp_thread->td_pcb->pcb_save.sv_87, sizeof *fpregs);
2631         return (0);
2632 }
2633
2634 int
2635 fill_dbregs(struct lwp *lp, struct dbreg *dbregs)
2636 {
2637         struct pcb *pcb;
2638
2639         if (lp == NULL) {
2640                 dbregs->dr[0] = rdr0();
2641                 dbregs->dr[1] = rdr1();
2642                 dbregs->dr[2] = rdr2();
2643                 dbregs->dr[3] = rdr3();
2644                 dbregs->dr[4] = rdr4();
2645                 dbregs->dr[5] = rdr5();
2646                 dbregs->dr[6] = rdr6();
2647                 dbregs->dr[7] = rdr7();
2648                 return (0);
2649         }
2650         if (lp->lwp_thread == NULL || (pcb = lp->lwp_thread->td_pcb) == NULL)
2651                 return EINVAL;
2652         dbregs->dr[0] = pcb->pcb_dr0;
2653         dbregs->dr[1] = pcb->pcb_dr1;
2654         dbregs->dr[2] = pcb->pcb_dr2;
2655         dbregs->dr[3] = pcb->pcb_dr3;
2656         dbregs->dr[4] = 0;
2657         dbregs->dr[5] = 0;
2658         dbregs->dr[6] = pcb->pcb_dr6;
2659         dbregs->dr[7] = pcb->pcb_dr7;
2660         return (0);
2661 }
2662
2663 int
2664 set_dbregs(struct lwp *lp, struct dbreg *dbregs)
2665 {
2666         if (lp == NULL) {
2667                 load_dr0(dbregs->dr[0]);
2668                 load_dr1(dbregs->dr[1]);
2669                 load_dr2(dbregs->dr[2]);
2670                 load_dr3(dbregs->dr[3]);
2671                 load_dr4(dbregs->dr[4]);
2672                 load_dr5(dbregs->dr[5]);
2673                 load_dr6(dbregs->dr[6]);
2674                 load_dr7(dbregs->dr[7]);
2675         } else {
2676                 struct pcb *pcb;
2677                 struct ucred *ucred;
2678                 int i;
2679                 uint64_t mask1, mask2;
2680
2681                 /*
2682                  * Don't let an illegal value for dr7 get set.  Specifically,
2683                  * check for undefined settings.  Setting these bit patterns
2684                  * result in undefined behaviour and can lead to an unexpected
2685                  * TRCTRAP.
2686                  */
2687                 /* JG this loop looks unreadable */
2688                 /* Check 4 2-bit fields for invalid patterns.
2689                  * These fields are R/Wi, for i = 0..3
2690                  */
2691                 /* Is 10 in LENi allowed when running in compatibility mode? */
2692                 /* Pattern 10 in R/Wi might be used to indicate
2693                  * breakpoint on I/O. Further analysis should be
2694                  * carried to decide if it is safe and useful to
2695                  * provide access to that capability
2696                  */
2697                 for (i = 0, mask1 = 0x3<<16, mask2 = 0x2<<16; i < 4; 
2698                      i++, mask1 <<= 4, mask2 <<= 4)
2699                         if ((dbregs->dr[7] & mask1) == mask2)
2700                                 return (EINVAL);
2701                 
2702                 pcb = lp->lwp_thread->td_pcb;
2703                 ucred = lp->lwp_proc->p_ucred;
2704
2705                 /*
2706                  * Don't let a process set a breakpoint that is not within the
2707                  * process's address space.  If a process could do this, it
2708                  * could halt the system by setting a breakpoint in the kernel
2709                  * (if ddb was enabled).  Thus, we need to check to make sure
2710                  * that no breakpoints are being enabled for addresses outside
2711                  * process's address space, unless, perhaps, we were called by
2712                  * uid 0.
2713                  *
2714                  * XXX - what about when the watched area of the user's
2715                  * address space is written into from within the kernel
2716                  * ... wouldn't that still cause a breakpoint to be generated
2717                  * from within kernel mode?
2718                  */
2719
2720                 if (priv_check_cred(ucred, PRIV_ROOT, 0) != 0) {
2721                         if (dbregs->dr[7] & 0x3) {
2722                                 /* dr0 is enabled */
2723                                 if (dbregs->dr[0] >= VM_MAX_USER_ADDRESS)
2724                                         return (EINVAL);
2725                         }
2726
2727                         if (dbregs->dr[7] & (0x3<<2)) {
2728                                 /* dr1 is enabled */
2729                                 if (dbregs->dr[1] >= VM_MAX_USER_ADDRESS)
2730                                         return (EINVAL);
2731                         }
2732
2733                         if (dbregs->dr[7] & (0x3<<4)) {
2734                                 /* dr2 is enabled */
2735                                 if (dbregs->dr[2] >= VM_MAX_USER_ADDRESS)
2736                                         return (EINVAL);
2737                         }
2738
2739                         if (dbregs->dr[7] & (0x3<<6)) {
2740                                 /* dr3 is enabled */
2741                                 if (dbregs->dr[3] >= VM_MAX_USER_ADDRESS)
2742                                         return (EINVAL);
2743                         }
2744                 }
2745
2746                 pcb->pcb_dr0 = dbregs->dr[0];
2747                 pcb->pcb_dr1 = dbregs->dr[1];
2748                 pcb->pcb_dr2 = dbregs->dr[2];
2749                 pcb->pcb_dr3 = dbregs->dr[3];
2750                 pcb->pcb_dr6 = dbregs->dr[6];
2751                 pcb->pcb_dr7 = dbregs->dr[7];
2752
2753                 pcb->pcb_flags |= PCB_DBREGS;
2754         }
2755
2756         return (0);
2757 }
2758
2759 /*
2760  * Return > 0 if a hardware breakpoint has been hit, and the
2761  * breakpoint was in user space.  Return 0, otherwise.
2762  */
2763 int
2764 user_dbreg_trap(void)
2765 {
2766         u_int64_t dr7, dr6; /* debug registers dr6 and dr7 */
2767         u_int64_t bp;       /* breakpoint bits extracted from dr6 */
2768         int nbp;            /* number of breakpoints that triggered */
2769         caddr_t addr[4];    /* breakpoint addresses */
2770         int i;
2771         
2772         dr7 = rdr7();
2773         if ((dr7 & 0xff) == 0) {
2774                 /*
2775                  * all GE and LE bits in the dr7 register are zero,
2776                  * thus the trap couldn't have been caused by the
2777                  * hardware debug registers
2778                  */
2779                 return 0;
2780         }
2781
2782         nbp = 0;
2783         dr6 = rdr6();
2784         bp = dr6 & 0xf;
2785
2786         if (bp == 0) {
2787                 /*
2788                  * None of the breakpoint bits are set meaning this
2789                  * trap was not caused by any of the debug registers
2790                  */
2791                 return 0;
2792         }
2793
2794         /*
2795          * at least one of the breakpoints were hit, check to see
2796          * which ones and if any of them are user space addresses
2797          */
2798
2799         if (bp & 0x01) {
2800                 addr[nbp++] = (caddr_t)rdr0();
2801         }
2802         if (bp & 0x02) {
2803                 addr[nbp++] = (caddr_t)rdr1();
2804         }
2805         if (bp & 0x04) {
2806                 addr[nbp++] = (caddr_t)rdr2();
2807         }
2808         if (bp & 0x08) {
2809                 addr[nbp++] = (caddr_t)rdr3();
2810         }
2811
2812         for (i=0; i<nbp; i++) {
2813                 if (addr[i] <
2814                     (caddr_t)VM_MAX_USER_ADDRESS) {
2815                         /*
2816                          * addr[i] is in user space
2817                          */
2818                         return nbp;
2819                 }
2820         }
2821
2822         /*
2823          * None of the breakpoints are in user space.
2824          */
2825         return 0;
2826 }
2827
2828
2829 #ifndef DDB
2830 void
2831 Debugger(const char *msg)
2832 {
2833         kprintf("Debugger(\"%s\") called.\n", msg);
2834 }
2835 #endif /* no DDB */
2836
2837 #ifdef DDB
2838
2839 /*
2840  * Provide inb() and outb() as functions.  They are normally only
2841  * available as macros calling inlined functions, thus cannot be
2842  * called inside DDB.
2843  *
2844  * The actual code is stolen from <machine/cpufunc.h>, and de-inlined.
2845  */
2846
2847 #undef inb
2848 #undef outb
2849
2850 /* silence compiler warnings */
2851 u_char inb(u_int);
2852 void outb(u_int, u_char);
2853
2854 u_char
2855 inb(u_int port)
2856 {
2857         u_char  data;
2858         /*
2859          * We use %%dx and not %1 here because i/o is done at %dx and not at
2860          * %edx, while gcc generates inferior code (movw instead of movl)
2861          * if we tell it to load (u_short) port.
2862          */
2863         __asm __volatile("inb %%dx,%0" : "=a" (data) : "d" (port));
2864         return (data);
2865 }
2866
2867 void
2868 outb(u_int port, u_char data)
2869 {
2870         u_char  al;
2871         /*
2872          * Use an unnecessary assignment to help gcc's register allocator.
2873          * This make a large difference for gcc-1.40 and a tiny difference
2874          * for gcc-2.6.0.  For gcc-1.40, al had to be ``asm("ax")'' for
2875          * best results.  gcc-2.6.0 can't handle this.
2876          */
2877         al = data;
2878         __asm __volatile("outb %0,%%dx" : : "a" (al), "d" (port));
2879 }
2880
2881 #endif /* DDB */
2882
2883
2884
2885 /*
2886  * initialize all the SMP locks
2887  */
2888
2889 /* critical region when masking or unmasking interupts */
2890 struct spinlock_deprecated imen_spinlock;
2891
2892 /* lock region used by kernel profiling */
2893 struct spinlock_deprecated mcount_spinlock;
2894
2895 /* locks com (tty) data/hardware accesses: a FASTINTR() */
2896 struct spinlock_deprecated com_spinlock;
2897
2898 /* lock regions around the clock hardware */
2899 struct spinlock_deprecated clock_spinlock;
2900
2901 static void
2902 init_locks(void)
2903 {
2904         /*
2905          * Get the initial mplock with a count of 1 for the BSP.
2906          * This uses a LOGICAL cpu ID, ie BSP == 0.
2907          */
2908         cpu_get_initial_mplock();
2909         /* DEPRECATED */
2910         spin_init_deprecated(&mcount_spinlock);
2911         spin_init_deprecated(&imen_spinlock);
2912         spin_init_deprecated(&com_spinlock);
2913         spin_init_deprecated(&clock_spinlock);
2914
2915         /* our token pool needs to work early */
2916         lwkt_token_pool_init();
2917 }
2918
2919 boolean_t
2920 cpu_mwait_hint_valid(uint32_t hint)
2921 {
2922         int cx_idx, sub;
2923
2924         cx_idx = MWAIT_EAX_TO_CX(hint);
2925         if (cx_idx >= CPU_MWAIT_CX_MAX)
2926                 return FALSE;
2927
2928         sub = MWAIT_EAX_TO_CX_SUB(hint);
2929         if (sub >= cpu_mwait_cx_info[cx_idx].subcnt)
2930                 return FALSE;
2931
2932         return TRUE;
2933 }
2934
2935 void
2936 cpu_mwait_cx_no_bmsts(void)
2937 {
2938         atomic_clear_int(&cpu_mwait_c3_preamble, CPU_MWAIT_C3_PREAMBLE_BM_STS);
2939 }
2940
2941 void
2942 cpu_mwait_cx_no_bmarb(void)
2943 {
2944         atomic_clear_int(&cpu_mwait_c3_preamble, CPU_MWAIT_C3_PREAMBLE_BM_ARB);
2945 }
2946
2947 static int
2948 cpu_mwait_cx_hint2name(int hint, char *name, int namelen, boolean_t allow_auto)
2949 {
2950         int old_cx_idx, sub = 0;
2951
2952         if (hint >= 0) {
2953                 old_cx_idx = MWAIT_EAX_TO_CX(hint);
2954                 sub = MWAIT_EAX_TO_CX_SUB(hint);
2955         } else if (hint == CPU_MWAIT_HINT_AUTO) {
2956                 old_cx_idx = allow_auto ? CPU_MWAIT_C2 : CPU_MWAIT_CX_MAX;
2957         } else if (hint == CPU_MWAIT_HINT_AUTODEEP) {
2958                 old_cx_idx = allow_auto ? CPU_MWAIT_C3 : CPU_MWAIT_CX_MAX;
2959         } else {
2960                 old_cx_idx = CPU_MWAIT_CX_MAX;
2961         }
2962
2963         if (!CPU_MWAIT_HAS_CX)
2964                 strlcpy(name, "NONE", namelen);
2965         else if (allow_auto && hint == CPU_MWAIT_HINT_AUTO)
2966                 strlcpy(name, "AUTO", namelen);
2967         else if (allow_auto && hint == CPU_MWAIT_HINT_AUTODEEP)
2968                 strlcpy(name, "AUTODEEP", namelen);
2969         else if (old_cx_idx >= CPU_MWAIT_CX_MAX ||
2970             sub >= cpu_mwait_cx_info[old_cx_idx].subcnt)
2971                 strlcpy(name, "INVALID", namelen);
2972         else
2973                 ksnprintf(name, namelen, "C%d/%d", old_cx_idx, sub);
2974
2975         return old_cx_idx;
2976 }
2977
2978 static int
2979 cpu_mwait_cx_name2hint(char *name, int *hint0, boolean_t allow_auto)
2980 {
2981         int cx_idx, sub, hint;
2982         char *ptr, *start;
2983
2984         if (allow_auto && strcmp(name, "AUTO") == 0) {
2985                 hint = CPU_MWAIT_HINT_AUTO;
2986                 cx_idx = CPU_MWAIT_C2;
2987                 goto done;
2988         }
2989         if (allow_auto && strcmp(name, "AUTODEEP") == 0) {
2990                 hint = CPU_MWAIT_HINT_AUTODEEP;
2991                 cx_idx = CPU_MWAIT_C3;
2992                 goto done;
2993         }
2994
2995         if (strlen(name) < 4 || toupper(name[0]) != 'C')
2996                 return -1;
2997         start = &name[1];
2998         ptr = NULL;
2999
3000         cx_idx = strtol(start, &ptr, 10);
3001         if (ptr == start || *ptr != '/')
3002                 return -1;
3003         if (cx_idx < 0 || cx_idx >= CPU_MWAIT_CX_MAX)
3004                 return -1;
3005
3006         start = ptr + 1;
3007         ptr = NULL;
3008
3009         sub = strtol(start, &ptr, 10);
3010         if (*ptr != '\0')
3011                 return -1;
3012         if (sub < 0 || sub >= cpu_mwait_cx_info[cx_idx].subcnt)
3013                 return -1;
3014
3015         hint = MWAIT_EAX_HINT(cx_idx, sub);
3016 done:
3017         *hint0 = hint;
3018         return cx_idx;
3019 }
3020
3021 static int
3022 cpu_mwait_cx_transit(int old_cx_idx, int cx_idx)
3023 {
3024         if (cx_idx >= CPU_MWAIT_C3 && cpu_mwait_c3_preamble)
3025                 return EOPNOTSUPP;
3026         if (old_cx_idx < CPU_MWAIT_C3 && cx_idx >= CPU_MWAIT_C3) {
3027                 int error;
3028
3029                 error = cputimer_intr_powersave_addreq();
3030                 if (error)
3031                         return error;
3032         } else if (old_cx_idx >= CPU_MWAIT_C3 && cx_idx < CPU_MWAIT_C3) {
3033                 cputimer_intr_powersave_remreq();
3034         }
3035         return 0;
3036 }
3037
3038 static int
3039 cpu_mwait_cx_select_sysctl(SYSCTL_HANDLER_ARGS, int *hint0,
3040     boolean_t allow_auto)
3041 {
3042         int error, cx_idx, old_cx_idx, hint;
3043         char name[CPU_MWAIT_CX_NAMELEN];
3044
3045         hint = *hint0;
3046         old_cx_idx = cpu_mwait_cx_hint2name(hint, name, sizeof(name),
3047             allow_auto);
3048
3049         error = sysctl_handle_string(oidp, name, sizeof(name), req);
3050         if (error != 0 || req->newptr == NULL)
3051                 return error;
3052
3053         if (!CPU_MWAIT_HAS_CX)
3054                 return EOPNOTSUPP;
3055
3056         cx_idx = cpu_mwait_cx_name2hint(name, &hint, allow_auto);
3057         if (cx_idx < 0)
3058                 return EINVAL;
3059
3060         error = cpu_mwait_cx_transit(old_cx_idx, cx_idx);
3061         if (error)
3062                 return error;
3063
3064         *hint0 = hint;
3065         return 0;
3066 }
3067
3068 static int
3069 cpu_mwait_cx_setname(struct cpu_idle_stat *stat, const char *cx_name)
3070 {
3071         int error, cx_idx, old_cx_idx, hint;
3072         char name[CPU_MWAIT_CX_NAMELEN];
3073
3074         KASSERT(CPU_MWAIT_HAS_CX, ("cpu does not support mwait CX extension"));
3075
3076         hint = stat->hint;
3077         old_cx_idx = cpu_mwait_cx_hint2name(hint, name, sizeof(name), TRUE);
3078
3079         strlcpy(name, cx_name, sizeof(name));
3080         cx_idx = cpu_mwait_cx_name2hint(name, &hint, TRUE);
3081         if (cx_idx < 0)
3082                 return EINVAL;
3083
3084         error = cpu_mwait_cx_transit(old_cx_idx, cx_idx);
3085         if (error)
3086                 return error;
3087
3088         stat->hint = hint;
3089         return 0;
3090 }
3091
3092 static int
3093 cpu_mwait_cx_idle_sysctl(SYSCTL_HANDLER_ARGS)
3094 {
3095         int hint = cpu_mwait_halt_global;
3096         int error, cx_idx, cpu;
3097         char name[CPU_MWAIT_CX_NAMELEN], cx_name[CPU_MWAIT_CX_NAMELEN];
3098
3099         cpu_mwait_cx_hint2name(hint, name, sizeof(name), TRUE);
3100
3101         error = sysctl_handle_string(oidp, name, sizeof(name), req);
3102         if (error != 0 || req->newptr == NULL)
3103                 return error;
3104
3105         if (!CPU_MWAIT_HAS_CX)
3106                 return EOPNOTSUPP;
3107
3108         /* Save name for later per-cpu CX configuration */
3109         strlcpy(cx_name, name, sizeof(cx_name));
3110
3111         cx_idx = cpu_mwait_cx_name2hint(name, &hint, TRUE);
3112         if (cx_idx < 0)
3113                 return EINVAL;
3114
3115         /* Change per-cpu CX configuration */
3116         for (cpu = 0; cpu < ncpus; ++cpu) {
3117                 error = cpu_mwait_cx_setname(&cpu_idle_stats[cpu], cx_name);
3118                 if (error)
3119                         return error;
3120         }
3121
3122         cpu_mwait_halt_global = hint;
3123         return 0;
3124 }
3125
3126 static int
3127 cpu_mwait_cx_pcpu_idle_sysctl(SYSCTL_HANDLER_ARGS)
3128 {
3129         struct cpu_idle_stat *stat = arg1;
3130         int error;
3131
3132         error = cpu_mwait_cx_select_sysctl(oidp, arg1, arg2, req,
3133             &stat->hint, TRUE);
3134         return error;
3135 }
3136
3137 static int
3138 cpu_mwait_cx_spin_sysctl(SYSCTL_HANDLER_ARGS)
3139 {
3140         int error;
3141
3142         error = cpu_mwait_cx_select_sysctl(oidp, arg1, arg2, req,
3143             &cpu_mwait_spin, FALSE);
3144         return error;
3145 }
3146
3147 /*
3148  * This manual debugging code is called unconditionally from Xtimer
3149  * (the per-cpu timer interrupt) whether the current thread is in a
3150  * critical section or not) and can be useful in tracking down lockups.
3151  *
3152  * NOTE: MANUAL DEBUG CODE
3153  */
3154 #if 0
3155 static int saveticks[SMP_MAXCPU];
3156 static int savecounts[SMP_MAXCPU];
3157 #endif
3158
3159 void
3160 pcpu_timer_always(struct intrframe *frame)
3161 {
3162 #if 0
3163         globaldata_t gd = mycpu;
3164         int cpu = gd->gd_cpuid;
3165         char buf[64];
3166         short *gptr;
3167         int i;
3168
3169         if (cpu <= 20) {
3170                 gptr = (short *)0xFFFFFFFF800b8000 + 80 * cpu;
3171                 *gptr = ((*gptr + 1) & 0x00FF) | 0x0700;
3172                 ++gptr;
3173
3174                 ksnprintf(buf, sizeof(buf), " %p %16s %d %16s ",
3175                     (void *)frame->if_rip, gd->gd_curthread->td_comm, ticks,
3176                     gd->gd_infomsg);
3177                 for (i = 0; buf[i]; ++i) {
3178                         gptr[i] = 0x0700 | (unsigned char)buf[i];
3179                 }
3180         }
3181 #if 0
3182         if (saveticks[gd->gd_cpuid] != ticks) {
3183                 saveticks[gd->gd_cpuid] = ticks;
3184                 savecounts[gd->gd_cpuid] = 0;
3185         }
3186         ++savecounts[gd->gd_cpuid];
3187         if (savecounts[gd->gd_cpuid] > 2000 && panicstr == NULL) {
3188                 panic("cpud %d panicing on ticks failure",
3189                         gd->gd_cpuid);
3190         }
3191         for (i = 0; i < ncpus; ++i) {
3192                 int delta;
3193                 if (saveticks[i] && panicstr == NULL) {
3194                         delta = saveticks[i] - ticks;
3195                         if (delta < -10 || delta > 10) {
3196                                 panic("cpu %d panicing on cpu %d watchdog",
3197                                       gd->gd_cpuid, i);
3198                         }
3199                 }
3200         }
3201 #endif
3202 #endif
3203 }