freebsd-dev/sys/amd64/amd64
John Baldwin 7ff022c485 - Push down Giant into the sysarch() calls that still need Giant.
- Standardize on EINVAL rather than EOPNOTSUPP if the sysarch op value is
  invalid.
2003-04-25 20:04:02 +00:00
..
amd64_mem.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
amd64-gdbstub.c Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB 2003-02-16 19:22:21 +00:00
apic_vector.S Commit a partial lazy thread switch mechanism for i386. it isn't as lazy 2003-04-02 23:53:30 +00:00
atomic.c Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng a 2000-09-06 11:21:14 +00:00
autoconf.c Only dump the BIOS geometry table from bootinfo on PC98, we don't use 2002-12-14 16:11:28 +00:00
bios.c - Add support for PAE and more than 4 gigs of ram on x86, dependent on the 2003-03-30 05:24:52 +00:00
busdma_machdep.c style(9) 2003-04-15 03:11:03 +00:00
cpu_switch.S Unbreak the !LAZY_SWITCH case. I #ifdef'ed too much when I added 2003-04-05 22:18:14 +00:00
critical.c Initialize eflags in fake frame to default value rather than random one. 2003-03-08 03:58:50 +00:00
db_disasm.c Fixed some style bugs in the removal of __P(()). The main ones were 2002-03-23 14:27:06 +00:00
db_interface.c - Convert all uses of pmap_pte and get_ptbase to pmap_pte_quick. When 2003-03-30 01:16:19 +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
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
exception.S Move a bunch of flags from the KSE to the thread. 2003-02-17 09:55:10 +00:00
fpu.c Define ovbcopy() as a macro which expands to the equivalent bcopy() call, 2003-04-04 17:29:55 +00:00
genassym.c Remove a couple of unused symbols. 2003-04-17 22:17:28 +00:00
identcpu.c Add a sysctl that records and reports the CPU clock rate calculated 2003-04-10 07:05:24 +00:00
in_cksum.c In in_cksumdata, len must be a signed type. 2001-10-05 18:58:22 +00:00
initcpu.c Extend CPU_ATHLON_SSE_HACK to cover a few more revisions of Athlon CPUs. 2003-03-20 20:50:22 +00:00
legacy.c - Give legacy an identify routine that always adds 'legacy0' at an order 2002-09-30 18:47:11 +00:00
locore.s - Removed APTD and associated macros, it is no longer used. 2003-04-03 23:44:35 +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 an argument to get_mcontext() which specified whether the 2003-04-25 01:50:30 +00:00
mem.c - Removed APTD and associated macros, it is no longer used. 2003-04-03 23:44:35 +00:00
mp_machdep.c Commit a partial lazy thread switch mechanism for i386. it isn't as lazy 2003-04-02 23:53:30 +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 Commit a partial lazy thread switch mechanism for i386. it isn't as lazy 2003-04-02 23:53:30 +00:00
nexus.c - Give legacy an identify routine that always adds 'legacy0' at an order 2002-09-30 18:47:11 +00:00
pmap.c Remove harmless invalid cast. 2003-04-25 15:07:58 +00:00
prof_machdep.c Quick fix for high resolution kernel profiling on i386's. Use 2002-07-13 22:28:34 +00:00
support.s Define ovbcopy() as a macro which expands to the equivalent bcopy() call, 2003-04-04 17:29:55 +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 Unbreak the !LAZY_SWITCH case. I #ifdef'ed too much when I added 2003-04-05 22:18:14 +00:00
sys_machdep.c - Push down Giant into the sysarch() calls that still need Giant. 2003-04-25 20:04:02 +00:00
trap.c Don't print anything for fault at cpu_switch_load_gs, just like other 2003-04-24 01:48:59 +00:00
tsc.c Convert the SMP_TSC kernel option into a loader tunable. Also enable 2003-04-10 23:07:24 +00:00
vm_machdep.c Reset pcb_gs and %gs before possibly invalidating it. 2003-04-21 15:05:05 +00:00