xref: /titanic_51/usr/src/uts/i86pc/os/mlsetup.c (revision d5d7cf4e084ada61ab475b433429da88487a6725)
17c478bd9Sstevel@tonic-gate /*
27c478bd9Sstevel@tonic-gate  * CDDL HEADER START
37c478bd9Sstevel@tonic-gate  *
47c478bd9Sstevel@tonic-gate  * The contents of this file are subject to the terms of the
541791439Sandrei  * Common Development and Distribution License (the "License").
641791439Sandrei  * You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate  *
87c478bd9Sstevel@tonic-gate  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate  * or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate  * See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate  * and limitations under the License.
127c478bd9Sstevel@tonic-gate  *
137c478bd9Sstevel@tonic-gate  * When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate  * If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate  * fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate  * information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate  *
197c478bd9Sstevel@tonic-gate  * CDDL HEADER END
207c478bd9Sstevel@tonic-gate  */
217c478bd9Sstevel@tonic-gate /*
220e751525SEric Saxe  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
237c478bd9Sstevel@tonic-gate  * Use is subject to license terms.
247c478bd9Sstevel@tonic-gate  */
257c478bd9Sstevel@tonic-gate 
267c478bd9Sstevel@tonic-gate #include <sys/types.h>
27ae115bc7Smrj #include <sys/sysmacros.h>
287c478bd9Sstevel@tonic-gate #include <sys/disp.h>
297c478bd9Sstevel@tonic-gate #include <sys/promif.h>
307c478bd9Sstevel@tonic-gate #include <sys/clock.h>
317c478bd9Sstevel@tonic-gate #include <sys/cpuvar.h>
327c478bd9Sstevel@tonic-gate #include <sys/stack.h>
337c478bd9Sstevel@tonic-gate #include <vm/as.h>
347c478bd9Sstevel@tonic-gate #include <vm/hat.h>
357c478bd9Sstevel@tonic-gate #include <sys/reboot.h>
367c478bd9Sstevel@tonic-gate #include <sys/avintr.h>
377c478bd9Sstevel@tonic-gate #include <sys/vtrace.h>
387c478bd9Sstevel@tonic-gate #include <sys/proc.h>
397c478bd9Sstevel@tonic-gate #include <sys/thread.h>
407c478bd9Sstevel@tonic-gate #include <sys/cpupart.h>
417c478bd9Sstevel@tonic-gate #include <sys/pset.h>
427c478bd9Sstevel@tonic-gate #include <sys/copyops.h>
43fb2f18f8Sesaxe #include <sys/pg.h>
447c478bd9Sstevel@tonic-gate #include <sys/disp.h>
457c478bd9Sstevel@tonic-gate #include <sys/debug.h>
467c478bd9Sstevel@tonic-gate #include <sys/sunddi.h>
477c478bd9Sstevel@tonic-gate #include <sys/x86_archext.h>
487c478bd9Sstevel@tonic-gate #include <sys/privregs.h>
497c478bd9Sstevel@tonic-gate #include <sys/machsystm.h>
507c478bd9Sstevel@tonic-gate #include <sys/ontrap.h>
517c478bd9Sstevel@tonic-gate #include <sys/bootconf.h>
529db7147eSSherry Moore #include <sys/boot_console.h>
53ae115bc7Smrj #include <sys/kdi_machimpl.h>
547c478bd9Sstevel@tonic-gate #include <sys/archsystm.h>
557c478bd9Sstevel@tonic-gate #include <sys/promif.h>
56c88420b3Sdmick #include <sys/pci_cfgspace.h>
57843e1988Sjohnlev #ifdef __xpv
58843e1988Sjohnlev #include <sys/hypervisor.h>
59349b53ddSStuart Maybee #else
60349b53ddSStuart Maybee #include <sys/xpv_support.h>
61843e1988Sjohnlev #endif
627c478bd9Sstevel@tonic-gate 
637c478bd9Sstevel@tonic-gate /*
647c478bd9Sstevel@tonic-gate  * some globals for patching the result of cpuid
657c478bd9Sstevel@tonic-gate  * to solve problems w/ creative cpu vendors
667c478bd9Sstevel@tonic-gate  */
677c478bd9Sstevel@tonic-gate 
687c478bd9Sstevel@tonic-gate extern uint32_t cpuid_feature_ecx_include;
697c478bd9Sstevel@tonic-gate extern uint32_t cpuid_feature_ecx_exclude;
707c478bd9Sstevel@tonic-gate extern uint32_t cpuid_feature_edx_include;
717c478bd9Sstevel@tonic-gate extern uint32_t cpuid_feature_edx_exclude;
727c478bd9Sstevel@tonic-gate 
737c478bd9Sstevel@tonic-gate /*
744961a633Sdmick  * Dummy spl priority masks
754961a633Sdmick  */
764961a633Sdmick static unsigned char dummy_cpu_pri[MAXIPL + 1] = {
774961a633Sdmick 	0xf, 0xf, 0xf, 0xf, 0xf, 0xf, 0xf, 0xf,
784961a633Sdmick 	0xf, 0xf, 0xf, 0xf, 0xf, 0xf, 0xf, 0xf, 0xf
794961a633Sdmick };
804961a633Sdmick 
819db7147eSSherry Moore /*
829db7147eSSherry Moore  * Set console mode
839db7147eSSherry Moore  */
849db7147eSSherry Moore static void
859db7147eSSherry Moore set_console_mode(uint8_t val)
869db7147eSSherry Moore {
879db7147eSSherry Moore 	struct bop_regs rp = {0};
889db7147eSSherry Moore 
899db7147eSSherry Moore 	rp.eax.byte.ah = 0x0;
909db7147eSSherry Moore 	rp.eax.byte.al = val;
919db7147eSSherry Moore 	rp.ebx.word.bx = 0x0;
929db7147eSSherry Moore 
939db7147eSSherry Moore 	BOP_DOINT(bootops, 0x10, &rp);
949db7147eSSherry Moore }
959db7147eSSherry Moore 
967c478bd9Sstevel@tonic-gate 
977c478bd9Sstevel@tonic-gate /*
987c478bd9Sstevel@tonic-gate  * Setup routine called right before main(). Interposing this function
997c478bd9Sstevel@tonic-gate  * before main() allows us to call it in a machine-independent fashion.
1007c478bd9Sstevel@tonic-gate  */
1017c478bd9Sstevel@tonic-gate void
1027c478bd9Sstevel@tonic-gate mlsetup(struct regs *rp)
1037c478bd9Sstevel@tonic-gate {
1042baa66a0SJonathan Chew 	u_longlong_t prop_value;
1057c478bd9Sstevel@tonic-gate 	extern struct classfuncs sys_classfuncs;
1067c478bd9Sstevel@tonic-gate 	extern disp_t cpu0_disp;
1077c478bd9Sstevel@tonic-gate 	extern char t0stack[];
1089db7147eSSherry Moore 	extern int post_fastreboot;
1099db7147eSSherry Moore 	extern int console;
1107c478bd9Sstevel@tonic-gate 
1117c478bd9Sstevel@tonic-gate 	ASSERT_STACK_ALIGNED();
1127c478bd9Sstevel@tonic-gate 
1137c478bd9Sstevel@tonic-gate 	/*
1147c478bd9Sstevel@tonic-gate 	 * initialize cpu_self
1157c478bd9Sstevel@tonic-gate 	 */
1167c478bd9Sstevel@tonic-gate 	cpu[0]->cpu_self = cpu[0];
1177c478bd9Sstevel@tonic-gate 
118843e1988Sjohnlev #if defined(__xpv)
119843e1988Sjohnlev 	/*
120843e1988Sjohnlev 	 * Point at the hypervisor's virtual cpu structure
121843e1988Sjohnlev 	 */
122843e1988Sjohnlev 	cpu[0]->cpu_m.mcpu_vcpu_info = &HYPERVISOR_shared_info->vcpu_info[0];
123843e1988Sjohnlev #endif
124843e1988Sjohnlev 
1257c478bd9Sstevel@tonic-gate 	/*
1264961a633Sdmick 	 * Set up dummy cpu_pri_data values till psm spl code is
1274961a633Sdmick 	 * installed.  This allows splx() to work on amd64.
1284961a633Sdmick 	 */
1294961a633Sdmick 
1304961a633Sdmick 	cpu[0]->cpu_pri_data = dummy_cpu_pri;
1314961a633Sdmick 
1324961a633Sdmick 	/*
1337c478bd9Sstevel@tonic-gate 	 * check if we've got special bits to clear or set
1347c478bd9Sstevel@tonic-gate 	 * when checking cpu features
1357c478bd9Sstevel@tonic-gate 	 */
1367c478bd9Sstevel@tonic-gate 
1372baa66a0SJonathan Chew 	if (bootprop_getval("cpuid_feature_ecx_include", &prop_value) != 0)
1382baa66a0SJonathan Chew 		cpuid_feature_ecx_include = 0;
1392baa66a0SJonathan Chew 	else
1402baa66a0SJonathan Chew 		cpuid_feature_ecx_include = (uint32_t)prop_value;
1412baa66a0SJonathan Chew 
1422baa66a0SJonathan Chew 	if (bootprop_getval("cpuid_feature_ecx_exclude", &prop_value) != 0)
1432baa66a0SJonathan Chew 		cpuid_feature_ecx_exclude = 0;
1442baa66a0SJonathan Chew 	else
1452baa66a0SJonathan Chew 		cpuid_feature_ecx_exclude = (uint32_t)prop_value;
1462baa66a0SJonathan Chew 
1472baa66a0SJonathan Chew 	if (bootprop_getval("cpuid_feature_edx_include", &prop_value) != 0)
1482baa66a0SJonathan Chew 		cpuid_feature_edx_include = 0;
1492baa66a0SJonathan Chew 	else
1502baa66a0SJonathan Chew 		cpuid_feature_edx_include = (uint32_t)prop_value;
1512baa66a0SJonathan Chew 
1522baa66a0SJonathan Chew 	if (bootprop_getval("cpuid_feature_edx_exclude", &prop_value) != 0)
1532baa66a0SJonathan Chew 		cpuid_feature_edx_exclude = 0;
1542baa66a0SJonathan Chew 	else
1552baa66a0SJonathan Chew 		cpuid_feature_edx_exclude = (uint32_t)prop_value;
1567c478bd9Sstevel@tonic-gate 
1577c478bd9Sstevel@tonic-gate 	/*
15845e032f7SDan Mick 	 * Initialize idt0, gdt0, ldt0_default, ktss0 and dftss.
15945e032f7SDan Mick 	 */
16045e032f7SDan Mick 	init_desctbls();
16145e032f7SDan Mick 
16245e032f7SDan Mick 	/*
16345e032f7SDan Mick 	 * lgrp_init() and possibly cpuid_pass1() need PCI config
16445e032f7SDan Mick 	 * space access
16545e032f7SDan Mick 	 */
16645e032f7SDan Mick #if defined(__xpv)
16745e032f7SDan Mick 	if (DOMAIN_IS_INITDOMAIN(xen_info))
16845e032f7SDan Mick 		pci_cfgspace_init();
16945e032f7SDan Mick #else
17045e032f7SDan Mick 	pci_cfgspace_init();
17145e032f7SDan Mick #endif
17245e032f7SDan Mick 
17345e032f7SDan Mick 	/*
1747c478bd9Sstevel@tonic-gate 	 * The first lightweight pass (pass0) through the cpuid data
1757c478bd9Sstevel@tonic-gate 	 * was done in locore before mlsetup was called.  Do the next
1767c478bd9Sstevel@tonic-gate 	 * pass in C code.
1777c478bd9Sstevel@tonic-gate 	 *
1787c478bd9Sstevel@tonic-gate 	 * The x86_feature bits are set here on the basis of the capabilities
1797c478bd9Sstevel@tonic-gate 	 * of the boot CPU.  Note that if we choose to support CPUs that have
1807c478bd9Sstevel@tonic-gate 	 * different feature sets (at which point we would almost certainly
1817c478bd9Sstevel@tonic-gate 	 * want to set the feature bits to correspond to the feature
1827c478bd9Sstevel@tonic-gate 	 * minimum) this value may be altered.
1837c478bd9Sstevel@tonic-gate 	 */
1847c478bd9Sstevel@tonic-gate 	x86_feature = cpuid_pass1(cpu[0]);
1857c478bd9Sstevel@tonic-gate 
186247dbb3dSsudheer #if !defined(__xpv)
187247dbb3dSsudheer 
188349b53ddSStuart Maybee 	if (get_hwenv() == HW_XEN_HVM)
189349b53ddSStuart Maybee 		xen_hvm_init();
190349b53ddSStuart Maybee 
191247dbb3dSsudheer 	/*
192247dbb3dSsudheer 	 * Patch the tsc_read routine with appropriate set of instructions,
193247dbb3dSsudheer 	 * depending on the processor family and architecure, to read the
194247dbb3dSsudheer 	 * time-stamp counter while ensuring no out-of-order execution.
195247dbb3dSsudheer 	 * Patch it while the kernel text is still writable.
196247dbb3dSsudheer 	 *
197247dbb3dSsudheer 	 * Note: tsc_read is not patched for intel processors whose family
198247dbb3dSsudheer 	 * is >6 and for amd whose family >f (in case they don't support rdtscp
199247dbb3dSsudheer 	 * instruction, unlikely). By default tsc_read will use cpuid for
200247dbb3dSsudheer 	 * serialization in such cases. The following code needs to be
201247dbb3dSsudheer 	 * revisited if intel processors of family >= f retains the
202247dbb3dSsudheer 	 * instruction serialization nature of mfence instruction.
2032b0bcb26Ssudheer 	 * Note: tsc_read is not patched for x86 processors which do
2042b0bcb26Ssudheer 	 * not support "mfence". By default tsc_read will use cpuid for
2052b0bcb26Ssudheer 	 * serialization in such cases.
206551bc2a6Smrj 	 *
207551bc2a6Smrj 	 * The Xen hypervisor does not correctly report whether rdtscp is
208551bc2a6Smrj 	 * supported or not, so we must assume that it is not.
209247dbb3dSsudheer 	 */
210b9bfdccdSStuart Maybee 	if (get_hwenv() != HW_XEN_HVM && (x86_feature & X86_TSCP))
211247dbb3dSsudheer 		patch_tsc_read(X86_HAVE_TSCP);
212247dbb3dSsudheer 	else if (cpuid_getvendor(CPU) == X86_VENDOR_AMD &&
2132b0bcb26Ssudheer 	    cpuid_getfamily(CPU) <= 0xf && (x86_feature & X86_SSE2) != 0)
214247dbb3dSsudheer 		patch_tsc_read(X86_TSC_MFENCE);
215247dbb3dSsudheer 	else if (cpuid_getvendor(CPU) == X86_VENDOR_Intel &&
2162b0bcb26Ssudheer 	    cpuid_getfamily(CPU) <= 6 && (x86_feature & X86_SSE2) != 0)
21715363b27Ssudheer 		patch_tsc_read(X86_TSC_LFENCE);
218247dbb3dSsudheer 
219247dbb3dSsudheer #endif	/* !__xpv */
2207c478bd9Sstevel@tonic-gate 
221843e1988Sjohnlev #if defined(__i386) && !defined(__xpv)
2227c478bd9Sstevel@tonic-gate 	/*
2237c478bd9Sstevel@tonic-gate 	 * Some i386 processors do not implement the rdtsc instruction,
224247dbb3dSsudheer 	 * or at least they do not implement it correctly. Patch them to
225247dbb3dSsudheer 	 * return 0.
2267c478bd9Sstevel@tonic-gate 	 */
227247dbb3dSsudheer 	if ((x86_feature & X86_TSC) == 0)
228247dbb3dSsudheer 		patch_tsc_read(X86_NO_TSC);
229843e1988Sjohnlev #endif	/* __i386 && !__xpv */
230843e1988Sjohnlev 
23122cc0e45SBill Holler #if defined(__amd64) && !defined(__xpv)
23222cc0e45SBill Holler 	patch_memops(cpuid_getvendor(CPU));
23322cc0e45SBill Holler #endif	/* __amd64 && !__xpv */
23422cc0e45SBill Holler 
235843e1988Sjohnlev #if !defined(__xpv)
236843e1988Sjohnlev 	/* XXPV	what, if anything, should be dorked with here under xen? */
237ae115bc7Smrj 
238ae115bc7Smrj 	/*
239ae115bc7Smrj 	 * While we're thinking about the TSC, let's set up %cr4 so that
240ae115bc7Smrj 	 * userland can issue rdtsc, and initialize the TSC_AUX value
241ae115bc7Smrj 	 * (the cpuid) for the rdtscp instruction on appropriately
242ae115bc7Smrj 	 * capable hardware.
243ae115bc7Smrj 	 */
244ae115bc7Smrj 	if (x86_feature & X86_TSC)
245ae115bc7Smrj 		setcr4(getcr4() & ~CR4_TSD);
246ae115bc7Smrj 
247ae115bc7Smrj 	if (x86_feature & X86_TSCP)
248ae115bc7Smrj 		(void) wrmsr(MSR_AMD_TSCAUX, 0);
249ae115bc7Smrj 
250ae115bc7Smrj 	if (x86_feature & X86_DE)
251ae115bc7Smrj 		setcr4(getcr4() | CR4_DE);
252843e1988Sjohnlev #endif /* __xpv */
2537c478bd9Sstevel@tonic-gate 
2547c478bd9Sstevel@tonic-gate 	/*
2557c478bd9Sstevel@tonic-gate 	 * initialize t0
2567c478bd9Sstevel@tonic-gate 	 */
2577c478bd9Sstevel@tonic-gate 	t0.t_stk = (caddr_t)rp - MINFRAME;
2587c478bd9Sstevel@tonic-gate 	t0.t_stkbase = t0stack;
2597c478bd9Sstevel@tonic-gate 	t0.t_pri = maxclsyspri - 3;
2607c478bd9Sstevel@tonic-gate 	t0.t_schedflag = TS_LOAD | TS_DONT_SWAP;
2617c478bd9Sstevel@tonic-gate 	t0.t_procp = &p0;
2627c478bd9Sstevel@tonic-gate 	t0.t_plockp = &p0lock.pl_lock;
2637c478bd9Sstevel@tonic-gate 	t0.t_lwp = &lwp0;
2647c478bd9Sstevel@tonic-gate 	t0.t_forw = &t0;
2657c478bd9Sstevel@tonic-gate 	t0.t_back = &t0;
2667c478bd9Sstevel@tonic-gate 	t0.t_next = &t0;
2677c478bd9Sstevel@tonic-gate 	t0.t_prev = &t0;
2687c478bd9Sstevel@tonic-gate 	t0.t_cpu = cpu[0];
2697c478bd9Sstevel@tonic-gate 	t0.t_disp_queue = &cpu0_disp;
2707c478bd9Sstevel@tonic-gate 	t0.t_bind_cpu = PBIND_NONE;
2717c478bd9Sstevel@tonic-gate 	t0.t_bind_pset = PS_NONE;
2720b70c467Sakolb 	t0.t_bindflag = (uchar_t)default_binding_mode;
2737c478bd9Sstevel@tonic-gate 	t0.t_cpupart = &cp_default;
2747c478bd9Sstevel@tonic-gate 	t0.t_clfuncs = &sys_classfuncs.thread;
2757c478bd9Sstevel@tonic-gate 	t0.t_copyops = NULL;
2767c478bd9Sstevel@tonic-gate 	THREAD_ONPROC(&t0, CPU);
2777c478bd9Sstevel@tonic-gate 
2787c478bd9Sstevel@tonic-gate 	lwp0.lwp_thread = &t0;
2797c478bd9Sstevel@tonic-gate 	lwp0.lwp_regs = (void *)rp;
2807c478bd9Sstevel@tonic-gate 	lwp0.lwp_procp = &p0;
2817c478bd9Sstevel@tonic-gate 	t0.t_tid = p0.p_lwpcnt = p0.p_lwprcnt = p0.p_lwpid = 1;
2827c478bd9Sstevel@tonic-gate 
2837c478bd9Sstevel@tonic-gate 	p0.p_exec = NULL;
2847c478bd9Sstevel@tonic-gate 	p0.p_stat = SRUN;
2857c478bd9Sstevel@tonic-gate 	p0.p_flag = SSYS;
2867c478bd9Sstevel@tonic-gate 	p0.p_tlist = &t0;
2877c478bd9Sstevel@tonic-gate 	p0.p_stksize = 2*PAGESIZE;
2887c478bd9Sstevel@tonic-gate 	p0.p_stkpageszc = 0;
2897c478bd9Sstevel@tonic-gate 	p0.p_as = &kas;
2907c478bd9Sstevel@tonic-gate 	p0.p_lockp = &p0lock;
2917c478bd9Sstevel@tonic-gate 	p0.p_brkpageszc = 0;
2922cb27123Saguzovsk 	p0.p_t1_lgrpid = LGRP_NONE;
2932cb27123Saguzovsk 	p0.p_tr_lgrpid = LGRP_NONE;
2947c478bd9Sstevel@tonic-gate 	sigorset(&p0.p_ignore, &ignoredefault);
2957c478bd9Sstevel@tonic-gate 
2967c478bd9Sstevel@tonic-gate 	CPU->cpu_thread = &t0;
2977c478bd9Sstevel@tonic-gate 	bzero(&cpu0_disp, sizeof (disp_t));
2987c478bd9Sstevel@tonic-gate 	CPU->cpu_disp = &cpu0_disp;
2997c478bd9Sstevel@tonic-gate 	CPU->cpu_disp->disp_cpu = CPU;
3007c478bd9Sstevel@tonic-gate 	CPU->cpu_dispthread = &t0;
3017c478bd9Sstevel@tonic-gate 	CPU->cpu_idle_thread = &t0;
3027c478bd9Sstevel@tonic-gate 	CPU->cpu_flags = CPU_READY | CPU_RUNNING | CPU_EXISTS | CPU_ENABLE;
3037c478bd9Sstevel@tonic-gate 	CPU->cpu_dispatch_pri = t0.t_pri;
3047c478bd9Sstevel@tonic-gate 
3057c478bd9Sstevel@tonic-gate 	CPU->cpu_id = 0;
3067c478bd9Sstevel@tonic-gate 
3077c478bd9Sstevel@tonic-gate 	CPU->cpu_pri = 12;		/* initial PIL for the boot CPU */
3087c478bd9Sstevel@tonic-gate 
3097c478bd9Sstevel@tonic-gate 	/*
3100baeff3dSrab 	 * The kernel doesn't use LDTs unless a process explicitly requests one.
3117c478bd9Sstevel@tonic-gate 	 */
312843e1988Sjohnlev 	p0.p_ldt_desc = null_sdesc;
3137c478bd9Sstevel@tonic-gate 
3147c478bd9Sstevel@tonic-gate 	/*
315ae115bc7Smrj 	 * Initialize thread/cpu microstate accounting
3167c478bd9Sstevel@tonic-gate 	 */
3177c478bd9Sstevel@tonic-gate 	init_mstate(&t0, LMS_SYSTEM);
3187c478bd9Sstevel@tonic-gate 	init_cpu_mstate(CPU, CMS_SYSTEM);
3197c478bd9Sstevel@tonic-gate 
3207c478bd9Sstevel@tonic-gate 	/*
3217c478bd9Sstevel@tonic-gate 	 * Initialize lists of available and active CPUs.
3227c478bd9Sstevel@tonic-gate 	 */
3237c478bd9Sstevel@tonic-gate 	cpu_list_init(CPU);
3247c478bd9Sstevel@tonic-gate 
3250e751525SEric Saxe 	pg_cpu_bootstrap(CPU);
3260e751525SEric Saxe 
327ae115bc7Smrj 	/*
328ae115bc7Smrj 	 * Now that we have taken over the GDT, IDT and have initialized
329ae115bc7Smrj 	 * active CPU list it's time to inform kmdb if present.
330ae115bc7Smrj 	 */
331ae115bc7Smrj 	if (boothowto & RB_DEBUG)
332ae115bc7Smrj 		kdi_idt_sync();
333ae115bc7Smrj 
334ae115bc7Smrj 	/*
3359db7147eSSherry Moore 	 * Explicitly set console to text mode (0x3) if this is a boot
3369db7147eSSherry Moore 	 * post Fast Reboot, and the console is set to CONS_SCREEN_TEXT.
3379db7147eSSherry Moore 	 */
3389db7147eSSherry Moore 	if (post_fastreboot && console == CONS_SCREEN_TEXT)
3399db7147eSSherry Moore 		set_console_mode(0x3);
3409db7147eSSherry Moore 
3419db7147eSSherry Moore 	/*
342ae115bc7Smrj 	 * If requested (boot -d) drop into kmdb.
343ae115bc7Smrj 	 *
344ae115bc7Smrj 	 * This must be done after cpu_list_init() on the 64-bit kernel
345ae115bc7Smrj 	 * since taking a trap requires that we re-compute gsbase based
346ae115bc7Smrj 	 * on the cpu list.
347ae115bc7Smrj 	 */
348ae115bc7Smrj 	if (boothowto & RB_DEBUGENTER)
349ae115bc7Smrj 		kmdb_enter();
350ae115bc7Smrj 
351affbd3ccSkchow 	cpu_vm_data_init(CPU);
352affbd3ccSkchow 
3537c478bd9Sstevel@tonic-gate 	rp->r_fp = 0;	/* terminate kernel stack traces! */
3547c478bd9Sstevel@tonic-gate 
3557c478bd9Sstevel@tonic-gate 	prom_init("kernel", (void *)NULL);
3567c478bd9Sstevel@tonic-gate 
3572baa66a0SJonathan Chew 	if (bootprop_getval("boot-ncpus", &prop_value) != 0)
3582baa66a0SJonathan Chew 		boot_ncpus = NCPU;
3592baa66a0SJonathan Chew 	else {
3602baa66a0SJonathan Chew 		boot_ncpus = (int)prop_value;
36141791439Sandrei 		if (boot_ncpus <= 0 || boot_ncpus > NCPU)
362ae115bc7Smrj 			boot_ncpus = NCPU;
3632baa66a0SJonathan Chew 	}
36441791439Sandrei 
36541791439Sandrei 	max_ncpus = boot_max_ncpus = boot_ncpus;
36641791439Sandrei 
3672e2c009bSjjc 	/*
3682e2c009bSjjc 	 * Initialize the lgrp framework
3692e2c009bSjjc 	 */
370*d5d7cf4eSJonathan Chew 	lgrp_init(LGRP_INIT_STAGE1);
3712e2c009bSjjc 
3727c478bd9Sstevel@tonic-gate 	if (boothowto & RB_HALT) {
3737c478bd9Sstevel@tonic-gate 		prom_printf("unix: kernel halted by -h flag\n");
3747c478bd9Sstevel@tonic-gate 		prom_enter_mon();
3757c478bd9Sstevel@tonic-gate 	}
3767c478bd9Sstevel@tonic-gate 
3777c478bd9Sstevel@tonic-gate 	ASSERT_STACK_ALIGNED();
3787c478bd9Sstevel@tonic-gate 
3792449e17fSsherrym 	/*
3802449e17fSsherrym 	 * Fill out cpu_ucode_info.  Update microcode if necessary.
3812449e17fSsherrym 	 */
3822449e17fSsherrym 	ucode_check(CPU);
3832449e17fSsherrym 
3847c478bd9Sstevel@tonic-gate 	if (workaround_errata(CPU) != 0)
3857c478bd9Sstevel@tonic-gate 		panic("critical workaround(s) missing for boot cpu");
3867c478bd9Sstevel@tonic-gate }
387986fd29aSsetje 
388986fd29aSsetje 
389986fd29aSsetje void
390986fd29aSsetje mach_modpath(char *path, const char *filename)
391986fd29aSsetje {
392986fd29aSsetje 	/*
393986fd29aSsetje 	 * Construct the directory path from the filename.
394986fd29aSsetje 	 */
395986fd29aSsetje 
396986fd29aSsetje 	int len;
397986fd29aSsetje 	char *p;
398986fd29aSsetje 	const char isastr[] = "/amd64";
399986fd29aSsetje 	size_t isalen = strlen(isastr);
400986fd29aSsetje 
401986fd29aSsetje 	if ((p = strrchr(filename, '/')) == NULL)
402986fd29aSsetje 		return;
403986fd29aSsetje 
404986fd29aSsetje 	while (p > filename && *(p - 1) == '/')
405986fd29aSsetje 		p--;	/* remove trailing '/' characters */
406986fd29aSsetje 	if (p == filename)
407986fd29aSsetje 		p++;	/* so "/" -is- the modpath in this case */
408986fd29aSsetje 
409986fd29aSsetje 	/*
410986fd29aSsetje 	 * Remove optional isa-dependent directory name - the module
411986fd29aSsetje 	 * subsystem will put this back again (!)
412986fd29aSsetje 	 */
413986fd29aSsetje 	len = p - filename;
414986fd29aSsetje 	if (len > isalen &&
415986fd29aSsetje 	    strncmp(&filename[len - isalen], isastr, isalen) == 0)
416986fd29aSsetje 		p -= isalen;
417986fd29aSsetje 
418986fd29aSsetje 	/*
419986fd29aSsetje 	 * "/platform/mumblefrotz" + " " + MOD_DEFPATH
420986fd29aSsetje 	 */
421986fd29aSsetje 	len += (p - filename) + 1 + strlen(MOD_DEFPATH) + 1;
422986fd29aSsetje 	(void) strncpy(path, filename, p - filename);
423986fd29aSsetje }
424