diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-10-27 19:59:15 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-10-27 19:59:15 +0000 |
commit | f70e12f3fb9142039dc3b4e3d85bda39af21d0f9 (patch) | |
tree | a5e81dbf4d85e2b8fedf5d208194496bcdada2ff /sys/arch/sparc64 | |
parent | 42cc0c83280d4cd74a5fb88b14a2914d859c9ac7 (diff) |
Add a few UltraSPARC-III ASI's.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/include/ctlreg.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/ctlreg.h b/sys/arch/sparc64/include/ctlreg.h index 6424c83a02e..a9db7bd8e6e 100644 --- a/sys/arch/sparc64/include/ctlreg.h +++ b/sys/arch/sparc64/include/ctlreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ctlreg.h,v 1.9 2003/05/16 22:14:13 henric Exp $ */ +/* $OpenBSD: ctlreg.h,v 1.10 2006/10/27 19:59:14 kettenis Exp $ */ /* $NetBSD: ctlreg.h,v 1.28 2001/08/06 23:55:34 eeh Exp $ */ /* @@ -107,6 +107,10 @@ #define ASI_FLUSH_D_CTX_PRIMARY 0x3a /* [4u] flush D-cache context using primary context */ #define ASI_FLUSH_D_CTX_SECONDARY 0x3b /* [4u] flush D-cache context using secondary context */ +#define ASI_DCACHE_INVALIDATE 0x42 /* [III] invalidate D-cache */ +#define ASI_DCACHE_UTAG 0x43 /* [III] diagnostic access to D-cache micro tag */ +#define ASI_DCACHE_SNOOP_TAG 0x44 /* [III] diagnostic access to D-cache snoop tag RAM */ + #define ASI_LSU_CONTROL_REGISTER 0x45 /* [4u] load/store unit control register */ #define ASI_DCACHE_DATA 0x46 /* [4u] diagnostic access to D-cache data RAM */ |