freebsd-dev/sys/i386/i386
Peter Wemm 304dea369a cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64
cpu.  (This is for either userland apps running in i386 mode on an ia64
OS, or when the cpu is in i386 legacy mode running an i386 OS).
2001-11-30 11:57:23 +00:00
..
apic_vector.s Remove the Xresume* labels from the i386 interrupt handlers; the 2001-10-09 19:54:52 +00:00
atomic.c Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng a 2000-09-06 11:21:14 +00:00
autoconf.c Implement multiple low-level console support. 2001-10-23 20:25:50 +00:00
bios.c Don't try to probe the PnP BIOS if ACPI is active. 2001-10-31 02:36:07 +00:00
bioscall.s Make the kernel actually compile and link under a.out, using 2001-02-25 07:44:39 +00:00
busdma_machdep.c Teach bus_dmamem_free() about contigfree(). This is a bit of a hack, 2001-08-15 17:26:54 +00:00
db_disasm.c Quiet a variable format-string warning. 2001-07-19 02:16:24 +00:00
db_interface.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
db_trace.c Remove the Xresume* labels from the i386 interrupt handlers; the 2001-10-09 19:54:52 +00:00
elf_machdep.c
exception.s Remove references to the old giant kernel lock in various comments. 2001-08-24 16:46:15 +00:00
genassym.c Split the per-process Local Descriptor Table out of the PCB and into 2001-10-25 00:53:43 +00:00
i386-gdbstub.c A set of changes to reduce the number of include files the kernel 2001-07-08 04:56:07 +00:00
i686_mem.c Overhaul of the SMP code. Several portions of the SMP kernel support have 2001-04-27 19:28:25 +00:00
identcpu.c cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64 2001-11-30 11:57:23 +00:00
in_cksum.c Replace use of "0" constraints in inline asm with "+" constraints, 2001-11-13 19:55:20 +00:00
initcpu.c Mostly cosmetic. Move various variables from .s files to .c files so that 2001-09-04 11:05:33 +00:00
k6_mem.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
legacy.c Rewrite the pc98 bus_space stuff. 2001-10-07 10:04:18 +00:00
locore.s KSE Milestone 2 2001-09-12 08:38:13 +00:00
machdep.c Start bringing i386/pmap.c into line with cleanups that were done to 2001-11-17 01:38:32 +00:00
math_emu.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
math_emulate.c Clean up some of the gross macros whitespace wise before I fix the asm 2001-11-28 01:42:16 +00:00
mem.c o Modify device open access control for /dev/mem and friends to use 2001-09-26 20:08:02 +00:00
mp_clock.c Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, 2000-09-22 23:40:10 +00:00
mp_machdep.c Remove previous revision. smp_started back in subr_smp where it belongs. 2001-10-31 23:54:27 +00:00
mpapic.c Use NHWI instead of APIC_IMEN_BITS. 2001-05-17 22:24:46 +00:00
mpboot.s Remove the leading underscore from all symbols defined in x86 asm 2001-02-25 06:29:04 +00:00
mptable.c Remove previous revision. smp_started back in subr_smp where it belongs. 2001-10-31 23:54:27 +00:00
nexus.c Rewrite the pc98 bus_space stuff. 2001-10-07 10:04:18 +00:00
perfmon.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
pmap.c Fix the non-KSTACK_GUARD case.. It has been broken since the KSE 2001-11-17 01:56:04 +00:00
support.s KSE Milestone 2 2001-09-12 08:38:13 +00:00
swtch.s Fix a typo in comment and #ifdef fixes: GRAP_PRIO -> GRAB_PRIO so that 2001-10-30 00:19:42 +00:00
symbols.raw
sys_machdep.c Split the per-process Local Descriptor Table out of the PCB and into 2001-10-25 00:53:43 +00:00
trap.c - Don't enable interrupts in trap() if we trapped while holding a spin 2001-11-15 17:29:36 +00:00
tsc.c Some fix for the recent apm module changes. 2001-11-01 16:34:07 +00:00
vm86.c Start bringing i386/pmap.c into line with cleanups that were done to 2001-11-17 01:38:32 +00:00
vm86bios.s KSE Milestone 2 2001-09-12 08:38:13 +00:00
vm_machdep.c Split the per-process Local Descriptor Table out of the PCB and into 2001-10-25 00:53:43 +00:00