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