freebsd-dev/sys/i386/i386
John Baldwin 05f9877c15 If we fail to emulate a vm86 trap in kernel mode, then we use
vm86_trap() to return to the calling program directly.  vm86_trap()
doesn't return, thus it was never returning to trap() to release
Giant.  Thus, release Giant before calling vm86_trap().
2000-12-13 18:57:15 +00:00
..
apic_vector.s Introduce a new potientially cleaner interface for accessing per-cpu 2000-12-13 09:23:53 +00:00
atomic.c
autoconf.c
bios.c
bioscall.s Stop handcoding a couple of instructions since gas 2.10 can properly 2000-11-21 18:36:10 +00:00
busdma_machdep.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
db_disasm.c
db_interface.c Use atomic ops to close a race condition on the in_Debugger variable used 2000-11-28 23:15:44 +00:00
db_trace.c
elf_machdep.c
exception.s Introduce a new potientially cleaner interface for accessing per-cpu 2000-12-13 09:23:53 +00:00
genassym.c Add in symbols needed in the WITNESS_ENTER and WITNESS_EXIT macros in 2000-12-12 16:40:20 +00:00
globals.s
i386-gdbstub.c
i686_mem.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
identcpu.c Assembler fixes. 2000-11-21 20:16:49 +00:00
in_cksum.c These files are mpsafe. 2000-11-25 03:01:05 +00:00
initcpu.c
k6_mem.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
legacy.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
locore.s Assembler fixes. 2000-11-21 20:16:49 +00:00
machdep.c - If swap metadata does not fit into the KVM, reduce the number of 2000-12-13 10:01:00 +00:00
math_emu.h
math_emulate.c
mem.c
mp_clock.c
mp_machdep.c This is kind of a nasty hack, but it appears to solve the Compaq DL360 2000-12-06 03:47:14 +00:00
mpapic.c Move io_apic_{read,write} from apic_ipl.s (where they do not belong) into 2000-12-06 01:04:02 +00:00
mpboot.s
mptable.c This is kind of a nasty hack, but it appears to solve the Compaq DL360 2000-12-06 03:47:14 +00:00
nexus.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
perfmon.c
pmap.c - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead 2000-12-13 00:17:05 +00:00
procfs_machdep.c
simplelock.s Introduce a new potientially cleaner interface for accessing per-cpu 2000-12-13 09:23:53 +00:00
support.s Introduce a new potientially cleaner interface for accessing per-cpu 2000-12-13 09:23:53 +00:00
swtch.s Introduce a new potientially cleaner interface for accessing per-cpu 2000-12-13 09:23:53 +00:00
symbols.raw
sys_machdep.c
trap.c If we fail to emulate a vm86 trap in kernel mode, then we use 2000-12-13 18:57:15 +00:00
tsc.c Namespace cleanup. Remove some #includes in favour of an explicit 2000-12-02 17:59:41 +00:00
userconfig.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
vm86.c
vm86bios.s Introduce a new potientially cleaner interface for accessing per-cpu 2000-12-13 09:23:53 +00:00
vm_machdep.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00