1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys/i386/i386
Alan Cox dca96f1adc - Export pmap_enter_quick() to the MI VM. This will permit the
implementation of a largely MI pmap_object_init_pt() for vnode-backed
   objects.  pmap_enter_quick() is implemented via pmap_enter() on sparc64
   and powerpc.
 - Correct a mismatch between pmap_object_init_pt()'s prototype and its
   various implementations.  (I plan to keep pmap_object_init_pt() as
   the MD hook for device-backed objects on i386 and amd64.)
 - Correct an error in ia64's pmap_enter_quick() and adjust its interface
   to match the other versions.  Discussed with: marcel
2003-06-29 21:20:04 +00:00
..
apic_vector.s - Use IDTVEC() to declare IPI handlers since they are also IDT vectors. 2003-06-06 17:45:25 +00:00
atomic.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
autoconf.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
bios.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
bioscall.s Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
busdma_machdep.c Do the first and mostly mechanical step of adding mutex support to the 2003-06-27 08:31:48 +00:00
critical.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
db_disasm.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
db_interface.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
db_trace.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
dump_machdep.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
elan-mmcr.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
elf_machdep.c Use __FBSDID(). 2003-06-02 06:43:15 +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 Fix the false IPIs on smp when using LAZY_SWITCH caused by pmap_activate() 2003-06-27 21:50:52 +00:00
i386-gdbstub.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
i686_mem.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
identcpu.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
in_cksum.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
initcpu.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
k6_mem.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
legacy.c Conditionally attach the MCA bus device. 2003-06-13 00:43:57 +00:00
locore.s - Removed APTD and associated macros, it is no longer used. 2003-04-03 23:44:35 +00:00
machdep.c Add a machine depended function thread_siginfo, SA signal code 2003-06-28 06:34:08 +00:00
math_emu.h
math_emulate.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
mem.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
mp_clock.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
mp_machdep.c - Construct a cpu topology map for Hyper Threading systems so that ULE may 2003-06-28 22:07:42 +00:00
mpapic.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
mpboot.s - Add support for PAE and more than 4 gigs of ram on x86, dependent on the 2003-03-30 05:24:52 +00:00
mptable.c - Construct a cpu topology map for Hyper Threading systems so that ULE may 2003-06-28 22:07:42 +00:00
nexus.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
perfmon.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
pmap.c - Export pmap_enter_quick() to the MI VM. This will permit the 2003-06-29 21:20:04 +00:00
support.s Define ovbcopy() as a macro which expands to the equivalent bcopy() call, 2003-04-04 17:29:55 +00:00
swtch.s Tidy up leftover lazy_switch instrumentation that is no longer needed. 2003-06-27 22:39:14 +00:00
symbols.raw
sys_machdep.c Rename P_THREADED to P_SA. P_SA means a process is using scheduler 2003-06-15 00:31:24 +00:00
trap.c Rename P_THREADED to P_SA. P_SA means a process is using scheduler 2003-06-15 00:31:24 +00:00
tsc.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
vm86.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
vm86bios.s - Add support for PAE and more than 4 gigs of ram on x86, dependent on the 2003-03-30 05:24:52 +00:00
vm_machdep.c GC unused cpu_wait() function 2003-06-11 05:20:33 +00:00