NetBSD/sys/arch/evbarm/ixm1200
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
..
ixm1200_intr.h Add a new option EVBARM_BOARDTYPE to differentiate between different 2002-08-17 16:42:20 +00:00
ixm1200_machdep.c Enable caching on kernel and user page tables. This saves having 2002-08-24 02:16:30 +00:00
ixm1200_pci.c make compile when PCI_DEBUG was defined 2002-07-21 22:16:58 +00:00
ixm1200_start.S cosmetic change 2002-07-21 14:26:05 +00:00
ixm1200reg.h
ixm1200var.h
ixp12x0_mainbus.c
ixpcom_ixm.c cosmetic change 2002-07-21 14:26:05 +00:00
ixpcom_ixmvar.h
nappi_nppb.c cosmetic change 2002-07-21 14:26:05 +00:00
nappi_nr.c