freebsd-skq/sys/i386/i386
des b3c27aaaf7 First step towards an MP-safe zone allocator:
- have zalloc() and zfree() always lock the vm_zone.
 - remove zalloci() and zfreei(), which are now redundant.

Reviewed by:	bmilekic, jasone
2001-01-21 22:23:11 +00:00
..
apic_vector.s Make intr_nesting_level per-process, rather than per-cpu. Setup 2001-01-21 19:25:07 +00:00
atomic.c
autoconf.c
bios.c Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables 2001-01-10 04:43:51 +00:00
bioscall.s
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 PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables 2001-01-10 04:43:51 +00:00
db_trace.c Catch a few alternative names for the syscall entry frame, eg: post-ELF 2001-01-19 10:49:20 +00:00
elf_machdep.c
exception.s Make intr_nesting_level per-process, rather than per-cpu. Setup 2001-01-21 19:25:07 +00:00
genassym.c Make intr_nesting_level per-process, rather than per-cpu. Setup 2001-01-21 19:25:07 +00:00
i386-gdbstub.c
i686_mem.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
identcpu.c Stop doing runtime checking on i386 cpus for cpu class. The cpu is 2001-01-16 09:10:34 +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 - Remove compatibility macros for accessing per-cpu variables. 2001-01-11 14:46:26 +00:00
machdep.c Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex 2001-01-21 07:52:20 +00:00
math_emu.h
math_emulate.c
mem.c
mp_clock.c
mp_machdep.c Make intr_nesting_level per-process, rather than per-cpu. Setup 2001-01-21 19:25:07 +00:00
mpapic.c Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables 2001-01-10 04:43:51 +00:00
mpboot.s Use _lapic+offset to access the local apic from assembly language 2000-12-14 04:16:16 +00:00
mptable.c Make intr_nesting_level per-process, rather than per-cpu. Setup 2001-01-21 19:25:07 +00:00
nexus.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
perfmon.c
pmap.c First step towards an MP-safe zone allocator: 2001-01-21 22:23:11 +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 Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.h 2001-01-19 13:19:02 +00:00
swtch.s Rename the ASSYM MTX_RECURSE to MTX_RECURSECNT in order to not conflict 2001-01-20 06:07:36 +00:00
symbols.raw
sys_machdep.c Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables 2001-01-10 04:43:51 +00:00
trap.c Make intr_nesting_level per-process, rather than per-cpu. Setup 2001-01-21 19:25:07 +00:00
tsc.c Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex 2001-01-21 07:52:20 +00:00
userconfig.c Correct typo. 2001-01-08 09:17:58 +00:00
vm86.c Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex 2001-01-21 07:52:20 +00:00
vm86bios.s Make intr_nesting_level per-process, rather than per-cpu. Setup 2001-01-21 19:25:07 +00:00
vm_machdep.c Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.h 2001-01-19 13:19:02 +00:00