NetBSD/sys/arch/arm
thorpej 1b20a04772 * Split pte_cache_mode into pte_l1_s_cache_mode, pte_l2_l_cache_mode,
and pte_l2_s_cache_mode.  The cache-meaningful bits are different
  for these descriptor types on some processor models.
* Add pte_*_cache_mask, corresponding to each above, which has a mask
  of the cache-meangful bits, and define those for generic and XScale
  MMU classes.  Note, the L2_S_CACHE_MASK_xscale definition requires
  use of the Extended Small Page L2 descriptor (the "X" bit overlaps
  with AP bits otherwise).
2002-04-09 22:37:00 +00:00
..
arm Define 2 classes of ARM MMUs: 2002-04-09 21:00:42 +00:00
arm32 * Split pte_cache_mode into pte_l1_s_cache_mode, pte_l2_l_cache_mode, 2002-04-09 22:37:00 +00:00
conf Restructure a few things in order to support other XScale core 2002-03-26 19:29:44 +00:00
footbridge Use abstract names for the protection and PTE type bits in 2002-04-09 19:37:14 +00:00
fpe-arm Re-work the way that FPAs are handled. If ARMFPE isn't configured, don't 2002-03-10 15:29:53 +00:00
include * Split pte_cache_mode into pte_l1_s_cache_mode, pte_l2_l_cache_mode, 2002-04-09 22:37:00 +00:00
iomd * Rewrite the 32-bit ARM pte.h based on the ARM architecture manual. 2002-04-05 16:58:01 +00:00
mainbus * Split pte_cache_mode into pte_l1_s_cache_mode, pte_l2_l_cache_mode, 2002-04-09 22:37:00 +00:00
ofw Clean up handling of the vector page on 32-bit ARM systems: 2002-04-03 23:33:26 +00:00
sa11x0 Use vtopte() instead of pmap_pte(). 2002-03-24 18:12:54 +00:00
xscale Fix soft interrupts. 2002-03-28 03:19:31 +00:00
Makefile Ensure that vidc.h gets installed somewhere -- Xarm32vidc needs it to compile. 2001-12-17 15:07:37 +00:00