summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/specialreg.h
Commit message (Expand)AuthorAgeFilesLines
* Adapt r204907 and r205402, the amd64 implementation of the workaround foralc2010-03-241-0/+1
* Remove unneeded type specifiers from 64-bit constants. The compilerjhb2010-03-221-30/+30
* - Extend the machine check record structure to include several fields usefuljhb2010-03-161-0/+12
* Use unsigned long long constants for fields in 64-bit machine checkjhb2010-03-161-12/+12
* x86 cpu features: add MOVBE reporting and flagavg2009-11-301-0/+1
* Consolidate CPUID to CPU family/model macros for amd64 and i386 to reducejkim2009-09-101-2/+2
* Move (read|write)_cyrix_reg() inlines from specialreg.h to cpufunc.h.jhb2009-06-161-16/+0
* Implement simple machine check support for amd64 and i386.jhb2009-05-131-0/+28
* - Add support for cpuid leaf 0xb. This allows us to determine thejeff2009-04-291-0/+7
* Add more CPUID bits from AMD CPUID Specification Rev. 2.28.jkim2008-12-121-0/+8
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-261-2/+10
* Set kern.timecounter.invariant_tsc to 1 for AMD CPU family 10h and higherjkim2008-10-221-0/+17
* Detect Advanced Power Management Information for AMD CPUs.jkim2008-10-211-0/+13
* MFamd64: More CPUID feature flags: SSE4, X2APIC, POPCNT, DTES64, and 1GBjhb2008-09-171-0/+6
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelstas2008-08-081-0/+7
* The variable MTRR registers actually have variable-sized PhysBase andjhb2008-03-121-2/+2
* Add constants for the various fields in MTRR registers.jhb2008-03-111-0/+15
* Add a driver for the on-die digital thermal sensor found on Intel Coredes2007-08-151-0/+1
* Add CPUID2_PDCMdes2007-05-311-0/+1
* Add the PG_NX support for i386/PAE.ru2007-04-061-0/+8
* - Add macros for newly added CPUID bits in the corresponding header files.jkim2007-03-201-0/+2
* Add another CPUID for AMD CPUs and fix style(9) while I am here.jkim2007-03-121-112/+113
* Add SSSE3 extensions and correct CNXT-ID spelling for Intel processors.jkim2007-01-091-1/+2
* Sync specialreg.h changes between amd64 and i386 with few fixes.jkim2006-07-131-14/+21
* fix typo in identcpu.c and add one define to specialreg.h.mr2006-07-121-1/+4
* First step to identify and initialize the newer VIA C7 CPUmr2006-07-121-0/+32
* Add two new CPUID bits for AMD CPUs, i. e., SVM and extended APIC register.jkim2006-07-121-0/+2
* Style fix, use low-case.davidxu2006-06-191-1/+1
* Clear bit 22 in MSR IA32_MISC_ENABLE, according to Intel document,davidxu2006-06-191-0/+1
* Add various constants for the PAT MSR and the PAT PTE and PDE flags.jhb2006-05-011-0/+13
* - Print number of physical/logical cores and more CPUID info.jkim2005-10-141-0/+22
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Add new CPU_ENABLE_TCC option, from NOTES:sobomax2004-01-181-0/+3
* - Add macros describing some new MSR's in the Pentium 4 and some olderjhb2003-08-151-0/+25
* <b30> is 'IA64' - ie: you're running on an ia64 in 32 bit mode.peter2003-05-011-1/+1
* Bah, add in a missing space char I noticed when MFC'ing this.jhb2003-01-221-1/+1
* - Fix the name of the hyperthreading cpuid feature flag to be HTT insteadjhb2003-01-081-1/+9
* Add additional cpuid feature flags and put into a canonical format.mp2002-06-221-18/+33
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-121-0/+2
* Add the CR4 values for P3 SIMD enabling support. FXSR tells the cpu thatpeter1999-09-101-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add defines for the P6 model-specific registers.msmith1999-04-071-1/+58
* - Implement enabling write allocate on AMD K5/K6/K6-2 cpus.kato1998-10-061-1/+6
* Defined CCR6 and CCR7 (configuration registers of M2 CPU.)kato1998-03-041-1/+5
* Enabled the FPU emilaute bit define: CR0_EMfsmp1997-07-211-3/+1
* Improved CPU identification and initialization routines. Thiskato1997-03-221-44/+172
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Support the PG_G flag on Pentium-Pro processors. This prettydyson1996-11-111-1/+34
* Added missing CR0_NW define for Cyrix 486DLC support. It's still notsos1996-06-031-1/+3
OpenPOWER on IntegriCloud