NetBSD/sys/arch/sparc64/include
chs f54a093e81 many improvements:
- use struct vm_page_md for attaching pv entries to struct vm_page
 - change pseg_set()'s return value to indicate whether the spare page
   was used as an L2 or L3 PTP.
 - use a pool for pv entries instead of malloc().
 - put PTPs on a list attached to the pmap so we can free them
   more efficiently (by just walking the list) in pmap_destroy().
 - use the new pmap_remove_all() interface to avoid flushing the cache and TLB
   for each pmap_remove() that's done as we are tearing down an address space.
 - in pmap_enter(), handle replacing an existing mapping more efficiently
   than just calling pmap_remove() on it.  also, skip flushing the
   TSB and TLB if there was no previous mapping, since there can't be
   anything we need to flush.  also, preload the TSB if we're pre-setting
   the mod/ref bits.
 - allocate hardware contexts like the MIPS pmap:
   allocate them all sequentially without reuse, then once we run out
   just invalidate all user TLB entries and flush the entire L1 dcache.
 - fix pmap_extract() for the case where the va is not page-aligned and
   nothing is mapped there.
 - fix calculation of TSB size.  it was comparing physmem (which is
   in units of pages) to constants that only make sense if they are
   in units of bytes.
 - avoid sleeping in pmap_enter(), instead let the caller do it.
 - use pmap_kenter_pa() instead of pmap_enter() where appropriate.
 - remove code to handle impossible cases in various functions.
 - tweak asm code to pipeline a little better.
 - remove many unnecessary spls and membars.
 - lots of code cleanup.
 - no doubt other stuff that I've forgotten.

the result of all this is that a fork+exit microbenchmark is 34% faster
and a fork+exec+exit microbenchmark is 28% faster.
2002-09-22 07:19:43 +00:00
..
ansi.h
aout_machdep.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
asm.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
autoconf.h
bootinfo.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
bsd_openprom.h Protect against multiple inclusion. 2002-08-23 02:45:44 +00:00
bswap.h
bus.h Parenthesise macro arguments. 2002-03-21 00:43:42 +00:00
cdefs.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
cgtworeg.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
cpu.h Have CLKF_BASEPRI() always return false for now to prevent hardclock 2002-05-14 21:21:45 +00:00
ctlreg.h Don't need to flush the d$ for MMU bypass accesses. 2002-04-24 23:54:24 +00:00
db_machdep.h
disklabel.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
eeprom.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
elf_machdep.h
endian_machdep.h
endian.h
fbvar.h
float.h
frame.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
fsr.h
idprom.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
ieee.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
ieeefp.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
instr.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
int_const.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
int_fmtio.h merge with sparc. 2002-07-29 07:07:15 +00:00
int_limits.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
int_mwgwtypes.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
int_types.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
intr.h
kbd.h Make sun ports use common keyboard/firm events related includes 2002-08-27 09:47:41 +00:00
kbio.h Make sun ports use common keyboard/firm events related includes 2002-08-27 09:47:41 +00:00
kcore.h
limits.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
loadfile_machdep.h
lock.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
Makefile Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
math.h
netbsd32_machdep.h Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
oldmon.h
openfirm.h
openpromio.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
param.h Remove CPU_ISSUN4MOR4U, CPU_ISSUN4OR4C, and CPU_ISSUN4COR4M. 2002-07-17 04:56:49 +00:00
pcb.h Don't use smaller trapframes. Causes more problems that it's worth right now. CVS: ---------------------------------------------------------------------- 2002-05-16 23:29:42 +00:00
pci_machdep.h Make the PCI code actually work. 2002-05-16 20:28:33 +00:00
pmap.h many improvements: 2002-09-22 07:19:43 +00:00
pmc.h Implement pmc(9) -- An interface to hardware performance monitoring 2002-08-07 05:14:47 +00:00
proc.h
profile.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
promlib.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
psl.h
pte.h many improvements: 2002-09-22 07:19:43 +00:00
ptrace.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
reg.h Don't use smaller trapframes. Causes more problems that it's worth right now. CVS: ---------------------------------------------------------------------- 2002-05-16 23:29:42 +00:00
reloc.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
remote-sl.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
setjmp.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
signal.h
sparc64.h
stdarg.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
svr4_32_machdep.h
svr4_machdep.h
trap.h
types.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
varargs.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
vmparam.h many improvements: 2002-09-22 07:19:43 +00:00
vuid_event.h Make sun ports use common keyboard/firm events related includes 2002-08-27 09:47:41 +00:00
z8530var.h