freebsd-skq/sys/i386/i386
Marcel Moolenaar fcaa2925a9 Change the clear_ret argument of get_mcontext() to be a flags argument.
Since all callers either passed 0 or 1 for clear_ret, define bit 0 in
the flags for use as clear_ret. Reserve bits 1, 2 and 3 for use by MI
code for possible (but unlikely) future use. The remaining bits are for
use by MD code.

This change is triggered by a need on ia64 to have another knob for
get_mcontext().
2003-11-09 20:31:04 +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 Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
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 Change the clear_ret argument of get_mcontext() to be a flags argument. 2003-11-09 20:31: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 - 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 Use npxdrop in cpu_thread_exit to save some cycles. 2003-10-19 00:57:10 +00:00