NetBSD/sys/arch/evbarm/iq80310
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
..
com_obio.c * Add a new hwflag, COM_HW_NO_TXPRELOAD, which tells comstart() to 2002-04-12 19:32:30 +00:00
i80312_mainbus.c
iq80310_7seg.c * Add the ability to display .'s on the 7seg display. 2002-04-12 20:50:26 +00:00
iq80310_intr.c Add a new option EVBARM_BOARDTYPE to differentiate between different 2002-08-17 16:42:20 +00:00
iq80310_intr.h Add a new option EVBARM_BOARDTYPE to differentiate between different 2002-08-17 16:42:20 +00:00
iq80310_machdep.c Enable caching on kernel and user page tables. This saves having 2002-08-24 02:16:30 +00:00
iq80310_pci.c
iq80310_start.S Issue a CPWAIT sequence after enabling the MMU to make sure 2002-04-26 18:01:21 +00:00
iq80310_timer.c * Delcare COUNTER_MASK properly. 2002-04-14 19:47:03 +00:00
iq80310reg.h
iq80310var.h
obio_space.c * Add PTE_SYNC() and PTE_SYNC_RANGE() macros. These don't actually do 2002-08-22 01:13:53 +00:00
obio.c
obiovar.h