NetBSD/sys/arch/hpcarm
thorpej 77a6866508 Enable caching on kernel and user page tables. This saves having
to do uncached memory access during VM operations (which can be
quite expensive on some CPUs).

We currently write-back PTEs as soon as they're modified; there is
some room for optimization (to write them back in larger chunks).
For PTEs in the APTE space (i.e. PTEs for pmaps that describe another
process's address space), PTEs must also be evicted from the cache
complete (PTEs in PTE space will be evicted durint a context switch).
2002-08-24 02:16:30 +00:00
..
compile
conf Enable two WSDISPLAY options needed by the X server 2002-07-22 20:55:09 +00:00
dev Implements WSKBDIO_GTYPE 2002-07-22 20:55:48 +00:00
hpcarm Enable caching on kernel and user page tables. This saves having 2002-08-24 02:16:30 +00:00
include Implement pmc(9) -- An interface to hardware performance monitoring 2002-08-07 05:14:47 +00:00
stand
Makefile