US20010049798A1 - Method and apparatus for handling data errors in a computer system - Google Patents

Method and apparatus for handling data errors in a computer system Download PDF

Info

Publication number
US20010049798A1
US20010049798A1 US09/224,380 US22438098A US2001049798A1 US 20010049798 A1 US20010049798 A1 US 20010049798A1 US 22438098 A US22438098 A US 22438098A US 2001049798 A1 US2001049798 A1 US 2001049798A1
Authority
US
United States
Prior art keywords
data
cache
processor
computer system
run
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US09/224,380
Other versions
US6453427B2 (en
Inventor
Nhon T. Quach
John W. C. Fu
Valentin Anders
Sorin Iacobovici
Alberto J. Munoz
Dean Mulla
James O. Hays
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
HP Inc
Intel Corp
Original Assignee
Intel Corp
Hewlett Packard Co
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Intel Corp, Hewlett Packard Co filed Critical Intel Corp
Priority to US09/224,380 priority Critical patent/US6453427B2/en
Assigned to INTEL CORPORATION reassignment INTEL CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MULLA, DEAN A., FU, JOHN W.C., QUACH, NHON T.
Publication of US20010049798A1 publication Critical patent/US20010049798A1/en
Assigned to HEWLETT-PACKARD COMPANY reassignment HEWLETT-PACKARD COMPANY ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ANDERS, VALENTIN, IACOBOVICI, SORIN, HAYS, JAMES O.
Application granted granted Critical
Publication of US6453427B2 publication Critical patent/US6453427B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
    • G06F11/1008Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's in individual solid state devices
    • G06F11/1044Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's in individual solid state devices with specific ECC/EDC distribution

Definitions

  • the present invention relates to computer systems and more particularly to error detection of data stored in a memory region and handling by a processor.
  • Each computer system includes one or more processors.
  • a processor manipulates and controls the flow of data in a computer. Improving processor reliability and data integrity tends to improve the overall quality of the computer. Processor designers employ many different techniques to achieve these goals to create more robust computers for consumers.
  • a soft error is a situation in which a bit is set to a particular value in the processor, and the bit spontaneously changes to the opposite value, thereby making the associated data erroneous.
  • a soft error may be caused by cosmic rays passing through a storage element within the processor. These rays may charge or discharge the storage element, causing a stored bit to change its value.
  • ECC error correction code
  • ECC Because ECC is limited in its ability to correct multi-bit errors, ECC typically relies on the computer system software or hardware to take the necessary precautions when the ECC detects an uncorrectable, multi-bit error in data. For example, upon detecting uncorrectable, erroneous data, the ECC causes a system-wide reset which terminates all processes and shuts down the system. This is done to prevent the uncorrectable, erroneous data from corrupting the rest of the system.
  • an uncorrectable error is detected in the data of a computer system.
  • the erroneous data is allowed to be stored in first and second caches of the computer system while the system runs first and second processes, the first process being associated with the data.
  • the first process is terminated when an attempt is made to load the data from the cache. Meanwhile, the second process continues to run.
  • FIG. 1 is a processor formed in accordance with an embodiment of the present invention
  • FIG. 2 is a computer system formed in accordance with an embodiment of the present invention.
  • FIG. 3 is a flow chart showing a method of the present invention.
  • Data is entered into an ECC unit in a memory region of a computer system.
  • a multi-bit, uncorrectable error is detected by the ECC unit, and the erroneous data is stored in the memory region. Meanwhile, multiple processes continue to run on the system.
  • the erroneous data is subsequently loaded into a cache of the computer system, and from there, one of the processes attempts to load the data into the register file of the processor.
  • the processor detects the error in the erroneous data, and, in response, stores the address of the erroneous data in an error log register and asserts a machine check abort (MCA).
  • MCA machine check abort
  • the MCA causes the processor to call a MCA handler.
  • the MCA handler accesses the error log register and instructs the operating system of the computer system to terminate one or more processes that include the address of the erroneous data in their address space. Meanwhile, one or more other processes continue to run on the computer system.
  • processors include a program being run on one or more processors of a computer (e.g. having its instructions executed by one or more processors of the computer) or a thread of a program being run on the computer.
  • FIG. 1 is a processor formed in accordance with an embodiment of the present invention in which data D(x) is provided to an input of ECC unit 100 of processor 200 .
  • Data D(x) may be of any length, including, for example, a bit, byte, word, line, block, or page.
  • Data D(x) may originate from any of a number of different memory regions of the computer system.
  • data D(x) is provided to ECC unit 100 from a cache that is internal (e.g. on-chip) to processor 200 . This may include an L 0 , L 1 , or L 2 cache.
  • data D(x) may be provided to ECC unit 100 from an external cache (e.g. an off-chip cache) such as an L 2 or L 3 cache.
  • data D(x) may originate from the main memory of the computer system.
  • Data D(x) is provided to ECC unit 100 of FIG. 1 in response to a process running on processor 200 requesting a load of data D(x). Before data D(x) is loaded into register file 101 , the data is checked for errors. For an alternate embodiment of the present invention, data D(x) is checked for errors by ECC unit 100 in response to data D(x) being transferred into a cache of processor 200 from, for example, a lower level cache or main memory of the computer system.
  • ECC unit 100 of FIG. 1 corrects single bit errors in data D(x), and detects double or other multi-bit errors.
  • the ECC unit may additionally correct double or other multi-bit errors, and detect triple or other more severe multi-bit errors.
  • errors that the ECC unit can detect but not correct are referred to as “uncorrectable” errors.
  • ECC unit 100 of FIG. 1 detects a correctable error in data D(x), the error is corrected and data D(x) is forwarded to register file 101 for storage. If, however, ECC unit 100 detects an uncorrectable error in data D(x), such as a double bit error, the address of the erroneous data is entered into error log register 102 and an MCA is asserted. The erroneous data D(x) is not loaded into register file 101 .
  • Processor 200 of FIG. 1 in response to the assertion of the MCA, calls an MCA handler.
  • An MCA handler is a software sequence that accesses error log register 102 , and instructs the operating system to terminate a process associated with the erroneous data address stored in the error log register. For example, the MCA handler may instruct the operating system to terminate any process having an address space that includes the address of the erroneous data D(x) stored in error log register 102 .
  • the MCA handler may be a micro-code sequence residing on processor 200 of FIG. 1 or on another integrated circuit of the computer system.
  • the MCA handler may be a firmware sequence residing in a non-volatile memory region of the computer system, such as the BIOS.
  • the MCA handler may be a software sequence residing in a memory region of the computer system.
  • FIG. 2 is a computer system formed in accordance with an embodiment of the present invention including processor 200 described above in conjunction with FIG. 1.
  • Cache 205 and bridge 210 are coupled to processor 200 .
  • Bridge 210 is used to couple processor 200 to main memory 215 and to peripheral components 220 and 230 .
  • Bridge 225 couples keyboard 235 , external memory 240 , and monitor 245 to bridge 210 .
  • Peripheral components 220 and 230 of FIG. 2 may include audio and video input/output devices such as audio/video generators, accelerators, or analyzers.
  • External memory 240 may include a hard drive, floppy disk, tape drive, DVD-ROM, or other non-volatile, machine-readable, storage medium.
  • Processor 200 as described above, cache 205 , main memory 215 , and external memory 240 of FIG. 2 all include an ECC unit to detect or correct ECC errors. If data containing an uncorrectable error is first stored in cache 205 , the ECC unit of cache 205 detects the error, but stores the data anyway. If this data is not used, it may be evicted to the next lower level of the memory hierarchy, which, for the embodiment of FIG. 2, is main memory 215 , but may alternatively be a lower level of cache. The ECC unit of memory 215 also detects the error and also stores the data notwithstanding the error.
  • the data may be subsequently read back into a higher level memory such as cache 205 , another off-chip (i.e. external) cache, or a cache within processor 200 .
  • processor 200 under control of a process associated with the address of the erroneous data, may attempt to load the data into a register file. This results in an ECC error detection, logging of the data address in the error log register, and an MCA assertion within processor 200 , as described above. Meanwhile, unassociated processes may continue to be executed normally by processor 200 .
  • FIG. 3 is a flow chart showing a method of the present invention.
  • an uncorrectable, multi-bit, ECC error is detected in data. Notwithstanding the detection of this error, the data is stored in the main memory of the computer system at step 305 . Alternatively, the error may be detected by and stored in a cache of the computer system.
  • the data is read from the main memory into a cache or other higher-level memory region of the computer system.
  • the ECC error is detected by the processor using the processor's ECC unit.
  • the data may be provided to the ECC unit of the processor upon an attempt by a process to load the data into a register file of the processor from a cache.
  • the address of the data is stored in an error log register of the processor at step 320 .
  • step 325 the process that attempted to load the data is terminated. This may be accomplished by asserting an MCA and calling the appropriate MCA handler that instructs the operating system to terminate the process. For another embodiment of the present invention, one or more other processes are also terminated if their memory space includes the address of the erroneous data stored in the error log register.

Abstract

An uncorrectable error is detected in the data of a computer system. The erroneous data is allowed to be stored in first and second caches of the computer system while the system runs first and second processes, the first process being associated with the data. The first process is terminated when an attempt is made to load the data from the cache. Meanwhile, the second process continues to run.

Description

  • The present invention relates to computer systems and more particularly to error detection of data stored in a memory region and handling by a processor. [0001]
  • BACKGROUND
  • Computer systems, from handheld electronic devices to medium-sized mobile and desktop systems to large servers and workstations, are becoming increasingly pervasive in our society. Each computer system includes one or more processors. A processor manipulates and controls the flow of data in a computer. Improving processor reliability and data integrity tends to improve the overall quality of the computer. Processor designers employ many different techniques to achieve these goals to create more robust computers for consumers. [0002]
  • One reliability problem arises from occurrences known as soft errors. A soft error is a situation in which a bit is set to a particular value in the processor, and the bit spontaneously changes to the opposite value, thereby making the associated data erroneous. A soft error may be caused by cosmic rays passing through a storage element within the processor. These rays may charge or discharge the storage element, causing a stored bit to change its value. [0003]
  • As processor supply voltages continue to be reduced in an effort to reduce device geometry to increase speed and packing density, the difference in voltage values that define the 1's and 0's of bits is reduced as well. This makes processors more susceptible to soft errors. In addition, as storage elements become more densely packed within processors, the likelihood of a soft error increases. [0004]
  • One way to combat soft errors is through the use of error correction code (ECC). ECC detects errors in data, and in some cases is able to correct those errors. For example, one type of ECC is capable of correcting single bit errors, but can only detect double bit errors (and cannot correct them). [0005]
  • Because ECC is limited in its ability to correct multi-bit errors, ECC typically relies on the computer system software or hardware to take the necessary precautions when the ECC detects an uncorrectable, multi-bit error in data. For example, upon detecting uncorrectable, erroneous data, the ECC causes a system-wide reset which terminates all processes and shuts down the system. This is done to prevent the uncorrectable, erroneous data from corrupting the rest of the system. [0006]
  • SUMMARY OF THE INVENTION
  • In accordance with an embodiment of the present invention, an uncorrectable error is detected in the data of a computer system. The erroneous data is allowed to be stored in first and second caches of the computer system while the system runs first and second processes, the first process being associated with the data. The first process is terminated when an attempt is made to load the data from the cache. Meanwhile, the second process continues to run. [0007]
  • Other features and advantages of the present invention will be apparent from the accompanying figures and the detailed description that follows.[0008]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The present invention is illustrated by way of example and not limitation in the accompanying figures in which like references indicate similar elements and in which: [0009]
  • FIG. 1 is a processor formed in accordance with an embodiment of the present invention; [0010]
  • FIG. 2 is a computer system formed in accordance with an embodiment of the present invention; and [0011]
  • FIG. 3 is a flow chart showing a method of the present invention.[0012]
  • DETAILED DESCRIPTION
  • Data is entered into an ECC unit in a memory region of a computer system. A multi-bit, uncorrectable error is detected by the ECC unit, and the erroneous data is stored in the memory region. Meanwhile, multiple processes continue to run on the system. [0013]
  • The erroneous data is subsequently loaded into a cache of the computer system, and from there, one of the processes attempts to load the data into the register file of the processor. The processor detects the error in the erroneous data, and, in response, stores the address of the erroneous data in an error log register and asserts a machine check abort (MCA). [0014]
  • The MCA causes the processor to call a MCA handler. The MCA handler accesses the error log register and instructs the operating system of the computer system to terminate one or more processes that include the address of the erroneous data in their address space. Meanwhile, one or more other processes continue to run on the computer system. [0015]
  • As used herein, the terms “transferred”, “read”, and “loaded” may be used interchangeably. In addition, the term “process” includes a program being run on one or more processors of a computer (e.g. having its instructions executed by one or more processors of the computer) or a thread of a program being run on the computer. A more detailed description of embodiments of the present invention, including various configurations and implementations, is provided below. [0016]
  • FIG. 1 is a processor formed in accordance with an embodiment of the present invention in which data D(x) is provided to an input of [0017] ECC unit 100 of processor 200. Data D(x) may be of any length, including, for example, a bit, byte, word, line, block, or page. Data D(x) may originate from any of a number of different memory regions of the computer system. For example, for one embodiment, data D(x) is provided to ECC unit 100 from a cache that is internal (e.g. on-chip) to processor 200. This may include an L0, L1, or L2 cache. Alternatively, data D(x) may be provided to ECC unit 100 from an external cache (e.g. an off-chip cache) such as an L2 or L3 cache. For another embodiment, data D(x) may originate from the main memory of the computer system.
  • Data D(x) is provided to [0018] ECC unit 100 of FIG. 1 in response to a process running on processor 200 requesting a load of data D(x). Before data D(x) is loaded into register file 101, the data is checked for errors. For an alternate embodiment of the present invention, data D(x) is checked for errors by ECC unit 100 in response to data D(x) being transferred into a cache of processor 200 from, for example, a lower level cache or main memory of the computer system.
  • For one embodiment of the present invention, [0019] ECC unit 100 of FIG. 1 corrects single bit errors in data D(x), and detects double or other multi-bit errors. For an alternate embodiment, the ECC unit may additionally correct double or other multi-bit errors, and detect triple or other more severe multi-bit errors. As used herein, errors that the ECC unit can detect but not correct are referred to as “uncorrectable” errors.
  • If [0020] ECC unit 100 of FIG. 1 detects a correctable error in data D(x), the error is corrected and data D(x) is forwarded to register file 101 for storage. If, however, ECC unit 100 detects an uncorrectable error in data D(x), such as a double bit error, the address of the erroneous data is entered into error log register 102 and an MCA is asserted. The erroneous data D(x) is not loaded into register file 101.
  • [0021] Processor 200 of FIG. 1, in response to the assertion of the MCA, calls an MCA handler. An MCA handler is a software sequence that accesses error log register 102, and instructs the operating system to terminate a process associated with the erroneous data address stored in the error log register. For example, the MCA handler may instruct the operating system to terminate any process having an address space that includes the address of the erroneous data D(x) stored in error log register 102.
  • For one embodiment of the present invention, the MCA handler may be a micro-code sequence residing on [0022] processor 200 of FIG. 1 or on another integrated circuit of the computer system. For another embodiment, the MCA handler may be a firmware sequence residing in a non-volatile memory region of the computer system, such as the BIOS. For yet another embodiment of the present invention, the MCA handler may be a software sequence residing in a memory region of the computer system.
  • Although the process or processes associated with the address of the erroneous data is terminated, other process or processes running on the computer system continue to run. In this manner, the overall computer system is not unduly burdened by the detection of an uncorrectable ECC error, as is the case with the prior art. Only the process(es) that risk being corrupted by the erroneous data are terminated. [0023]
  • FIG. 2 is a computer system formed in accordance with an embodiment of the present [0024] invention including processor 200 described above in conjunction with FIG. 1. Cache 205 and bridge 210 are coupled to processor 200. Bridge 210 is used to couple processor 200 to main memory 215 and to peripheral components 220 and 230. Bridge 225 couples keyboard 235, external memory 240, and monitor 245 to bridge 210.
  • [0025] Peripheral components 220 and 230 of FIG. 2 may include audio and video input/output devices such as audio/video generators, accelerators, or analyzers. External memory 240 may include a hard drive, floppy disk, tape drive, DVD-ROM, or other non-volatile, machine-readable, storage medium.
  • [0026] Processor 200, as described above, cache 205, main memory 215, and external memory 240 of FIG. 2 all include an ECC unit to detect or correct ECC errors. If data containing an uncorrectable error is first stored in cache 205, the ECC unit of cache 205 detects the error, but stores the data anyway. If this data is not used, it may be evicted to the next lower level of the memory hierarchy, which, for the embodiment of FIG. 2, is main memory 215, but may alternatively be a lower level of cache. The ECC unit of memory 215 also detects the error and also stores the data notwithstanding the error.
  • After the erroneous data is stored in [0027] main memory 215 of FIG. 2, the data may be subsequently read back into a higher level memory such as cache 205, another off-chip (i.e. external) cache, or a cache within processor 200. From this higher level memory, processor 200, under control of a process associated with the address of the erroneous data, may attempt to load the data into a register file. This results in an ECC error detection, logging of the data address in the error log register, and an MCA assertion within processor 200, as described above. Meanwhile, unassociated processes may continue to be executed normally by processor 200.
  • FIG. 3 is a flow chart showing a method of the present invention. At [0028] step 300 an uncorrectable, multi-bit, ECC error is detected in data. Notwithstanding the detection of this error, the data is stored in the main memory of the computer system at step 305. Alternatively, the error may be detected by and stored in a cache of the computer system. At step 310, the data is read from the main memory into a cache or other higher-level memory region of the computer system.
  • Subsequently, at [0029] step 315, the ECC error is detected by the processor using the processor's ECC unit. The data may be provided to the ECC unit of the processor upon an attempt by a process to load the data into a register file of the processor from a cache. In response to detecting the error, the address of the data is stored in an error log register of the processor at step 320.
  • Finally, at [0030] step 325, the process that attempted to load the data is terminated. This may be accomplished by asserting an MCA and calling the appropriate MCA handler that instructs the operating system to terminate the process. For another embodiment of the present invention, one or more other processes are also terminated if their memory space includes the address of the erroneous data stored in the error log register.
  • This invention has been described with reference to specific exemplary embodiments thereof. It will, however, be evident to persons having the benefit of this disclosure that various modifications and changes may be made to these embodiments without departing from the broader spirit and scope of the invention. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense. [0031]

Claims (20)

What is claimed is:
1. A method of handling data errors in a computer system comprising:
detecting an uncorrectable error in data;
storing the data in a first cache while continuing to run first and second processes on the computer system, the first process being associated with the data;
storing the data in a second cache while continuing to run the first and second processes on the computer system; and
terminating the first process when the first process attempts to load the data from the second cache, while the second process continues to run.
2. The method of
claim 1
, wherein the first cache is at a higher level than the second cache.
3. The method of
claim 1
, wherein the first cache is at a lower level than the second cache.
4. The method of
claim 1
, further comprising storing an address of the data in a register after the first process attempts to load the data from the second cache and before terminating the first process.
5. The method of
claim 4
, wherein terminating the first process includes:
asserting a machine check abort (MCA); and
calling a MCA handler to instruct an operating system to terminate a process associated with the address stored in the register.
6. The method of
claim 1
, wherein detecting the error includes detecting a multi-bit, uncorrectable error using error correction code (ECC).
7. The method of
claim 1
, further comprising storing the data in a main memory of the computer system while continuing to run the first and second processes on the computer system.
8. A method of handling data errors in a computer system comprising:
storing uncorrectable, erroneous data in a first cache of a memory hierarchy of the computer system while continuing to run first and second processes on a processor of the computer system, the first process being associated with the data;
evicting the data from the first cache to a next lower level of the memory hierarchy while continuing to run the first and second processes;
transferring the data from the next lower level of the memory hierarchy back to the first cache while continuing to run the first and second processes; and
terminating the first process upon attempting to load the data into a register file of the processor, while the second process continues to run.
9. The method of
claim 8
, wherein the first cache is external to the processor.
10. The method of
claim 9
, wherein the next lower level of the memory hierarchy is main memory of the computer system.
11. The method of
claim 8
, wherein the first cache is internal to the processor and the next lower level of the memory hierarchy is a second cache that is external to the processor.
12. The method of
claim 8
, wherein transferring the data is done in response to the first process loading the data.
13. The method of
claim 8
, wherein terminating the first process includes attempting to load the data into the register file from a third cache that is internal to the processor and has a cache level that is higher than a level of the first cache.
14. The method of
claim 13
, further comprising storing the data in the third cache while continuing to run the first and second processes.
15. The method of
claim 8
, further comprising storing an address of the data in a register of the processor after attempting to load the data into a register file of the processor and before terminating the first process.
16. The method of
claim 15
, wherein terminating the first process includes:
asserting a machine check abort (MCA); and
calling a MCA handler to instruct an operating system to terminate a process associated with the address of the data stored in the register of the processor.
17. A computer system comprising:
main memory to store uncorrectable, erroneous data;
an external cache to store the data; and
a processor to terminate a first process associated with the data while continuing to run a second process when the first process attempts to load the data into a register file.
18. The method of
claim 17
, wherein the processor includes an ECC unit to detect an uncorrectable error in the data.
19. The method of
claim 18
, wherein terminating the first process includes attempting to load the data into the register file from an internal cache.
20. The method of
claim 19
, wherein the processor includes an error log register to store an address associated with the data after detecting the error and before terminating the first process.
US09/224,380 1998-12-31 1998-12-31 Method and apparatus for handling data errors in a computer system Expired - Lifetime US6453427B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/224,380 US6453427B2 (en) 1998-12-31 1998-12-31 Method and apparatus for handling data errors in a computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US09/224,380 US6453427B2 (en) 1998-12-31 1998-12-31 Method and apparatus for handling data errors in a computer system

Publications (2)

Publication Number Publication Date
US20010049798A1 true US20010049798A1 (en) 2001-12-06
US6453427B2 US6453427B2 (en) 2002-09-17

Family

ID=22840422

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/224,380 Expired - Lifetime US6453427B2 (en) 1998-12-31 1998-12-31 Method and apparatus for handling data errors in a computer system

Country Status (1)

Country Link
US (1) US6453427B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050228926A1 (en) * 2004-04-05 2005-10-13 Smith Zachary S Virtual-bus interface and associated system and method
US20190034252A1 (en) * 2017-07-28 2019-01-31 Hewlett Packard Enterprise Development Lp Processor error event handler

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6684346B2 (en) * 2000-12-22 2004-01-27 Intel Corporation Method and apparatus for machine check abort handling in a multiprocessing system
US7949666B2 (en) 2004-07-09 2011-05-24 Ricoh, Ltd. Synchronizing distributed work through document logs
US8412981B2 (en) * 2006-12-29 2013-04-02 Intel Corporation Core sparing on multi-core platforms
US8078942B2 (en) * 2007-09-04 2011-12-13 Oracle America, Inc. Register error correction of speculative data in an out-of-order processor
JP5166074B2 (en) * 2008-02-29 2013-03-21 株式会社東芝 Semiconductor memory device, control method thereof, and error correction system
US8185733B2 (en) 2008-10-02 2012-05-22 Ricoh Co., Ltd. Method and apparatus for automatically publishing content based identifiers

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4358848A (en) * 1980-11-14 1982-11-09 International Business Machines Corporation Dual function ECC system with block check byte
US5649090A (en) * 1991-05-31 1997-07-15 Bull Hn Information Systems Inc. Fault tolerant multiprocessor computer system
US5263032A (en) * 1991-06-27 1993-11-16 Digital Equipment Corporation Computer system operation with corrected read data function
JP3020833B2 (en) * 1995-06-19 2000-03-15 株式会社東芝 Checkpoint acquisition system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050228926A1 (en) * 2004-04-05 2005-10-13 Smith Zachary S Virtual-bus interface and associated system and method
US20190034252A1 (en) * 2017-07-28 2019-01-31 Hewlett Packard Enterprise Development Lp Processor error event handler

Also Published As

Publication number Publication date
US6453427B2 (en) 2002-09-17

Similar Documents

Publication Publication Date Title
EP0989492B1 (en) Technique for correcting single-bit errors in caches with sub-block parity bits
US6067656A (en) Method and apparatus for detecting soft errors in content addressable memory arrays
US7447948B2 (en) ECC coding for high speed implementation
US7308603B2 (en) Method and system for reducing memory faults while running an operating system
US5509119A (en) Fast comparison method and apparatus for error corrected cache tags
US8572441B2 (en) Maximizing encodings of version control bits for memory corruption detection
US8751736B2 (en) Instructions to set and read memory version information
US8327222B2 (en) Mechanism for adjacent-symbol error correction and detection
US9065481B2 (en) Bad wordline/array detection in memory
US7587658B1 (en) ECC encoding for uncorrectable errors
EP0835489A1 (en) Method and system for using mirrored data to detect corrupt data
US6226763B1 (en) Method and apparatus for performing cache accesses
US6453427B2 (en) Method and apparatus for handling data errors in a computer system
US7058877B2 (en) Method and apparatus for providing error correction within a register file of a CPU
US7127643B2 (en) Method and apparatus for fixing bit errors encountered during cache references without blocking
US8365055B2 (en) High performance cache directory error correction code
US11200114B2 (en) System and method for facilitating elastic error correction code in memory
US7240272B2 (en) Method and system for correcting errors in a memory device
US20230195565A1 (en) Multilevel Memory System with Copied Error Detection Bits
JPH0756816A (en) Controller for memory
JPS59217298A (en) Memory error relieve system
JPH04237351A (en) Memory rewriting system
JPS63101947A (en) Error processing system
JPH07271671A (en) Cache device
JPH01133147A (en) Data processor

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTEL CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:QUACH, NHON T.;FU, JOHN W.C.;MULLA, DEAN A.;REEL/FRAME:009834/0416;SIGNING DATES FROM 19990203 TO 19990226

AS Assignment

Owner name: HEWLETT-PACKARD COMPANY, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HAYS, JAMES O.;ANDERS, VALENTIN;IACOBOVICI, SORIN;REEL/FRAME:012416/0030;SIGNING DATES FROM 20010803 TO 20010808

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12