NetBSD/sys/arch/evbarm
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 Disable coalesced writes on IOP310-based systems. 2002-08-20 02:34:04 +00:00
dev Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
evbarm New interrupt framework for NetBSD/evbarm, and accompanying new 2002-01-30 03:59:39 +00:00
ifpga Use separate function pointers for dmamap_sync pre- vs post- operations. 2002-08-17 20:46:26 +00:00
include Add a new option EVBARM_BOARDTYPE to differentiate between different 2002-08-17 16:42:20 +00:00
integrator Enable caching on kernel and user page tables. This saves having 2002-08-24 02:16:30 +00:00
iq80310 Enable caching on kernel and user page tables. This saves having 2002-08-24 02:16:30 +00:00
iq80321 Enable caching on kernel and user page tables. This saves having 2002-08-24 02:16:30 +00:00
ixm1200 Enable caching on kernel and user page tables. This saves having 2002-08-24 02:16:30 +00:00
stand Give gzboot a 1M heap, so that loading gzip -9'd kernels works 2002-04-25 22:30:38 +00:00
Makefile