JPH06250933A - Access control method for information processor and main storage - Google Patents

Access control method for information processor and main storage

Info

Publication number
JPH06250933A
JPH06250933A JP5037136A JP3713693A JPH06250933A JP H06250933 A JPH06250933 A JP H06250933A JP 5037136 A JP5037136 A JP 5037136A JP 3713693 A JP3713693 A JP 3713693A JP H06250933 A JPH06250933 A JP H06250933A
Authority
JP
Japan
Prior art keywords
storage device
tag information
storage unit
memory
cache
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.)
Pending
Application number
JP5037136A
Other languages
Japanese (ja)
Inventor
Hiroshi Takada
浩 高田
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.)
Fuji Electric Co Ltd
Fuji Facom Corp
Original Assignee
Fuji Electric Co Ltd
Fuji Facom Corp
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 Fuji Electric Co Ltd, Fuji Facom Corp filed Critical Fuji Electric Co Ltd
Priority to JP5037136A priority Critical patent/JPH06250933A/en
Publication of JPH06250933A publication Critical patent/JPH06250933A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To economically back up memory in a defective place by exchanging the defective memory of a main storage device in an information processor by a cache storage device. CONSTITUTION:The information processor provided with a central processing unit 1, the main storage device 2 and the cache storage device 3 is provided with tag information storage parts 11a-11d accumulating at least more than one piece of tag information showing the defective place of the main storage device 2 and data storage parts 12a-12d corresponding to the tag information storage parts in the cache storage device 3. When an address at the time of memory access coincides with defective tag information, the central processing unit 1 does not access memory to the main storage device 1 and accesses memory to the data storage parts which are prepared in accordance with the tag information parts is executed.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、コンピュータなどに用
いられる主記憶装置にメモリ故障が発生したとき、この
不良箇所を交替する機能を備えた情報処理装置および主
記憶装置のアクセス制御方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus having a function of replacing a defective portion when a memory failure occurs in a main memory used for a computer and the like, and an access control method for the main memory.

【0002】[0002]

【従来の技術】近年のコンピュータの回路構成は大規模
集積化(LSI) が進み、部品点数が減少している。一方、
アプリケーションプログラムが必要とするメモリ容量は
急速に増加しており、メモリの集積度向上が必ずしもこ
れに追いついてはいない。このため、装置の全部品点数
の中で、メモリICの個数が占める割合が多くなり、部品
故障発生の可能性がメモリ部に集中する傾向がある。
2. Description of the Related Art In recent years, the circuit configuration of computers has become large-scale integration (LSI), and the number of parts is decreasing. on the other hand,
The memory capacity required by application programs is increasing rapidly, and improvement in memory integration is not always catching up. For this reason, the number of memory ICs accounts for a large proportion of the total number of components of the device, and the possibility of component failure tends to concentrate on the memory section.

【0003】メモリの一過性のエラー(例えば、ソフト
エラー)は誤り訂正符号による修正などで救済できる。
一方、メモリの故障、特にメモリチップ内の一部のセル
の故障ではなく、1メモリチップが動作できなくなるよ
うな故障が発生したときは、システム停止の可能性が高
い。そして、一旦このような故障が発すると、このメモ
リを搭載した基板を交換するまで、システムは稼働不能
となる。このようなシステムの停止を防ぐために、ある
いは、少なくとも長時間のシステム停止を防ぐ手段とし
て、メモリの二重化という方法が採用されてきた。
A temporary error (for example, a soft error) in the memory can be remedied by correction with an error correction code.
On the other hand, when there is a memory failure, particularly a failure of some cells in the memory chip, but a failure such that one memory chip cannot operate, there is a high possibility that the system will stop. Then, once such a failure occurs, the system becomes inoperable until the board on which the memory is mounted is replaced. In order to prevent such a system stop, or at least as a means for preventing a system stop for a long time, a method of memory duplication has been adopted.

【0004】また、メモリ全体を二重化するのではな
く、システムの動作上、特に、重要なプログラムやデー
タが格納されているメモリ領域のみを二重化する方法も
考えられている。
In addition, instead of duplicating the entire memory, there has been considered a method of duplicating only the memory area in which important programs and data are stored particularly in terms of system operation.

【0005】[0005]

【発明が解決しようとする課題】上述のようにメモリの
全領域を二重する場合は、特に、大容量メモリを使用す
るシステムでは、非常なコストアップとなるとともに、
大きなメモリ搭載スペースも必要となる。同じ時期に複
数のメモリが故障する可能性は極めて小さいにも拘わら
ず、全メモリの故障に備えなければならないため二重化
部分の利用効率も悪い。
When the entire area of the memory is duplicated as described above, especially in a system using a large-capacity memory, the cost is greatly increased, and
A large memory installation space is also required. Although it is extremely unlikely that a plurality of memories will fail at the same time, the utilization efficiency of the duplicated portion is also poor because it is necessary to prepare for the failure of all the memories.

【0006】また、一部分の重要なメモリ領域のみを二
重化する方法は、システムが本来有するべき動作が期待
できなくなることもあり、不完全な対策手段である。本
発明は上記の点にかんがみてなされたものであり、その
目的は前記した課題を解決して、情報処理装置に不良メ
モリ交替機能を備えることにより、経済的に不良箇所の
メモリバックアップを行う情報処理装置を提供するこ
と、および情報処理装置に用いられる主記憶装置のアク
セス制御方法を提供することにある。
Further, the method of duplicating only a part of the important memory area is an incomplete measure because the operation that the system should originally have may not be expected. The present invention has been made in view of the above points, and an object thereof is to solve the above-mentioned problems and provide an information processing device with a defective memory replacement function to economically perform memory backup of a defective portion. It is to provide a processing device and an access control method for a main storage device used in an information processing device.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
に、本発明の不良メモリ交替機能を備える情報処理装置
は、中央処理装置と主記憶装置とキャッシュ記憶装置と
を備えてなる情報処理装置において、キャッシュ記憶装
置に、主記憶装置の不良箇所を示すタグ情報を少なくと
も1個以上蓄えるタグ情報記憶部と、このタグ情報記憶
部に対応するデータ記憶部とを備え、メモリアクセス要
求時のアドレスが前記タグ情報と一致する場合、主記憶
装置へのメモリアクセスを実行せず、タグ情報記憶部に
対応して用意されたデータ記憶部にメモリアクセスを行
うものとする。
In order to achieve the above object, an information processing apparatus having a defective memory replacement function of the present invention is an information processing apparatus including a central processing unit, a main storage unit and a cache storage unit. In the cache memory device, a tag information storage unit for storing at least one piece of tag information indicating a defective portion of the main storage device and a data storage unit corresponding to the tag information storage unit are provided, and an address at the time of a memory access request is provided. If the tag information matches the tag information, the memory access to the main storage device is not performed, but the memory access is performed to the data storage unit prepared corresponding to the tag information storage unit.

【0008】また、上記構成の情報処理装置に用いられ
る主記憶装置のアクセス制御方法において、キャッシュ
記憶装置に、主記憶装置の不良箇所を示すタグ情報を少
なくとも1個以上蓄えるタグ情報記憶部と、このタグ情
報記憶部に対応するデータ記憶部とを設け、システム立
ち上げ時に、キャッシュ記憶装置のキャッシュ使用指示
信号とタグ情報記憶部のバリッドビットを全て無効と設
定し、主記憶装置の診断プログラムを実行し、テストエ
ラーが発生すると、診断プログラムは未使用のタグ情報
記憶部にバリッドビットを有効に設定して、エラーが発
生したメモリブロックを示すタグ情報とバリッドビット
とを記録し、主記憶装置の診断プログラムが終了した時
点でキャッシュ記憶装置のキャッシュ使用指示信号を有
効に設定し、メモリアクセス要求時のアドレスがタグ情
報と一致する場合、主記憶装置へのメモリアクセスを実
行せず、タグ情報記憶部に対応して用意されたデータ記
憶部にメモリアクセスを行うものとする。
Further, in the access control method for the main memory used in the information processing apparatus having the above-mentioned configuration, a tag information storage section for storing at least one piece of tag information indicating a defective portion of the main memory in the cache storage, A data storage unit corresponding to this tag information storage unit is provided, and when the system is started up, the cache use instruction signal of the cache storage device and the valid bit of the tag information storage unit are all set to be invalid, and the diagnostic program of the main storage device is set. When executed and a test error occurs, the diagnostic program enables the valid bit in the unused tag information storage unit to record the tag information and the valid bit indicating the memory block in which the error has occurred, and the main memory device When the diagnostic program of is finished, set the cache use instruction signal of the cache storage device to valid and If the address at the time of the access request matches the tag information, without performing memory access to main memory, it is assumed that the memory access data storage portion that is provided in response to the tag information storage unit.

【0009】[0009]

【作用】上記構成により、主記憶装置の一部のメモリが
故障した場合、システムの再立ち上げを行い、このと
き、主記憶装置の診断プログラムを実行し、不良メモリ
ブロックを予めタグ情報としてタグ情報記憶部に記録
し、次に、システムが動作時に中央処理装置が不良メモ
リブロックをアクセスしたとき、これを検知して、主記
憶装置へのアクセスを禁止し、キャッシュ記憶装置のデ
ータ記憶部がこの主記憶装置の不良メモリブロックの機
能を代替してシステムを正常に動作させる。
With the above configuration, when a part of the memory of the main storage device fails, the system is restarted, at this time, the diagnostic program of the main storage device is executed, and the defective memory block is tagged as tag information in advance. When the central processing unit accesses a defective memory block when the system is operating, it detects this and prohibits access to the main storage device, and the data storage unit of the cache storage device stores it. The system operates normally by substituting the function of the defective memory block of the main storage device.

【0010】[0010]

【実施例】図1は本発明による一実施例の不良メモリ交
替機能を備える情報処理装置の概念を示すブロック回路
図である。図1において、中央処理装置(CPU) 1と主記
憶装置2とがアドレスバス4およびデータバス5を介し
て接続されてなる情報処理装置に、キャッシュ記憶装置
3がアドレスバス4およびデータバス5を介して相互に
接続されている。アドレスバス4はm+nビットのアド
レス指定ビットから構成されるものとする。キャッシュ
記憶装置3の内部は大別して、タグ情報を蓄えるタグ情
報記憶部(図示例では11a 〜11d の4個) と、このタグ
情報記憶部に対応して用意されたデータ記憶部(12a〜12
d)の2つのブロックに分けられる。各タグ情報記憶部11
a 〜11d は主記憶装置2の不良箇所を示すmビットのタ
グ情報と、このタグ情報の内容が有効であることを示す
バリッドビット(図中にVで示す)とから構成される。
1 is a block circuit diagram showing the concept of an information processing apparatus having a defective memory replacement function according to an embodiment of the present invention. In FIG. 1, a cache storage device 3 connects an address bus 4 and a data bus 5 to an information processing device in which a central processing unit (CPU) 1 and a main storage device 2 are connected via an address bus 4 and a data bus 5. Connected to each other via. Address bus 4 is assumed to consist of m + n addressing bits. The inside of the cache storage device 3 is roughly classified into a tag information storage unit (four 11a to 11d in the illustrated example) for storing tag information, and a data storage unit (12a to 12d) prepared corresponding to the tag information storage unit.
It is divided into two blocks of d). Each tag information storage unit 11
Each of a to 11d is composed of m-bit tag information indicating a defective portion of the main storage device 2 and a valid bit (indicated by V in the figure) indicating that the content of this tag information is valid.

【0011】タグ情報は主記憶装置2の不良箇所を示す
アドレス情報の上位mビットであり、アドレス情報の下
位nビットで表される大きさの不良メモリブロックを指
示する情報である。各タグ情報記憶部 11a〜11d のタグ
情報の内容は、コンパレータ13a 〜13d によってアドレ
スバス4上の上位mビットのアドレス情報と比較され
る。今、タグ情報記憶部 11a〜11d のいずれかに主記憶
装置2の不良箇所を示すタグ情報が格納されているもの
とし、且つ、中央処理装置(CPU) 1がこのメモリの不良
箇所に対するアクセスを行った時に、該当するタグ情報
記憶部(例えば、11a)に対応するコンパレータ(13a) の
出力が有効となる。
The tag information is the upper m bits of the address information indicating the defective portion of the main storage device 2, and is the information indicating the defective memory block having the size represented by the lower n bits of the address information. The contents of the tag information in the respective tag information storage units 11a to 11d are compared with the upper m-bit address information on the address bus 4 by the comparators 13a to 13d. Now, it is assumed that the tag information indicating the defective portion of the main storage device 2 is stored in any of the tag information storage units 11a to 11d, and the central processing unit (CPU) 1 accesses the defective portion of this memory. When performed, the output of the comparator (13a) corresponding to the corresponding tag information storage unit (for example, 11a) becomes valid.

【0012】コンパレータ 13a〜13d の出力は各々対応
するデータ記憶部 12a〜12d のチップセレクト入力csに
接続されている。また、各コンパレータ 13a〜13d の出
力はORゲート14に接続され、このORゲート14の出力が A
NDゲート15の一方の入力となる。 ANDゲート15の他方の
入力としてキャッシュ記憶装置のキャッシュ使用指示信
号16が接続されており、本キャッシュ使用指示信号16が
有効のときに、コンパレータ13a 〜13d の出力の論理和
情報、即ちメモリ不良箇所に対するアクセスであるかど
うかを示す情報が、ヒット信号17として ANDゲート15の
出力からデータ記憶部12a 〜12d のヒット入力信号hit
および主記憶装置2に対して通知される。ヒット信号17
が無効の場合は、主記憶装置2の動作が許可され、デー
タ記憶部12a 〜12d の動作は禁止される。また、ヒット
信号17が有効の場合は、主記憶装置2の動作は禁止さ
れ、データ記憶部12a 〜12d のうちコンパレータ13a 〜
13dのいずれかの出力によって選択されたデータ記憶部
分が主記憶装置2の代わりに動作可能となる。
The outputs of the comparators 13a to 13d are connected to the chip select inputs cs of the corresponding data storage units 12a to 12d, respectively. The output of each comparator 13a to 13d is connected to the OR gate 14, and the output of this OR gate 14 is
This is one input of the ND gate 15. The cache use instruction signal 16 of the cache storage device is connected to the other input of the AND gate 15, and when the cache use instruction signal 16 is valid, the logical sum information of the outputs of the comparators 13a to 13d, that is, the defective memory location. The information indicating whether or not the access is to the hit input signal hit from the output of the AND gate 15 as the hit signal 17 to the hit input signal hit of the data storage units 12a to 12d.
And the main memory 2 is notified. Hit signal 17
Is invalid, the operation of the main storage device 2 is permitted and the operation of the data storage units 12a to 12d is prohibited. When the hit signal 17 is valid, the operation of the main storage device 2 is prohibited, and the comparators 13a to 13d of the data storage units 12a to 12d.
The data storage portion selected by any of the outputs of 13d becomes operable in place of the main storage device 2.

【0013】上記構成において、本発明の実際上の適用
方法について説明する。まず、システム立ち上げ時に
は、キャッシュ記憶装置3のキャッシュ使用指示信号16
を無効と設定し、この状態でタグ情報記憶部 11a〜11d
のバリッドビットを全て無効と設定し、主記憶装置2の
診断プログラムを実行する。診断プログラムを実行中
に、パリティーエラーとかECC(誤り訂正符号)エラ
ーなどのメモリアクセスエラー、あるいはテストデータ
を主記憶装置2に書込み後、読出したときのデータ照合
エラーが発生すると、この診断プログラムは未使用のタ
グ情報記憶部11a 〜11d (バリッドビットが無効となっ
ている)にエラーを発生したメモリブロックを示すタグ
情報を書き込むと同時に、このタグ情報に対応したバリ
ッドビットを有効に設定する。ここでは仮に主記憶装置
2の不良は1箇所で、この不良情報がタグ情報記憶部11
a にその場所を示すタグ情報を登録したものとする。主
記憶装置2の診断を終了した時点でキャッシュ使用指示
信号16を有効と設定する。
A practical application method of the present invention having the above configuration will be described. First, when the system is started up, the cache use instruction signal 16 of the cache storage device 3
Is set to invalid, and in this state the tag information storage units 11a to 11d
All valid bits are set to be invalid, and the diagnostic program of the main storage device 2 is executed. If a memory access error such as a parity error or an ECC (error correction code) error, or a data collation error when the test data is read out after the test data is written during execution of the diagnostic program, this diagnostic program is executed. At the same time as writing the tag information indicating the memory block in which the error has occurred into the unused tag information storage units 11a to 11d (the valid bit is invalid), the valid bit corresponding to this tag information is set valid. Here, tentatively, the main storage device 2 has one defect, and this defect information is used as the tag information storage unit 11.
It is assumed that tag information indicating the location is registered in a. When the diagnosis of the main storage device 2 is completed, the cache use instruction signal 16 is set to be valid.

【0014】さて、通常のプログラムが起動された後
に、前記主記憶装置2の不良箇所に相当するアドレス領
域が中央処理装置(CPU) 1によりアクセスされると、ア
ドレスバス4の上位mビットとタグ情報記憶部11a 内の
タグ情報とが一致するため、コンパレータ13a の出力が
有効となり、続いてORゲート14、AND ゲート15を経てヒ
ット信号17が有効となるため、キャッシュ記憶装置3の
データ記憶部12a がアクセス可能となり、一方、主記憶
装置2のアクセスが禁止される。こうして、キャッシュ
記憶装置3が主記憶装置2の不良箇所の交替機能を果し
ている。
Now, after the normal program is started, when the address area corresponding to the defective portion of the main memory 2 is accessed by the central processing unit (CPU) 1, the upper m bits of the address bus 4 and the tag Since the tag information in the information storage unit 11a matches, the output of the comparator 13a becomes valid, and then the hit signal 17 becomes valid through the OR gate 14 and AND gate 15, so that the data storage unit of the cache storage device 3 becomes effective. 12a becomes accessible, while access to the main storage device 2 is prohibited. In this way, the cache storage device 3 fulfills the function of replacing the defective portion of the main storage device 2.

【0015】[0015]

【発明の効果】以上述べたように本発明の構成によれ
ば、主記憶装置に不良箇所が生じた場合、この不良箇所
へのアクセスを禁止し、代わりにキャッシュ記憶装置が
不良箇所の機能を代替するので、主記憶装置のメモリ故
障によってシステムが一旦は停止しても、交換用のメモ
リ基板と交換することなくシステムの再起動を図ること
ができる。従って、大容量のメモリを使用したシステム
におけるメモリの偶発故障発生時にシステムが長期間停
止することが回避でき、稼働性の優れたシステムを提供
することができる。全メモリを二重化する場合と較べ
て、ごく小容量のメモリをキャッシュ記憶装置に追加す
ることにより、効率良く主記憶装置のメモリ故障に対処
することができる。交替の対象となるメモリはランダム
アクセスメモリ(RAM) であっても、リードオンリメモリ
(ROM) であっても良く、その種別を問わない。
As described above, according to the configuration of the present invention, when a defective portion occurs in the main storage device, access to the defective portion is prohibited, and instead, the cache storage device performs the function of the defective portion. As a result, even if the system temporarily stops due to a memory failure in the main storage device, it is possible to restart the system without replacing it with a replacement memory board. Therefore, it is possible to prevent the system from stopping for a long period of time when a random memory failure occurs in a system using a large capacity memory, and it is possible to provide a system with excellent operability. Compared to the case where all the memories are duplicated, by adding a very small capacity memory to the cache storage device, it is possible to efficiently deal with the memory failure of the main storage device. Even if the memory to be replaced is random access memory (RAM), it is a read-only memory.
It may be (ROM), regardless of its type.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明による一実施例の概念を示すブロック回
路図
FIG. 1 is a block circuit diagram showing the concept of an embodiment according to the present invention.

【符号の説明】[Explanation of symbols]

1 中央処理装置 2 主記憶装置 3 キャッシュ記憶装置 4 アドレスバス 5 データバス 11a,11b,11c,11d タグ情報記憶部 12a,12b,12c,12d データ記憶部 13a,13b,13c,13d コンパレータ 14 ORゲート 15 AND ゲート 16 キャッシュ使用指示信号 17 ヒット信号 V バリッドビット cs チップセレクト信号入力端子 hit ヒット信号入力端子 1 central processing unit 2 main storage unit 3 cache storage unit 4 address bus 5 data bus 11a, 11b, 11c, 11d tag information storage unit 12a, 12b, 12c, 12d data storage unit 13a, 13b, 13c, 13d comparator 14 OR gate 15 AND gate 16 Cache use instruction signal 17 Hit signal V Valid bit cs Chip select signal input terminal hit Hit signal input terminal

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】中央処理装置と主記憶装置とキャッシュ記
憶装置とを備えてなる情報処理装置において、 前記キャッシュ記憶装置に、前記主記憶装置の不良箇所
を示すタグ情報を少なくとも1個以上蓄えるタグ情報記
憶部と、このタグ情報記憶部に対応するデータ記憶部と
を備え、 メモリアクセス要求時のアドレスが前記タグ情報と一致
する場合、前記主記憶装置へのメモリアクセスを実行せ
ず、前記タグ情報記憶部に対応して用意されたデータ記
憶部にメモリアクセスを行うことを特徴とする情報処理
装置
1. An information processing apparatus comprising a central processing unit, a main storage device and a cache storage device, wherein the cache storage device stores at least one or more tag information indicating a defective portion of the main storage device. An information storage unit and a data storage unit corresponding to this tag information storage unit are provided, and when the address at the time of the memory access request matches the tag information, the memory access to the main storage device is not executed and the tag is stored. Information processing apparatus characterized by performing memory access to a data storage section prepared corresponding to the information storage section
【請求項2】中央処理装置と主記憶装置とキャッシュ記
憶装置とを備え、 前記キャッシュ記憶装置に、前記主記憶装置の不良箇所
を示すタグ情報を少なくとも1個以上蓄えるタグ情報記
憶部と、このタグ情報記憶部に対応するデータ記憶部と
を設け、 システム立ち上げ時に、キャッシュ記憶装置のキャッシ
ュ使用指示信号とタグ情報記憶部のバリッドビットを全
て無効と設定し、 主記憶装置の診断プログラムを実行し、テストエラーが
発生すると、前記診断プログラムは未使用のタグ情報記
憶部にバリッドビットを有効に設定して、エラーが発生
したメモリブロックを示すタグ情報とバリッドビットと
を記録し、 主記憶装置の診断プログラムが終了した時点で前記キャ
ッシュ記憶装置のキャッシュ使用指示信号を有効に設定
し、 メモリアクセス要求時のアドレスが前記タグ情報と一致
する場合、前記主記憶装置へのメモリアクセスを実行せ
ず、前記タグ情報記憶部に対応して用意されたデータ記
憶部にメモリアクセスを行うことを特徴とする主記憶装
置のアクセス制御方法。
2. A tag information storage unit comprising a central processing unit, a main storage unit, and a cache storage unit, wherein the cache storage unit stores at least one or more tag information indicating a defective portion of the main storage unit. A data storage unit corresponding to the tag information storage unit is provided, and when the system is started up, the cache use instruction signal of the cache storage device and the valid bit of the tag information storage unit are all set to invalid, and the diagnostic program of the main storage device is executed. Then, when a test error occurs, the diagnostic program enables the valid bit in the unused tag information storage unit to record the tag information and the valid bit indicating the memory block in which the error has occurred, and the main storage device When the diagnostic program of the above is finished, the cache use instruction signal of the cache storage device is set to be valid, and the memory When the address at the time of the access request matches the tag information, the memory access to the main memory is not performed, but the memory access is performed to the data storage unit prepared corresponding to the tag information storage unit. Access control method for main storage device.
JP5037136A 1993-02-26 1993-02-26 Access control method for information processor and main storage Pending JPH06250933A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5037136A JPH06250933A (en) 1993-02-26 1993-02-26 Access control method for information processor and main storage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5037136A JPH06250933A (en) 1993-02-26 1993-02-26 Access control method for information processor and main storage

Publications (1)

Publication Number Publication Date
JPH06250933A true JPH06250933A (en) 1994-09-09

Family

ID=12489204

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5037136A Pending JPH06250933A (en) 1993-02-26 1993-02-26 Access control method for information processor and main storage

Country Status (1)

Country Link
JP (1) JPH06250933A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007213381A (en) * 2006-02-10 2007-08-23 Hitachi Ltd Information processor
JP2009122826A (en) * 2007-11-13 2009-06-04 Seiko Epson Corp Semiconductor storage device, method for controlling semiconductor storage device and control program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007213381A (en) * 2006-02-10 2007-08-23 Hitachi Ltd Information processor
JP2009122826A (en) * 2007-11-13 2009-06-04 Seiko Epson Corp Semiconductor storage device, method for controlling semiconductor storage device and control program

Similar Documents

Publication Publication Date Title
US7055054B2 (en) Fail-over of multiple memory blocks in multiple memory modules in computer system
Namjoo et al. Watchdog processors and capability checking
US20090164727A1 (en) Handling of hard errors in a cache of a data processing apparatus
US8516298B2 (en) Data protection method for damaged memory cells
JPH03198135A (en) Fault tolerant memory system and method of operating the same
JP2005141505A (en) Memory device, memory control method and display device
JPH06250933A (en) Access control method for information processor and main storage
JPS59214952A (en) Processing system of fault
US20020042895A1 (en) Memory access control
CN117037884B (en) Fuse unit used in memory array, processing method thereof and memory array
JP3239935B2 (en) Tightly-coupled multiprocessor system control method, tightly-coupled multiprocessor system, and recording medium therefor
Zhang et al. Software-Based Detecting and Recovering from ECC-Memory Faults
JPS60142759A (en) Error detection system of lru deciding storage device
JP3080030B2 (en) Hierarchical cache device
JPH0217550A (en) Trouble processing system for multiprocessor system
JP3340284B2 (en) Redundant system
JPH0475152A (en) Nonvolatile memory system
JPS59207080A (en) Control device of cache memory
JPH0266652A (en) Cache memory
JPH10161939A (en) Memory control unit
JPH03127241A (en) Memory control method for paging virtual storage system
JPH04326436A (en) Cache controller
JPH01258054A (en) Access control system for storage device
JPH02268351A (en) Error processing system for store cache part
JPS59231798A (en) Data processor