diff options
author | ss137449 <none@none> | 2008-03-19 15:44:36 -0700 |
---|---|---|
committer | ss137449 <none@none> | 2008-03-19 15:44:36 -0700 |
commit | a4673f2e068def55ca76a8c25b603630d96868c5 (patch) | |
tree | 4c7b06f06daaff6c6a17559553eff61a79041f0a /usr/src/uts/sparc/sys/cmpregs.h | |
parent | b71d513a362009e7000b3cb6cb82318dfd6c83a0 (diff) | |
download | illumos-joyent-a4673f2e068def55ca76a8c25b603630d96868c5.tar.gz |
6285799 Panther EI should use ASI_CORE_RUNNING_W1S/ASI_CORE_RUNNING_W1C for core parking.
6567882 FBR error injection error source is set incorrectly causing unexpected results
6570700 add 'stride' option to mtst memory storm commands
6572708 mtst needs the ability to repeatedly inject CEs at the same memory address
6587231 Error injector sometimes causes FBRs instead of requested FBU
6589119 N2: kildacitlb command mainly producing write-back errors (data version works)
6624478 add ability to specify index and way to CPU/Mem EI for Panther cache tests
6633090 N2/VF NotData error injections very unreliable
6636595 add memory information to '-v' output
6649591 N2: add an ESR clear command/function to the N2 injector
6649603 Panther: develop stuck bit type tests for cache errors
6651924 call to physmem driver should set kernel cage and retired flags
6655427 T2plus kernel writeback tests causing panics
6659433 mtst does not inject correctable L2 cache tag errors
6661537 sun4v user mode L2-cache commands are very unreliable
6665937 sun4v: using -a option with SOC (including FBR/FBU) commands core dumps
Diffstat (limited to 'usr/src/uts/sparc/sys/cmpregs.h')
-rw-r--r-- | usr/src/uts/sparc/sys/cmpregs.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/src/uts/sparc/sys/cmpregs.h b/usr/src/uts/sparc/sys/cmpregs.h index fafeba5ff8..6053d9af72 100644 --- a/usr/src/uts/sparc/sys/cmpregs.h +++ b/usr/src/uts/sparc/sys/cmpregs.h @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -66,8 +65,10 @@ extern "C" { * |------------------------------| * 1 0 */ -#define ASI_CORE_RUNNING_STATUS 0x58 /* ASI 0x41, VA 0x58 */ #define ASI_CORE_RUNNING_RW 0x50 /* ASI 0x41, VA 0x50 */ +#define ASI_CORE_RUNNING_STATUS 0x58 /* ASI 0x41, VA 0x58 */ +#define ASI_CORE_RUNNING_W1S 0x60 /* ASI 0x41, VA 0x60 */ +#define ASI_CORE_RUNNING_W1C 0x68 /* ASI 0x41, VA 0x68 */ #ifdef __cplusplus } |