Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2002 17:29:03 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/include tlb.h tte.h src/sys/sparc64/sparc64 pmap.c pv.c tsb.c
Message-ID:  <200205210029.g4L0T3813255@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2002/05/20 17:29:03 PDT

  Modified files:
    sys/sparc64/include  tlb.h tte.h 
    sys/sparc64/sparc64  pmap.c pv.c tsb.c 
  Log:
  Redefine the tte accessor macros to take a pointer to a tte, instead of the
  value of the tag or data field.
  Add macros for getting the page shift, size and mask for the physical page
  that a tte maps (which may be one of several sizes).
  Use the new cache functions for invalidating single pages.
  
  Revision  Changes    Path
  1.18      +2 -3      src/sys/sparc64/include/tlb.h
  1.10      +33 -20    src/sys/sparc64/include/tte.h
  1.52      +34 -53    src/sys/sparc64/sparc64/pmap.c
  1.17      +2 -2      src/sys/sparc64/sparc64/pv.c
  1.19      +7 -7      src/sys/sparc64/sparc64/tsb.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205210029.g4L0T3813255>