1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sys/i386/i386
Alan Cox 5e4a2fc9aa - Similar to post-PAE RELENG_4 split pmap_pte_quick() into two cases,
pmap_pte() and pmap_pte_quick().  The distinction being based upon the
   locks that are held by the caller.  When the given pmap is not the
   current pmap, pmap_pte() should be used when Giant is held and
   pmap_pte_quick() should be used when the vm page queues lock is held.
 - When assigning to PMAP1 or PMAP2, include PG_A anf PG_M.
 - Reenable the inlining of pmap_is_current().

In collaboration with:	tegge
2003-11-08 03:01:26 +00:00
..
apic_vector.s New APIC support code: 2003-11-03 21:53:38 +00:00
atomic.c Fix copyright comment & FBSDID style nits. 2003-08-25 09:48:48 +00:00
autoconf.c - Remove explicit enabling of the BSP's APIC in the APIC_IO case and the 2003-11-03 22:20:50 +00:00
bios.c Don't probe PnP BIOS devices for PICs for now to avoid problems with those 2003-11-03 22:22:04 +00:00
bioscall.s
busdma_machdep.c remove #define no longer used 2003-08-19 17:12:21 +00:00
critical.c Revert the critical section implementation to disable interrupts via 2003-11-03 21:06:54 +00:00
db_disasm.c Fix copyright comment & FBSDID style nits. 2003-08-25 09:48:48 +00:00
db_interface.c - Similar to post-PAE RELENG_4 split pmap_pte_quick() into two cases, 2003-11-08 03:01:26 +00:00
db_trace.c Update names of entry points for interrupt frames. 2003-11-03 22:07:21 +00:00
dump_machdep.c Fix copyright comment & FBSDID style nits. 2003-08-25 09:48:48 +00:00
elan-mmcr.c Change /dev/soekris-errled to be /dev/led/error and make it conditional 2003-11-03 11:03:40 +00:00
elf_machdep.c Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
exception.s - Export doreti as a global symbol. 2003-11-03 22:08:52 +00:00
genassym.c Catch up to i386 interrupt and SMP code changes. 2003-11-03 22:34:53 +00:00
geode.c Detect Geode CPUs and initialize the 27MHz timecounter "Geode". 2003-08-31 16:20:34 +00:00
i386-gdbstub.c Fix copyright comment & FBSDID style nits. 2003-08-25 09:48:48 +00:00
i686_mem.c Change all SYSCTLS which are readonly and have a related TUNABLE 2003-10-21 18:28:36 +00:00
identcpu.c Update includes for new interrupt code. 2003-11-03 22:38:00 +00:00
in_cksum.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
initcpu.c New APIC support code: 2003-11-03 21:53:38 +00:00
intr_machdep.c New device interrupt code. This defines an interrupt source abstraction 2003-11-03 21:25:52 +00:00
io_apic.c Dump the trigger and polarity of each intpin's default setting in the 2003-11-07 23:44:35 +00:00
k6_mem.c Fix copyright comment & FBSDID style nits. 2003-08-25 09:48:48 +00:00
legacy.c Fix copyright comment & FBSDID style nits. 2003-08-25 09:48:48 +00:00
local_apic.c New APIC support code: 2003-11-03 21:53:38 +00:00
locore.s New APIC support code: 2003-11-03 21:53:38 +00:00
machdep.c New i386 SMP code: 2003-11-03 22:32:04 +00:00
mem.c Use __FBSDID(). 2003-06-02 06:43:15 +00:00
mp_clock.c - Fail to probe if acpi0 probed ok as this driver basically tries to probe 2003-10-24 21:01:31 +00:00
mp_machdep.c OK, this might be a bit silly, but add another popcnt() candidate. 2003-11-06 01:24:25 +00:00
mpboot.s New i386 SMP code: 2003-11-03 22:32:04 +00:00
mptable_pci.c Add the MP Table APIC enumerator. This code uses the BIOS MP Table to 2003-11-03 22:12:37 +00:00
mptable.c When remapping an ISA interrupt from one intpin to another, disable the 2003-11-05 23:15:52 +00:00
nexus.c Instead of marking all 159 interrupts as available in the IRQ resource 2003-11-05 23:19:44 +00:00
perfmon.c Fix copyright comment & FBSDID style nits. 2003-08-25 09:48:48 +00:00
pmap.c - Similar to post-PAE RELENG_4 split pmap_pte_quick() into two cases, 2003-11-08 03:01:26 +00:00
support.s Allocate space for the intrcnt array. This array is managed in the 2003-11-03 21:28:54 +00:00
swtch.s - On my Pentium4-M laptop, invalpg takes ~1100 cycles if the page is found in 2003-09-30 08:11:36 +00:00
symbols.raw
sys_machdep.c Turning on warning for static LDT allocation. 2003-09-07 05:23:28 +00:00
trap.c New APIC support code: 2003-11-03 21:53:38 +00:00
tsc.c Change all SYSCTLS which are readonly and have a related TUNABLE 2003-10-21 18:28:36 +00:00
vm86.c Fix copyright comment & FBSDID style nits. 2003-08-25 09:48:48 +00:00
vm86bios.s
vm_machdep.c Use npxdrop in cpu_thread_exit to save some cycles. 2003-10-19 00:57:10 +00:00