1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/i386/i386
Jake Burkholder 910548dea7 - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of the
page directory.
- Use these instead of the magic constants 1 or PAGE_SIZE where appropriate.
  There are still numerous assumptions that the page directory is exactly
  1 page.

Sponsored by:	DARPA, Network Associates Laboratories
2003-02-23 21:20:00 +00:00
..
apic_vector.s Split statclock into statclock and profclock, and made the method for driving 2003-02-03 17:53:15 +00:00
atomic.c
autoconf.c
bios.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
bioscall.s
busdma_machdep.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
critical.c Split statclock into statclock and profclock, and made the method for driving 2003-02-03 17:53:15 +00:00
db_disasm.c
db_interface.c unsigned -> pt_entry_t. 2003-02-22 23:41:27 +00:00
db_trace.c Add code to ddb to allow backtracing an arbitrary thread. 2002-12-28 01:23:07 +00:00
dump_machdep.c Reformat last change 2002-12-16 23:25:12 +00:00
elan-mmcr.c #include "opt_cpu.h" so we notice our options. 2003-02-19 20:50:02 +00:00
elf_machdep.c Resolve relative relocations in klds before trying to parse the module's 2003-01-21 02:42:44 +00:00
exception.s Move a bunch of flags from the KSE to the thread. 2003-02-17 09:55:10 +00:00
genassym.c - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of the 2003-02-23 21:20:00 +00:00
i386-gdbstub.c Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB 2003-02-16 19:22:21 +00:00
i686_mem.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
identcpu.c Make tsc_freq a 64bit quantity. 2003-01-29 11:36:39 +00:00
in_cksum.c
initcpu.c - Move enable_sse()'s prototype to machine/md_var.h. 2003-01-22 18:18:45 +00:00
k6_mem.c
legacy.c
locore.s - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of the 2003-02-23 21:20:00 +00:00
machdep.c Fix fumble in rev 1.525. pmap_kenter()'s second argument is a physical 2003-02-20 05:35:52 +00:00
math_emu.h
math_emulate.c
mem.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
mp_clock.c
mp_machdep.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
mpapic.c Dont raise the TPR register at initialization time. It only causes 2003-01-23 01:00:58 +00:00
mpboot.s
mptable.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
nexus.c
perfmon.c
pmap.c - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of the 2003-02-23 21:20:00 +00:00
support.s
swtch.s Now that TPR isn't bogusly raised at boot, there is no need to clear 2003-01-23 01:01:35 +00:00
symbols.raw
sys_machdep.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
trap.c - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back into 2003-02-17 02:19:58 +00:00
tsc.c This file has no longer any content from the original Berkeley file so 2003-02-05 11:11:39 +00:00
vm86.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
vm86bios.s
vm_machdep.c - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of the 2003-02-23 21:20:00 +00:00