freebsd-skq/sys/mips/mips
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
..
autoconf.c
bcopy.S
bus_space_generic.c Make bus_space_generic properly map/unmap memory (using pmap_mapdev and 2016-02-11 06:24:34 +00:00
busdma_machdep.c Revert r291142. 2015-11-23 11:19:00 +00:00
cache_mipsNN.c
cache.c
cpu.c Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
db_disasm.c Cleanup unnecessary semicolons from the kernel. 2016-04-10 23:07:00 +00:00
db_interface.c Use our nitems() macro when param.h is available. 2016-04-20 15:45:55 +00:00
db_trace.c Cleanup unnecessary semicolons from the kernel. 2016-04-10 23:07:00 +00:00
dump_machdep.c
elf_machdep.c Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall 2016-01-09 20:18:53 +00:00
elf_trampoline.c
exception.S Implement FBT provider (MD part) for DTrace on MIPS. 2016-05-05 13:54:50 +00:00
fp.S
freebsd32_machdep.c Convert ss_sp in stack_t and sigstack to void *. 2016-01-27 17:55:01 +00:00
gdb_machdep.c
genassym.c
in_cksum.c
inckern.S
intr_machdep.c
libkern_machdep.c
locore.S Get rid of struct proc p_sched and struct thread td_sched pointers. 2016-06-05 17:04:03 +00:00
machdep.c mips: for pointers replace 0 with NULL. 2016-04-15 14:26:24 +00:00
mem.c
minidump_machdep.c As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to 2016-02-22 09:02:20 +00:00
mips_pic.c Return the struct intr_pic pointer from intr_pic_register. This will be 2016-05-18 15:05:44 +00:00
mp_machdep.c
mpboot.S
nexus.c INTRNG - change the way how an interrupt mapping data are provided 2016-06-05 16:20:12 +00:00
octeon_cop2_swtch.S
octeon_cop2.c
ofw_machdep.c Fix a copyright glitch before it gets copy-pasted again. I think this must 2016-04-07 18:19:09 +00:00
pm_machdep.c Convert ss_sp in stack_t and sigstack to void *. 2016-01-27 17:55:01 +00:00
pmap.c When attempting to satisfy mmap() requests for superpage alignment on 2016-04-30 19:29:03 +00:00
ptrace_machdep.c
sc_machdep.c
stack_machdep.c As <machine/param.h> is included from <sys/param.h>, there is no need 2016-02-22 09:04:36 +00:00
stdatomic.c
support.S
swtch.S [mips] Tidy up setting/clearing the hardfloat flag. 2016-06-14 06:21:51 +00:00
sys_machdep.c
tick.c Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine 2016-04-15 16:05:41 +00:00
tlb.c sys: use our roundup2/rounddown2() macros when param.h is available. 2016-04-21 19:57:40 +00:00
trap.c Implement FBT provider (MD part) for DTrace on MIPS. 2016-05-05 13:54:50 +00:00
uio_machdep.c
uma_machdep.c Include sys/_task.h into uma_int.h, so that taskqueue.h isn't a 2016-02-09 20:22:35 +00:00
vm_machdep.c Update comments for the MD functions managing contexts for new 2016-06-16 12:05:44 +00:00