freebsd-skq/sys/i386/i386
kib 496a3b1f65 Update comments for the MD functions managing contexts for new
threads, to make it less confusing and using modern kernel terms.

Rename the functions to reflect current use of the functions, instead
of the historic KSE conventions:
  cpu_set_fork_handler -> cpu_fork_kthread_handler (for kthreads)
  cpu_set_upcall -> cpu_copy_thread (for forks)
  cpu_set_upcall_kse -> cpu_set_upcall (for new threads creation)

Reviewed by:	jhb (previous version)
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Approved by:	re (hrs)
Differential revision:	https://reviews.freebsd.org/D6731
2016-06-16 12:05:44 +00:00
..
apic_vector.s hyperv: Deprecate HYPERV option by moving Hyper-V IDT vector into vmbus 2016-04-15 02:20:18 +00:00
atomic.c
atpic_vector.s
bios.c Add config option PAE_TABLES for the i386 kernel. It switches pmap to 2015-04-13 15:22:45 +00:00
bioscall.s
bpf_jit_machdep.c
bpf_jit_machdep.h
db_disasm.c x86: for pointers replace 0 with NULL. 2016-04-14 17:04:06 +00:00
db_interface.c
db_trace.c Various changes to the registers displayed in DDB for x86. 2015-07-22 01:09:02 +00:00
elan-mmcr.c
elf_machdep.c Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall 2016-01-09 20:18:53 +00:00
exception.s Expose doreti as a global symbol on amd64 and i386. 2016-04-13 17:37:31 +00:00
gdb_machdep.c Report the values of x86 segment registers to remote debuggers. 2015-06-12 15:14:08 +00:00
genassym.c Make kstack_pages a tunable on arm, x86, and powepc. On i386, the 2015-08-10 17:18:21 +00:00
geode.c
i686_mem.c Yet more redundant parenthesis from r298431. 2016-04-21 20:30:38 +00:00
in_cksum.c
initcpu.c Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c. 2015-12-23 21:41:42 +00:00
io.c
k6_mem.c
locore.s Give large kernel stack to the initial thread . Otherwise, ZFS 2015-08-04 13:50:52 +00:00
longrun.c
machdep.c X86: use our nitems() macro when it is avaliable through param.h. 2016-04-19 23:41:46 +00:00
mem.c
minidump_machdep.c sys: use our roundup2/rounddown2() macros when param.h is available. 2016-04-21 19:57:40 +00:00
mp_clock.c
mp_machdep.c re-enable AMD Topology extension on certain models if disabled by BIOS 2016-04-12 13:30:39 +00:00
mp_watchdog.c CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
mpboot.s Add config option PAE_TABLES for the i386 kernel. It switches pmap to 2015-04-13 15:22:45 +00:00
perfmon.c
pmap.c x86: for pointers replace 0 with NULL. 2016-04-14 17:04:06 +00:00
ptrace_machdep.c Add x86 PT_GETFSBASE, PT_GETGSBASE machine-depended ptrace requests to 2015-06-29 07:07:24 +00:00
support.s Update Xen headers from 4.2 to 4.6 2015-10-06 11:29:44 +00:00
swtch.s Remove support for Xen PV domU kernels. Support for HVM domU kernels 2015-04-30 15:48:48 +00:00
sys_machdep.c Check for overflow and return EINVAL if detected. Backport this and 2016-05-20 19:50:32 +00:00
trap.c Add stack_save_td_running(), a function to trace the kernel stack of a 2015-09-11 03:54:37 +00:00
uio_machdep.c
vm86.c
vm86bios.s Add config option PAE_TABLES for the i386 kernel. It switches pmap to 2015-04-13 15:22:45 +00:00
vm_machdep.c Update comments for the MD functions managing contexts for new 2016-06-16 12:05:44 +00:00