From owner-cvs-all Mon May 20 17:29:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F89037B41F; Mon, 20 May 2002 17:29:03 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4L0T3813255; Mon, 20 May 2002 17:29:03 -0700 (PDT) (envelope-from jake) Message-Id: <200205210029.g4L0T3813255@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 20 May 2002 17:29:03 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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