freebsd-dev/sys/amd64/amd64
David Xu 21fc316430 Change cpu_set_kse_upcall to more generic style, so we can reuse it
in other codes. Add cpu_set_user_tls, use it to tweak user register
and setup user TLS. I ever wanted to merge it into cpu_set_kse_upcall,
but since cpu_set_kse_upcall is also used by M:N threads which may
not need this feature, so I wrote a separated cpu_set_user_tls.
2005-04-23 02:32:32 +00:00
..
amd64_mem.c
apic_vector.S MFi386: Bring over John's local apic timer code 2005-02-28 23:37:35 +00:00
atomic.c
autoconf.c
bios.c
busdma_machdep.c MFCi386: Prevent integer underflow that could result in all memory being 2005-03-12 07:05:59 +00:00
cpu_switch.S
db_disasm.c Checkpoint today's tidy-up of the WIP disassembler. It now agrees with 2005-03-30 22:57:41 +00:00
db_interface.c
db_trace.c
dump_machdep.c
elf_machdep.c
exception.S
fpu.c Remove diffs to i386 version that came in via the compiler support ifdefs. 2005-03-11 22:16:09 +00:00
gdb_machdep.c
genassym.c
identcpu.c
in_cksum.c
initcpu.c
intr_machdep.c Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic 2005-04-12 23:18:54 +00:00
io_apic.c MFi386: use the lapic timer for UP systems that are using the apic so that 2005-04-15 18:44:53 +00:00
io.c
legacy.c MFi386 rev 1.61: Fix a few bugs in the legacy cpu attachment ivars. 2005-02-15 07:26:28 +00:00
local_apic.c Always use the local APIC timer, even on UP machines. 2005-04-14 05:56:17 +00:00
locore.S
machdep.c Fully initialize the required TSS fields so that the io permission 2005-04-06 01:05:51 +00:00
mem.c
mp_machdep.c Fully initialize the required TSS fields so that the io permission 2005-04-06 01:05:51 +00:00
mp_watchdog.c Typo. 2005-02-28 08:55:53 +00:00
mpboot.S
mptable_pci.c
mptable.c MFi386: use the lapic timer for UP systems that are using the apic so that 2005-04-15 18:44:53 +00:00
nexus.c s/SLIST/STAILQ/ 2005-03-18 11:57:44 +00:00
pmap.c Implement proper handling of PG_G mappings in pmap_protect(). (I don't 2005-02-05 19:21:54 +00:00
prof_machdep.c netchild's mega-patch to isolate compiler dependencies into a central 2005-03-02 21:33:29 +00:00
sigtramp.S
support.S Eliminate a conditional branch and as a side-effect eliminate a branch to 2005-04-10 18:12:07 +00:00
sys_machdep.c Implement 32-bit compatable fsbase/gsbase methods so that we can run 2005-04-14 16:57:58 +00:00
trap.c Don't enter the debugger if KDB_UNATTENDED is set or if 2005-04-20 20:52:46 +00:00
tsc.c
uio_machdep.c
uma_machdep.c
vm_machdep.c Change cpu_set_kse_upcall to more generic style, so we can reuse it 2005-04-23 02:32:32 +00:00