JPH0883218A - Computer system - Google Patents

Computer system

Info

Publication number
JPH0883218A
JPH0883218A JP6220102A JP22010294A JPH0883218A JP H0883218 A JPH0883218 A JP H0883218A JP 6220102 A JP6220102 A JP 6220102A JP 22010294 A JP22010294 A JP 22010294A JP H0883218 A JPH0883218 A JP H0883218A
Authority
JP
Japan
Prior art keywords
parity
bit
bit data
address
memory
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
JP6220102A
Other languages
Japanese (ja)
Inventor
Hirokatsu Kajiya
博勝 梶屋
Kazuhiro Anami
和弘 阿南
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP6220102A priority Critical patent/JPH0883218A/en
Publication of JPH0883218A publication Critical patent/JPH0883218A/en
Pending legal-status Critical Current

Links

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

PURPOSE: To increase the processing speed by deciding that a memory is normal when two parity error deciding means decide that there is no parity error. CONSTITUTION: A parity check function part 2 decides that the main memory is normal when 1st and 2nd parity error deciding functions of a parity error decision part 9 decide that there is no parity error respectively. Namely, a CPU 1 decides whether or not there is a parity error after writing is completed according to bit data A read out of a written physical address and whether or not the number of '1's of parity bits is even to decide that there is a parity error when the number of '1's is odd for even parity and registers the physical address in an abnormal address table, and inverts the bit data A when it is decided that there is no parity error and generates inverted bit data A' of '10101010', thereby selecting odd parity on the basis of the value '0' of the inverted bit of the 8th digit.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、メモリの異常の有無を
パリティ検査可能な計算機システムに係わり、特に僅か
2回のパリティチェックでパリティエラーを確実に検出
し、処理速度を向上し得る計算機システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer system capable of performing a parity check for the presence / absence of a memory abnormality, and more particularly to a computer system capable of surely detecting a parity error with only two parity checks and improving the processing speed. Regarding

【0002】[0002]

【従来の技術】最近、複数桁のビットデータを処理する
分野では、ビットデータをメモリに書込む毎にビットデ
ータに対してパリティチェックを実行する計算機システ
ムが広く用いられている。
2. Description of the Related Art Recently, in the field of processing bit data of a plurality of digits, a computer system is widely used which executes a parity check on the bit data every time the bit data is written in a memory.

【0003】この種の計算機システムのパリティチェッ
ク方法では、パリティチェックの基準が偶数パリティ又
は奇数パリティの何れかに固定される。ここで、例えば
8桁のビットデータ“01011001”を偶数パリテ
ィとしてパリティチェックする場合を図8を用いて説明
する。
In this type of computer system parity check method, the parity check criterion is fixed to either even parity or odd parity. Here, a case where the parity check is performed by using 8-digit bit data “010111001” as an even parity will be described with reference to FIG.

【0004】1回目のパリティチェックでは、ビットデ
ータ中の“1”の数が偶数個のため、パリティビットに
おける“1”の数とビットデータ中の“1”の数との総
和を常に偶数個とするように、“0”のパリティビット
が生成される。
In the first parity check, since the number of "1" s in the bit data is an even number, the sum of the number of "1" s in the parity bits and the number of "1" s in the bit data is always an even number. Thus, a parity bit of "0" is generated.

【0005】2回目のパリティチェックでは、ビットデ
ータを反転させて反転ビットデータ“1010011
0”を作成し、該反転ビットデータをパリティチェック
する。すなわち、2回目のパリティチェックは、前述同
様に、ビットデータ中の“1”の数が偶数個のため、
“0”のパリティビットが生成される。
In the second parity check, the bit data is inverted to obtain the inverted bit data "1010011".
0 "is created and the parity check is performed on the inverted bit data. That is, in the second parity check, since the number of" 1 "s in the bit data is an even number as described above,
A parity bit of "0" is generated.

【0006】さらに、3回目のパリティチェックでは、
ビットデータ中の“1”の個数に関わらずに常に“0”
のパリティビットが生成されるという異常の可能性を消
すため、例えば7桁目のビットデータの値を反転して
(11100110)ビットデータ中の“1”の個数を
奇数個に変化させ、これに伴なってパリティビットの値
が“1”に反転するか否かをチェックしている。
Further, in the third parity check,
Always "0" regardless of the number of "1" s in bit data
In order to eliminate the possibility that the parity bit is generated, the value of the 7th digit bit data is inverted (11100110) to change the number of "1" in the bit data to an odd number, Accordingly, it is checked whether the value of the parity bit is inverted to "1".

【0007】続いて、この種の計算機システムは、前述
したようなパリティチェックあるいはECC等により、
メインメモリに異常を検出すると、ハードウエアの重大
な異常として稼働を中止している。
Subsequently, this type of computer system uses the above-described parity check or ECC to
If an error is detected in the main memory, the operation is stopped as a serious hardware error.

【0008】[0008]

【発明が解決しようとする課題】しかしながら以上のよ
うな計算機システムでは、1つのビットデータをパリテ
ィチェックするのに最低3回のデータ変換を必要とする
ため、処理時間を低下させているという問題がある。
However, in the computer system as described above, at least three data conversions are required to check the parity of one bit data, so that the processing time is reduced. is there.

【0009】ここで、処理時間の低下を阻止する観点か
ら3回目のパリティチェックを省略すると、常に一定の
パリティビットが生成されるという異常の可能性が残
り、エラー検出の確実性を低下させる問題がある。
Here, if the third parity check is omitted from the viewpoint of preventing the reduction of the processing time, there is a possibility that an abnormality that a constant parity bit is always generated and the reliability of error detection is lowered. There is.

【0010】また、メインメモリに異常を検出した場
合、異常であるメモリ容量の大小に関わらず稼働を中止
していたため、例えば1バイト中の1ビットだけが異常
であったとしても稼働を中止することから、いたずらに
稼働率を低下させているという問題がある。
When an abnormality is detected in the main memory, the operation is stopped regardless of the size of the abnormal memory capacity. Therefore, even if only one bit in one byte is abnormal, the operation is stopped. Therefore, there is a problem that the utilization rate is unnecessarily reduced.

【0011】本発明は上記実情を考慮してなされたもの
で、エラー検出の確実性を維持しながらパリティチェッ
クの回数を2回に低減させることにより、処理速度を向
上し得る計算機システムを提供することを目的とする。
The present invention has been made in consideration of the above circumstances, and provides a computer system capable of improving the processing speed by reducing the number of parity checks to two while maintaining the reliability of error detection. The purpose is to

【0012】本発明の第2の目的は、メモリに異常を検
出したときに、メモリの物理アドレスのうち、異常領域
を分離して健全な領域のみを継続使用することにより、
稼働率を向上させることにある。
A second object of the present invention is to separate an abnormal area from a physical address of the memory and continue to use only a healthy area when an abnormality is detected in the memory.
It is to improve the operating rate.

【0013】[0013]

【課題を解決するための手段】請求項1に対応する発明
は、メモリに記憶される複数桁のビットデータの異常の
有無をパリティ検査可能な計算機システムにおいて、前
記複数桁のビットデータのうち、ある基準桁のビットの
値に基づいて奇数パリティ又は偶数パリティを決定する
と共に、当該決定されたパリティ基準に基づいて第1の
パリティビットを生成し、この第1のパリティビット及
び前記ビットデータを前記メモリに書込む第1のデータ
書込手段と、この第1のデータ書込手段により書込まれ
た第1のパリティビット及びビットデータを前記メモリ
から読出すと共に、このビットデータ、当該第1のパリ
ティビット及び前記パリティ基準に基づいてパリティエ
ラーの有無を判定する第1のパリティエラー判定手段
と、前記複数桁のビットデータをビット反転し、該ビッ
ト反転された複数桁の反転ビットデータのうち、前記基
準桁のビットの値に基づいて、前記パリティ基準とは偶
奇性の反転された反転パリティ基準を決定すると共に、
当該反転パリティ基準に基づいて第2のパリティビット
を生成し、この第2のパリティビット及び前記反転ビッ
トデータを前記メモリに書込む第2のデータ書込手段
と、この第2のデータ書込手段により書込まれた第2の
パリティビット及び反転ビットデータを前記メモリから
読出すと共に、この反転ビットデータ、当該第2のパリ
ティビット及び前記反転パリティ基準に基づいてパリテ
ィエラーの有無を判定する第2のパリティエラー判定手
段と、前記第1及び第2のパリティエラー判定手段によ
り夫々パリティエラーの無い旨が判定されたとき、前記
メモリの正常である旨を判定するパリティチェック実行
手段とを備えた計算機システムである。
According to a first aspect of the present invention, there is provided a computer system capable of performing a parity check for the presence / absence of abnormality in a plurality of digit bit data stored in a memory. Odd parity or even parity is determined based on the value of the bit of a certain reference digit, and a first parity bit is generated based on the determined parity reference, and the first parity bit and the bit data are the First data writing means for writing to the memory, and the first parity bit and the bit data written by the first data writing means are read from the memory, and the bit data and the first data are written. First parity error determining means for determining the presence or absence of a parity error based on a parity bit and the parity reference, and the multi-digit Todeta the bit inversion, of the inverted bit data of a plurality of digits which are the bit inversion, together with on the basis of the value of the reference significant bits, and the parity criterion determines the inverted inverted parity reference even-odd property,
Second data writing means for generating a second parity bit based on the inversion parity standard, and writing the second parity bit and the inversion bit data in the memory; and the second data writing means. A second parity bit and an inverted bit data written by the above are read from the memory, and the presence or absence of a parity error is determined based on the inverted bit data, the second parity bit, and the inverted parity reference. And a parity check executing means for determining that the memory is normal when the first and second parity error determining means respectively determine that there is no parity error. System.

【0014】また、請求項2に対応する発明は、仮想ア
ドレスと物理アドレスとの対応関係が記憶されたアドレ
ス変換テーブルを有し、ビットデータに割当てられた仮
想アドレスを前記アドレス変換テーブルの参照により物
理アドレスに変換し、当該変換された物理アドレスに従
って前記ビットデータをメモリに書込む計算機システム
において、前記ビットデータに誤り検出ロジックを用い
てメモリの異常の有無を物理アドレス単位に判定し、こ
の判定結果が異常有を示したとき、当該異常を示す物理
アドレスを登録する異常アドレス登録手段と、この異常
アドレス登録手段により登録された物理アドレスを前記
アドレス変換テーブルから消去すると共に、当該消去し
た物理アドレスに代えて他の物理アドレスを前記アドレ
ス変換テーブルに設定する異常アドレス消去手段とを備
えた計算機システムである。
The invention according to claim 2 has an address conversion table in which the correspondence between virtual addresses and physical addresses is stored, and the virtual address assigned to bit data is referred to by the address conversion table. In a computer system that converts to a physical address and writes the bit data in the memory according to the converted physical address, the error detection logic is used for the bit data to determine whether there is an abnormality in the memory in units of physical addresses, and this determination is made. When the result indicates that there is an abnormality, an abnormal address registering means for registering a physical address indicating the abnormality, and the physical address registered by the abnormal address registering means are deleted from the address conversion table, and the erased physical address is deleted. Instead of other physical addresses in the address conversion table Is a computer system comprising an abnormality address erasing means for constant.

【0015】[0015]

【作用】従って、請求項1に対応する発明は以上のよう
な手段を講じたことにより、第1のデータ書込手段が、
複数桁のビットデータのうち、ある基準桁のビットの値
に基づいて奇数パリティ又は偶数パリティを決定すると
共に、当該決定されたパリティ基準に基づいて第1のパ
リティビットを生成し、この第1のパリティビット及び
ビットデータをメモリに書込み、第1のパリティエラー
判定手段が、この第1のデータ書込手段により書込まれ
た第1のパリティビット及びビットデータをメモリから
読出すと共に、このビットデータ、当該第1のパリティ
ビット及びパリティ基準に基づいてパリティエラーの有
無を判定し、第2のデータ書込手段が、複数桁のビット
データをビット反転し、該ビット反転された複数桁の反
転ビットデータのうち、基準桁のビットの値に基づい
て、パリティ基準とは偶奇性の反転された反転パリティ
基準を決定すると共に、当該反転パリティ基準に基づい
て第2のパリティビットを生成し、この第2のパリティ
ビット及び反転ビットデータをメモリに書込み、第2の
パリティエラー判定手段が、この第2のデータ書込手段
により書込まれた第2のパリティビット及び反転ビット
データをメモリから読出すと共に、この反転ビットデー
タ、当該第2のパリティビット及び反転パリティ基準に
基づいてパリティエラーの有無を判定し、パリティチェ
ック実行手段が、第1及び第2のパリティエラー判定手
段により夫々パリティエラーの無い旨が判定されたと
き、メモリの正常である旨を判定するので、エラー検出
の確実性を維持しながらパリティチェックの回数を2回
に低減させることにより、処理速度を向上させることが
できる。
Therefore, according to the invention corresponding to claim 1, since the first data writing means is provided with the above means,
Of the bit data of a plurality of digits, odd parity or even parity is determined based on the value of the bit of a certain reference digit, and a first parity bit is generated based on the determined parity reference. The parity bit and the bit data are written in the memory, and the first parity error determining means reads the first parity bit and the bit data written by the first data writing means from the memory and the bit data , The presence or absence of a parity error is determined based on the first parity bit and the parity reference, and the second data writing means bit-inverts the bit data of a plurality of digits, and the bit-inverted inverted bits of a plurality of digits. Among the data, the parity reference is determined based on the value of the bit of the reference digit, and the inverted parity reference with the evenness inverted is determined. , A second parity bit is generated based on the inversion parity reference, the second parity bit and the inversion bit data are written in the memory, and the second parity error determination means is caused by the second data writing means. The written second parity bit and inverted bit data are read from the memory, and the presence / absence of a parity error is determined based on the inverted bit data, the second parity bit and the inverted parity reference, and parity check execution means is provided. However, when it is determined by the first and second parity error determination means that there is no parity error, it is determined that the memory is normal, so that the number of parity checks can be performed while maintaining the reliability of error detection. By reducing the number to twice, the processing speed can be improved.

【0016】また、請求項2に対応する発明は、異常ア
ドレス登録手段が、ビットデータに誤り検出ロジックを
用いてメモリの異常の有無を物理アドレス単位に判定
し、この判定結果が異常有を示したとき、当該異常を示
す物理アドレスを登録し、異常アドレス消去手段が、こ
の異常アドレス登録手段により登録された物理アドレス
をアドレス変換テーブルから消去すると共に、当該消去
した物理アドレスに代えて他の物理アドレスをアドレス
変換テーブルに設定するので、メモリに異常を検出した
ときに、メモリの物理アドレスのうち、異常領域を分離
して健全な領域のみを継続使用することにより、稼働率
を向上させることができる。
Further, in the invention according to claim 2, the abnormal address registration means uses the error detection logic for the bit data to determine the presence or absence of an abnormality of the memory in physical address units, and the determination result indicates that there is an abnormality. At this time, the physical address indicating the abnormality is registered, and the abnormal address erasing means erases the physical address registered by the abnormal address registering means from the address conversion table, and replaces the erased physical address with another physical address. Since the address is set in the address conversion table, when an error is detected in the memory, the abnormal area can be separated from the physical address of the memory and only the healthy area can be used continuously to improve the operation rate. it can.

【0017】[0017]

【実施例】以下、本発明の実施例を図面を参照しながら
説明する。図1は本発明の一実施例に係る計算機システ
ムの構成図である。この計算機システムは、CPU1
が、パリティチェック機能部2を有するシステムコント
ローラ3を介してメインメモリ4に接続されている。な
お、システムコントローラ3はシステムバス5を介して
図示しない制御対象に接続されている。また、CPU1
は、メモリ診断プログラムを含むハードウエア診断プロ
グラムが記憶されるプログラム記憶部6と、メモリ管理
プログラムを有するOS(基本ソフトウエア)7とに接
続されている。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a configuration diagram of a computer system according to an embodiment of the present invention. This computer system has a CPU1
Are connected to the main memory 4 via the system controller 3 having the parity check function unit 2. The system controller 3 is connected to a control target (not shown) via the system bus 5. Also, CPU1
Is connected to a program storage unit 6 that stores a hardware diagnostic program including a memory diagnostic program, and an OS (basic software) 7 that has a memory management program.

【0018】ここで、パリティチェック機能部2は、デ
ータ書込部8及びパリティエラー判定部9を備えてい
る。データ書込部8は、複数桁のビットデータのうち、
ある基準桁のビットの値に基づいて奇数パリティ又は偶
数パリティを決定すると共に、当該決定されたパリティ
基準に基づいて第1のパリティビットを生成し、この第
1のパリティビット及びビットデータをメインメモリ4
に書込む第1のデータ書込機能と、複数桁のビットデー
タをビット反転し、該ビット反転された複数桁の反転ビ
ットデータのうち、基準桁のビットの値に基づいて、パ
リティ基準とは偶奇性の反転された反転パリティ基準を
決定すると共に、当該反転パリティ基準に基づいて第2
のパリティビットを生成し、この第2のパリティビット
及び反転ビットデータをメインメモリ4に書込む第2の
データ書込機能とを有している。
The parity check function unit 2 has a data writing unit 8 and a parity error determining unit 9. The data writing unit 8 selects the bit data of a plurality of digits from among
Odd parity or even parity is determined based on the bit value of a certain reference digit, a first parity bit is generated based on the determined parity reference, and the first parity bit and bit data are stored in the main memory. Four
And the parity reference based on the value of the bit of the reference digit among the bit-inverted bit data of the plurality of digits that has been bit-inverted. The even parity inverted reverse parity criterion is determined, and the second parity is determined based on the inverted parity criterion.
Second parity bit and a second data write function of writing the second parity bit and the inverted bit data into the main memory 4.

【0019】パリティエラー判定部9は、データ書込部
8の第1のデータ書込機能により書込まれた第1のパリ
ティビット及びビットデータをメインメモリ4から読出
すと共に、このビットデータ、当該第1のパリティビッ
ト及びパリティ基準に基づいてパリティエラーの有無を
判定する第1のパリティエラー判定機能と、データ書込
部の第2のデータ書込機能により書込まれた第2のパリ
ティビット及び反転ビットデータをメインメモリ4から
読出すと共に、この反転ビットデータ、当該第2のパリ
ティビット及び反転パリティ基準に基づいてパリティエ
ラーの有無を判定する第2のパリティエラー判定機能と
を有している。
The parity error determination unit 9 reads the first parity bit and bit data written by the first data writing function of the data writing unit 8 from the main memory 4, and at the same time, the bit data A first parity error determination function for determining the presence / absence of a parity error based on the first parity bit and the parity reference, and a second parity bit written by the second data writing function of the data writing unit, It has a second parity error determination function of reading the inversion bit data from the main memory 4 and determining the presence or absence of a parity error based on the inversion bit data, the second parity bit, and the inversion parity standard. .

【0020】また、パリティチェック機能部2は、パリ
ティエラー判定部9における第1及び第2のパリティエ
ラー判定機能により夫々パリティエラーの無い旨が判定
されたとき、メインメモリの正常である旨を判定するパ
リティチェック実行機能をもっている。
The parity check function unit 2 determines that the main memory is normal when the parity error determination unit 9 determines that there is no parity error by the first and second parity error determination functions. It has a parity check execution function.

【0021】メインメモリ4は、仮想アドレスを物理ア
ドレスに変換するために仮想アドレス毎に対応する物理
アドレスの記述されたアドレス変換テーブル10及びメ
インメモリ4の異常を示す箇所の物理アドレスの記述さ
れた異常アドレステーブル11が記憶されるメモリ管理
領域と、データが記憶されるデータ記憶領域とが形成さ
れている。
In the main memory 4, in order to convert a virtual address into a physical address, an address conversion table 10 in which a physical address corresponding to each virtual address is described and a physical address of a portion showing an abnormality in the main memory 4 are described. A memory management area for storing the abnormal address table 11 and a data storage area for storing data are formed.

【0022】メモリ診断プログラムは、ビットデータに
誤り検出ロジックを用いてメインメモリ4の異常の有無
を物理アドレス単位に判定し、この判定結果が異常有を
示したとき、当該異常を示す物理アドレスを異常アドレ
ステーブル11に登録するように、図3に示す制御手順
が記述されたものである。なお、ここではパリティチェ
ック機能部2を用いて異常の有無を判定している。ま
た、誤り検出ロジックとしては、パリティチェック又は
ECC等が使用可能となっている。
The memory diagnostic program determines whether or not there is an abnormality in the main memory 4 by using an error detection logic for the bit data in units of physical addresses, and when the result of this determination indicates that there is an abnormality, the physical address indicating the abnormality is determined. The control procedure shown in FIG. 3 is described so as to be registered in the abnormal address table 11. Here, the parity check function unit 2 is used to determine whether there is an abnormality. As the error detection logic, parity check or ECC can be used.

【0023】メモリ管理プログラムは、メモリ診断プロ
グラムにより異常アドレステーブル11に登録された物
理アドレスをアドレス変換テーブル10から消去すると
共に、当該消去した物理アドレスに代えて他の物理アド
レスをアドレス変換テーブル10に設定し、健全なメモ
リ領域だけで稼働を継続するように、図4に示す制御手
順が記述されたものである。また、メモリ管理プログラ
ムは、稼働継続の可否を判定するため、システム稼働可
能な最低限のメモリ容量の値が予め記述されている。
The memory management program erases the physical address registered in the abnormal address table 11 by the memory diagnostic program from the address translation table 10, and replaces the erased physical address with another physical address in the address translation table 10. The control procedure shown in FIG. 4 is described so that the setting is performed and the operation is continued only in the healthy memory area. Further, the memory management program describes in advance the minimum value of the memory capacity at which the system can operate in order to determine whether the operation can be continued.

【0024】次に、以上のように構成された計算機シス
テムの動作を図2乃至図4のフローチャートを用いて説
明する。なお、始めに電源投入からメインメモリ4の検
査を経てシステムを運用するまでの概略動作を図2を用
いて述べた後、このメインメモリ4の検査について図3
を参照しながら詳しく説明する。さらに、運用の際に、
メインメモリ4に異常が発生した場合の処理について図
4を用いて述べる。
Next, the operation of the computer system configured as described above will be described with reference to the flowcharts of FIGS. It is to be noted that, first, a schematic operation from power-on to inspection of the main memory 4 to operation of the system will be described with reference to FIG.
Will be described in detail with reference to. Furthermore, during operation,
Processing when an abnormality occurs in the main memory 4 will be described with reference to FIG.

【0025】いま、操作者の操作により、図2に示すよ
うに、電源が投入されたとする(ST1)。CPU1
は、ハードウエア診断プログラムを起動すると共に、ハ
ードウエア診断プログラム内のメモリ診断プログラムを
起動し、メインメモリ4の異常の有無を検査する(ST
2)。
Now, it is assumed that the power is turned on by the operation of the operator as shown in FIG. 2 (ST1). CPU1
Activates the hardware diagnostic program and the memory diagnostic program in the hardware diagnostic program, and inspects the main memory 4 for any abnormality (ST.
2).

【0026】検査完了後、CPU1はメモリ管理プログ
ラムに基づいて、正常なメモリ容量がシステム稼働可能
な最低限以上有るか否かを判定し(ST3)、この判定
の結果、メモリ容量の無いときにはシステムを停止させ
(ST4)、メモリ容量の有るときにはOS7のブート
を行なった後に(ST5)OS7を起動させる(ST
6)。
After the inspection is completed, the CPU 1 judges based on the memory management program whether or not the normal memory capacity is equal to or more than the minimum for system operation (ST3). If the result of this judgment is that there is no memory capacity, the system is Is stopped (ST4), and when there is a memory capacity, the OS7 is booted (ST5) and then the OS7 is started (ST4).
6).

【0027】OS7の起動の際に、CPU1は、ステッ
プST2の検査により検出された異常な物理アドレスを
システムから分離するため、メモリ管理プログラムに従
って、異常な物理アドレスをアドレス変換テーブル10
から消去すると共に、消去した物理アドレスに代えて他
の物理アドレスをアドレス変換テーブル10に設定す
る。
When the OS 7 is activated, the CPU 1 separates the abnormal physical address detected by the inspection in step ST2 from the system. Therefore, the CPU 1 separates the abnormal physical address from the address conversion table 10 according to the memory management program.
In addition to erasing from the physical address, another physical address is set in the address conversion table 10 instead of the erased physical address.

【0028】また、OS7の起動後、CPU1は、異常
な物理アドレスをコンソールやエラーログ等に通知し
(ST7)、操作者に注意を促す。しかる後、計算機シ
ステムは通常の運用状態となる(ST8)。
After the OS 7 is activated, the CPU 1 notifies the console or error log of an abnormal physical address (ST7) to alert the operator. After that, the computer system enters a normal operating state (ST8).

【0029】次に、ステップST2におけるメインメモ
リ4の検査について詳しく説明する。CPU1は、パリ
ティチェック機能部2を介してメインメモリ4における
物理アドレスの初期値を図示しないアドレスカウンタに
設定する(ST11)。続いて、CPU1は、パリティ
チェック機能部2により、1回目のパリティチェックを
実行する。1回目のパリティチェックでは、図5(d)
に示すように、検査のための8桁のビットデータA“0
1010101”が用意され、ビットデータAの桁のう
ち、例えば8桁目を基準桁として該8桁目のビットの値
“0”に基づいて偶数パリティが選択される。なお、こ
の1回目のパリティチェックでは、ビットデータA中の
“1”の数が偶数個のため、パリティビットが“0”と
して生成され、アドレスカウンタの設定に基づいて、該
ビットデータA及びパリティビットが物理アドレスに書
込まれる(ST12)。
Next, the inspection of the main memory 4 in step ST2 will be described in detail. The CPU 1 sets an initial value of the physical address in the main memory 4 in an address counter (not shown) via the parity check function unit 2 (ST11). Subsequently, the CPU 1 executes the first parity check by the parity check function unit 2. In the first parity check, Fig. 5 (d)
As shown in, the 8-digit bit data A "0 for inspection
1010101 ″ is prepared, and even parity is selected based on the value “0” of the bit of the eighth digit among the digits of the bit data A, for example, using the eighth digit as a reference digit. In the check, since the number of “1” s in the bit data A is an even number, the parity bit is generated as “0”, and the bit data A and the parity bit are written in the physical address based on the setting of the address counter. (ST12).

【0030】書込完了後、CPU1は、ステップST1
2により書込んだ物理アドレスからビットデータA及び
パリティビットを読出し(ST13)、これらビットデ
ータA及びパリティビットの“1”の数が偶数個である
か否かに基づいてパリティエラーの有無を判定し(ST
14)、偶数パリティに対して“1”の数が奇数個であ
るときにはパリティエラー有と判定してパリティエラー
の発生した物理アドレスを異常アドレステーブルに登録
し(ST15)、ステップST14による判定の結果、
パリティエラー無しと判定したとき、1回目のパリティ
チェックを終了して2回目のパリティチェックを開始す
る。
After the writing is completed, the CPU 1 executes step ST1.
The bit data A and the parity bit are read from the physical address written by 2 (ST13), and the presence or absence of a parity error is determined based on whether the number of "1" s of the bit data A and the parity bit is an even number. Shi (ST
14) If the number of "1" is an odd number for even parity, it is determined that there is a parity error, the physical address in which the parity error has occurred is registered in the abnormal address table (ST15), and the result of the determination in step ST14 ,
When it is determined that there is no parity error, the first parity check is ended and the second parity check is started.

【0031】この2回目のパリティチェックでは、図5
(e)に示すように、ビットデータAを反転させて反転
ビットデータA′“10101010”を作成し、8桁
目の反転ビットの値“0”に基づいて奇数パリティが選
択される。すなわち、2回目のパリティチェックでは、
前述同様にビットデータA′中の“1”の数が偶数個で
はあるが、奇数パリティが選択されているため、パリテ
ィビットが“1”として生成され、前述同様に、アドレ
スカウンタの設定に基づいて、該ビットデータA′及び
パリティビットが物理アドレスに書込まれる(ST1
6)。
In this second parity check, FIG.
As shown in (e), the bit data A is inverted to create the inverted bit data A ′ “10101010”, and the odd parity is selected based on the value “0” of the inverted bit at the eighth digit. That is, in the second parity check,
Similarly to the above, the number of "1" s in the bit data A'is an even number, but since odd parity is selected, the parity bit is generated as "1". Based on the setting of the address counter as described above. Then, the bit data A ′ and the parity bit are written in the physical address (ST1
6).

【0032】書込完了後、CPU1は、前述同様に、ス
テップST16により書込んだ物理アドレスからビット
データA′及びパリティビットを読出し(ST17)、
これらビットデータA′及びパリティビットの“1”の
数が奇数個であるか否かに基づいてパリティエラーの有
無を判定し(ST18)、奇数パリティに対して“1”
の数が偶数個であるときにはパリティエラー有と判定し
てステップST15に進み、ステップST18による判
定の結果、パリティエラー無しと判定したとき、2回目
のパリティチェックを終了する。
After the writing is completed, the CPU 1 reads the bit data A'and the parity bit from the physical address written in step ST16 (ST17), as described above.
Whether or not there is a parity error is determined based on whether or not the number of "1" s of these bit data A'and parity bits is an odd number (ST18), and "1" for odd parity.
If the number is an even number, it is determined that there is a parity error, and the process proceeds to step ST15. If the result of determination in step ST18 is that there is no parity error, the second parity check is ended.

【0033】このように、2回目のパリティチェックに
おいて、反転ビットデータA′の作成に加え、従来とは
異なり反転ビットの値“0”に基づいて奇数パリティを
選択したため、パリティビットが1回目の“0”のまま
で変化しないという異常の可能性を消しつつ、僅か2回
のパリティチェックによってメインメモリの異常の有無
を検査することができる。
As described above, in the second parity check, in addition to the creation of the inversion bit data A ', odd parity is selected based on the value "0" of the inversion bit, which is different from the conventional case. It is possible to check the presence / absence of an abnormality in the main memory by performing the parity check only twice while eliminating the possibility of the abnormality that it remains "0" and does not change.

【0034】続いてCPU1はアドレスカウンタの設定
に基づいて、全ての物理アドレスがパリティチェック済
か否かを判定し、パリティチェック済でないとき、アド
レスカウンタの更新により次の物理アドレスを設定して
ステップST12に戻り(ST20)、全ての物理アド
レスをパリティチェック済であるとき、メモリ診断検査
を終了してステップST3に進む。
Subsequently, the CPU 1 determines whether or not all the physical addresses have undergone the parity check based on the setting of the address counter. When the parity check has not been completed, the address counter is updated to set the next physical address and the step is performed. Returning to ST12 (ST20), when the parity check of all physical addresses has been completed, the memory diagnostic inspection is ended and the process proceeds to step ST3.

【0035】次に、ステップST8における運用時の異
常処理について詳しく説明する。いま、計算機システム
は、OS7の立上げを完了し、運用中であるとする(S
T8)。ここで、CPU1は、メインメモリ4に書込む
ビットデータをCPU1から受けると、前述した通り、
パリティチェック機能部2により2回のパリティチェッ
クを実行してパリティエラーが発生したか否かを判定し
(ST21)、パリティエラーの無いときにはステップ
ST8に戻って通常の運用状態を継続し、パリティエラ
ーの有るときにはパリティエラーの発生した物理アドレ
スを異常アドレステーブル11に登録する(ST2
2)。
Next, the abnormality processing during operation in step ST8 will be described in detail. Now, it is assumed that the computer system has completed OS7 startup and is in operation (S
T8). Here, when the CPU 1 receives the bit data to be written in the main memory 4 from the CPU 1, as described above,
The parity check function unit 2 executes the parity check twice to determine whether or not a parity error has occurred (ST21). When there is no parity error, the process returns to step ST8 to continue the normal operation state, and to check the parity error. If yes, the physical address in which the parity error has occurred is registered in the abnormal address table 11 (ST2
2).

【0036】登録完了後、CPU1は、異常アドレステ
ーブル11への登録によりシステムから分離されるデー
タ記憶領域内のデータに対してフラッシュ等のエラー処
理を実行し(ST23)、しかる後、図6に示すよう
に、ステップST22にて登録された物理アドレス“A
BCD”をシステムから分離するため、例えば物理アド
レス“ABCD”が物理アドレス“EFGH”に含まれ
るとして、アドレス変換テーブル10内の異常な物理ア
ドレス“EFGH”を健全な物理アドレス“JKLM”
に修正する(ST24)。これにより、CPU1はある
仮想アドレスを受けたとき、アドレス変換テーブル10
の参照により、この仮想アドレスを該当する物理アドレ
ス“EFGH”に変換することなく、物理アドレス“J
KLM”に変換するので、異常な物理アドレスをシステ
ムから分離して稼働を継続することができる。
After the registration is completed, the CPU 1 executes an error process such as a flash on the data in the data storage area separated from the system by the registration in the abnormal address table 11 (ST23), and then FIG. As shown, the physical address "A" registered in step ST22
In order to separate the BCD ”from the system, for example, assuming that the physical address“ ABCD ”is included in the physical address“ EFGH ”, the abnormal physical address“ EFGH ”in the address conversion table 10 is changed to the sound physical address“ JKLM ”.
(ST24). As a result, when the CPU 1 receives a certain virtual address, the address conversion table 10
Of the physical address “J” without converting this virtual address into the corresponding physical address “EFGH”.
Since it is converted to KLM ", the abnormal physical address can be separated from the system and the operation can be continued.

【0037】図7はこのようなアドレス変換テーブル1
0の修正を4KB単位のページングの場合を例に上げて
説明するための模式図である。図示するように、実ペー
ジ“1236”領域内の物理アドレスが異常である場
合、CPU1は仮想アドレス8Kの実ページ“123
6”を未使用実ページ“1310”に修正して異常な物
理アドレス領域(実ページ1236)をシステムから分
離する一方、仮想アドレス領域(8K〜12K)を正常
な物理アドレス領域(実ページ1310)に割当ててシ
ステムを稼働可能としている。
FIG. 7 shows such an address conversion table 1
It is a schematic diagram for demonstrating correction of 0 as an example in the case of paging in units of 4 KB. As shown in the figure, when the physical address in the real page “1236” area is abnormal, the CPU 1 determines that the real page “123” of the virtual address 8K.
6 "is corrected to an unused real page" 1310 "to separate the abnormal physical address area (real page 1236) from the system, while the virtual address area (8K to 12K) is normal physical address area (real page 1310). To enable the system to operate.

【0038】また、物理アドレスの修正後、CPU1
は、前述同様に、正常なメモリ容量がシステム稼働可能
な最低限以上有るか否かを判定し(ST25)、この判
定の結果、メモリ容量の無いときにはシステムを終了さ
せるためにシステム異常終了処理を実行し(ST2
6)、メモリ容量の有るときにはステップST8に戻っ
て更に運用状態を継続する。
After correction of the physical address, the CPU 1
In the same manner as described above, it is determined whether or not the normal memory capacity is equal to or higher than the minimum system operating capacity (ST25). If the result of this determination is that there is no memory capacity, system abnormal termination processing is performed to terminate the system. Execute (ST2
6) If the memory capacity is available, the operation returns to step ST8 to continue the operating state.

【0039】上述したように本実施例によれば、CPU
1が、2回目のパリティチェックにおいて、反転ビット
データA′の作成に加え、従来とは異なり反転ビットの
値“0”に基づいて奇数パリティを選択したため、パリ
ティビットが1回目の“0”のままで変化しないという
異常の可能性を消しつつ、僅か2回のパリティチェック
によってメインメモリの異常の有無を検査することがで
きる。すなわち、エラー検出の確実性を維持しながらパ
リティチェックの回数を2回に低減させることにより、
処理速度を向上させることができる。
As described above, according to this embodiment, the CPU
In the second parity check, in addition to the creation of the inverted bit data A ′, 1 selects odd parity based on the value “0” of the inverted bit, which is different from the conventional one, so that the parity bit is “0” for the first time. It is possible to check whether or not there is an abnormality in the main memory by performing the parity check only twice while eliminating the possibility that the abnormality does not change. That is, by reducing the number of parity checks to 2 while maintaining the certainty of error detection,
The processing speed can be improved.

【0040】また、本実施例によれば、CPU11が、
メモリ診断プログラムに従って、ビットデータに誤り検
出ロジックを用いてメインメモリ4の異常の有無を物理
アドレス単位に判定し、この判定結果が異常有を示した
とき、当該異常を示す物理アドレスを異常アドレステー
ブル11に登録し、さらに、メモリ管理プログラムに従
って、異常アドレステーブル11に登録された物理アド
レスをアドレス変換テーブル10から消去すると共に、
当該消去した物理アドレスに代えて他の物理アドレスを
アドレス変換テーブル10に設定するので、メモリに異
常を検出したときに、メモリの物理アドレスのうち、異
常領域を分離して健全な領域のみを継続使用することに
より、稼働率を向上させることができる。その他、本発
明はその要旨を逸脱しない範囲で種々変形して実施でき
る。
Further, according to this embodiment, the CPU 11 is
According to the memory diagnostic program, the presence / absence of an abnormality in the main memory 4 is determined for each physical address by using the error detection logic for the bit data. When the determination result indicates that there is an abnormality, the physical address indicating the abnormality is displayed in the abnormal address table. 11 and further deletes the physical address registered in the abnormal address table 11 from the address conversion table 10 according to the memory management program.
Since another physical address is set in the address conversion table 10 instead of the erased physical address, when an abnormality is detected in the memory, the abnormal area is separated from the physical address of the memory and only the healthy area is continued. By using it, the operation rate can be improved. In addition, the present invention can be modified in various ways without departing from the scope of the invention.

【0041】[0041]

【発明の効果】以上説明したように請求項1の発明によ
れば、第1のデータ書込手段が、複数桁のビットデータ
のうち、ある基準桁のビットの値に基づいて奇数パリテ
ィ又は偶数パリティを決定すると共に、当該決定された
パリティ基準に基づいて第1のパリティビットを生成
し、この第1のパリティビット及びビットデータをメモ
リに書込み、第1のパリティエラー判定手段が、この第
1のデータ書込手段により書込まれた第1のパリティビ
ット及びビットデータをメモリから読出すと共に、この
ビットデータ、当該第1のパリティビット及びパリティ
基準に基づいてパリティエラーの有無を判定し、第2の
データ書込手段が、複数桁のビットデータをビット反転
し、該ビット反転された複数桁の反転ビットデータのう
ち、基準桁のビットの値に基づいて、パリティ基準とは
偶奇性の反転された反転パリティ基準を決定すると共
に、当該反転パリティ基準に基づいて第2のパリティビ
ットを生成し、この第2のパリティビット及び反転ビッ
トデータをメモリに書込み、第2のパリティエラー判定
手段が、この第2のデータ書込手段により書込まれた第
2のパリティビット及び反転ビットデータをメモリから
読出すと共に、この反転ビットデータ、当該第2のパリ
ティビット及び反転パリティ基準に基づいてパリティエ
ラーの有無を判定し、パリティチェック実行手段が、第
1及び第2のパリティエラー判定手段により夫々パリテ
ィエラーの無い旨が判定されたとき、メモリの正常であ
る旨を判定するので、エラー検出の確実性を維持しなが
らパリティチェックの回数を2回に低減させることによ
り、処理速度を向上できる計算機システムを提供でき
る。
As described above, according to the first aspect of the present invention, the first data writing means uses the odd parity or the even parity based on the value of the bit of a certain reference digit in the bit data of a plurality of digits. The parity is determined, the first parity bit is generated based on the determined parity reference, the first parity bit and the bit data are written into the memory, and the first parity error determination means is used by the first parity error determination means. Reading the first parity bit and the bit data written by the data writing means from the memory, and determining the presence or absence of a parity error based on the bit data, the first parity bit and the parity reference, The data writing means 2 bit-inverts the bit data of a plurality of digits, and the bit of the reference digit of the bit-inverted bit data of a plurality of digits is inverted. On the basis of the value, the parity reference is determined to be an inverted parity reference having an even or odd inverted value, a second parity bit is generated based on the inverted parity reference, and the second parity bit and the inverted bit data are generated. The second parity error judgment means writes the data in the memory and reads the second parity bit and the inverted bit data written by the second data writing means from the memory. The presence or absence of a parity error is determined based on the parity bit and the inversion parity reference, and when the parity check execution means determines by the first and second parity error determination means that there is no parity error, the memory is normal. The number of parity checks is reduced to 2 while maintaining the certainty of error detection. By, it can provide a computer system capable of improving the processing speed.

【0042】また、請求項2の発明によれば、異常アド
レス登録手段が、ビットデータに誤り検出ロジックを用
いてメモリの異常の有無を物理アドレス単位に判定し、
この判定結果が異常有を示したとき、当該異常を示す物
理アドレスを登録し、異常アドレス消去手段が、この異
常アドレス登録手段により登録された物理アドレスをア
ドレス変換テーブルから消去すると共に、当該消去した
物理アドレスに代えて他の物理アドレスをアドレス変換
テーブルに設定するので、メモリに異常を検出したとき
に、メモリの物理アドレスのうち、異常領域を分離して
健全な領域のみを継続使用することにより、稼働率を向
上できる計算機システムを提供できる。
According to the second aspect of the present invention, the abnormal address registration means determines whether or not there is an abnormality in the memory in units of physical addresses by using an error detection logic for the bit data,
When this determination result indicates that there is an abnormality, the physical address indicating the abnormality is registered, and the abnormal address erasing unit erases the physical address registered by the abnormal address registering unit from the address conversion table and also erases the physical address. Since another physical address is set in the address conversion table instead of the physical address, when an abnormality is detected in the memory, the abnormal area is separated from the physical address of the memory and only the healthy area is continuously used. It is possible to provide a computer system that can improve the operating rate.

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

【図1】本発明の一実施例に係る計算機システムの構成
FIG. 1 is a configuration diagram of a computer system according to an embodiment of the present invention

【図2】同実施例における立上げ動作を説明するための
フローチャート
FIG. 2 is a flow chart for explaining a startup operation in the same embodiment.

【図3】同実施例におけるメモリ診断動作を説明するた
めのフローチャート
FIG. 3 is a flowchart for explaining a memory diagnosis operation in the same embodiment.

【図4】同実施例における異常発生の対応動作を説明す
るためのフローチャート
FIG. 4 is a flow chart for explaining an operation for responding to an abnormality occurrence in the embodiment.

【図5】同実施例におけるパリティチェックを説明する
ための模式図
FIG. 5 is a schematic diagram for explaining a parity check in the embodiment.

【図6】同実施例における異常な物理アドレスの分離動
作を説明するための模式図
FIG. 6 is a schematic diagram for explaining an operation of separating an abnormal physical address in the embodiment.

【図7】同実施例における異常な物理アドレスの分離動
作を説明するための模式図
FIG. 7 is a schematic diagram for explaining an abnormal physical address separating operation in the embodiment.

【図8】従来のパリティチェックを説明するための模式
FIG. 8 is a schematic diagram for explaining a conventional parity check.

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

1…CPU、2…パリティチェック機能部、3…システ
ムコントローラ、4…メインメモリ、5…システムバ
ス、6…プログラム記憶部、7…OS、8…データ書込
部、9…パリティエラー判定部、10…アドレス変換テ
ーブル、11…異常アドレステーブル。
1 ... CPU, 2 ... Parity check function unit, 3 ... System controller, 4 ... Main memory, 5 ... System bus, 6 ... Program storage unit, 7 ... OS, 8 ... Data writing unit, 9 ... Parity error determination unit, 10 ... Address conversion table, 11 ... Abnormal address table.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 メモリに記憶される複数桁のビットデー
タの異常の有無をパリティ検査可能な計算機システムに
おいて、 前記複数桁のビットデータのうち、ある基準桁のビット
の値に基づいて奇数パリティ又は偶数パリティを決定す
ると共に、当該決定されたパリティ基準に基づいて第1
のパリティビットを生成し、この第1のパリティビット
及び前記ビットデータを前記メモリに書込む第1のデー
タ書込手段と、 この第1のデータ書込手段により書込まれた第1のパリ
ティビット及びビットデータを前記メモリから読出すと
共に、このビットデータ、当該第1のパリティビット及
び前記パリティ基準に基づいてパリティエラーの有無を
判定する第1のパリティエラー判定手段と、 前記複数桁のビットデータをビット反転し、該ビット反
転された複数桁の反転ビットデータのうち、前記基準桁
のビットの値に基づいて、前記パリティ基準とは偶奇性
の反転された反転パリティ基準を決定すると共に、当該
反転パリティ基準に基づいて第2のパリティビットを生
成し、この第2のパリティビット及び前記反転ビットデ
ータを前記メモリに書込む第2のデータ書込手段と、 この第2のデータ書込手段により書込まれた第2のパリ
ティビット及び反転ビットデータを前記メモリから読出
すと共に、この反転ビットデータ、当該第2のパリティ
ビット及び前記反転パリティ基準に基づいてパリティエ
ラーの有無を判定する第2のパリティエラー判定手段
と、 前記第1及び第2のパリティエラー判定手段により夫々
パリティエラーの無い旨が判定されたとき、前記メモリ
の正常である旨を判定するパリティチェック実行手段と
を備えたことを特徴とする計算機システム。
1. A computer system capable of performing a parity check on the presence / absence of abnormality in a plurality of digits of bit data stored in a memory, wherein odd parity or parity is determined based on a value of a bit of a certain reference digit among the plurality of digits of bit data. The even parity is determined and the first parity is determined based on the determined parity criterion.
First parity writing means for generating the first parity bit and the bit data in the memory, and the first parity bit written by the first data writing means. And a first parity error determining means for reading bit data from the memory and determining the presence or absence of a parity error based on the bit data, the first parity bit, and the parity reference, and the bit data having a plurality of digits. Bit-inverted, based on the value of the bit of the reference digit among the bit-inverted bit data of a plurality of digits, the parity reference is determined to be an inverted parity reference that is even-odd inverted. A second parity bit is generated based on an inverted parity criterion, and the second parity bit and the inverted bit data are Second data writing means for writing to the memory, the second parity bit and the inverted bit data written by the second data writing means are read from the memory, and the inverted bit data, The second parity error determination means for determining the presence or absence of a parity error based on the second parity bit and the inverted parity reference, and the first and second parity error determination means respectively determine that there is no parity error. At this time, the computer system is provided with a parity check executing means for determining that the memory is normal.
【請求項2】 仮想アドレスと物理アドレスとの対応関
係が記憶されたアドレス変換テーブルを有し、ビットデ
ータに割当てられた仮想アドレスを前記アドレス変換テ
ーブルの参照により物理アドレスに変換し、当該変換さ
れた物理アドレスに従って前記ビットデータをメモリに
書込む計算機システムにおいて、 前記ビットデータに誤り検出ロジックを用いてメモリの
異常の有無を物理アドレス単位に判定し、この判定結果
が異常有を示したとき、当該異常を示す物理アドレスを
登録する異常アドレス登録手段と、 この異常アドレス登録手段により登録された物理アドレ
スを前記アドレス変換テーブルから消去すると共に、当
該消去した物理アドレスに代えて他の物理アドレスを前
記アドレス変換テーブルに設定する異常アドレス消去手
段とを備えたことを特徴とする計算機システム。
2. An address translation table storing a correspondence relationship between virtual addresses and physical addresses, wherein a virtual address assigned to bit data is translated into a physical address by referring to the address translation table, and the address is translated. In the computer system that writes the bit data in the memory according to the physical address, the presence or absence of the memory abnormality is determined for each physical address by using the error detection logic for the bit data, and when the determination result indicates abnormality, Abnormal address registering means for registering a physical address indicating the abnormality, and erasing the physical address registered by the abnormal address registering means from the address conversion table, and replacing the erased physical address with another physical address. Abnormal address erasing means set in the address conversion table Computer system characterized by comprising.
JP6220102A 1994-09-14 1994-09-14 Computer system Pending JPH0883218A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6220102A JPH0883218A (en) 1994-09-14 1994-09-14 Computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6220102A JPH0883218A (en) 1994-09-14 1994-09-14 Computer system

Publications (1)

Publication Number Publication Date
JPH0883218A true JPH0883218A (en) 1996-03-26

Family

ID=16745952

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6220102A Pending JPH0883218A (en) 1994-09-14 1994-09-14 Computer system

Country Status (1)

Country Link
JP (1) JPH0883218A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006100776A1 (en) * 2005-03-24 2006-09-28 Fujitsu Limited Memory address management by firmware
KR100922409B1 (en) * 2005-03-24 2009-10-16 후지쯔 가부시끼가이샤 Information processing device and memory anomaly monitoring method
JP2016095836A (en) * 2014-11-14 2016-05-26 廣達電腦股▲ふん▼有限公司 Method for enhancing memory fault tolerance

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006100776A1 (en) * 2005-03-24 2006-09-28 Fujitsu Limited Memory address management by firmware
JPWO2006100776A1 (en) * 2005-03-24 2008-08-28 富士通株式会社 Memory error address management by firmware
KR100922409B1 (en) * 2005-03-24 2009-10-16 후지쯔 가부시끼가이샤 Information processing device and memory anomaly monitoring method
JP4523639B2 (en) * 2005-03-24 2010-08-11 富士通株式会社 Memory error address management by firmware
US8527806B2 (en) 2005-03-24 2013-09-03 Fujitsu Limited Information processing device and memory anomaly monitoring method
JP2016095836A (en) * 2014-11-14 2016-05-26 廣達電腦股▲ふん▼有限公司 Method for enhancing memory fault tolerance

Similar Documents

Publication Publication Date Title
US6321314B1 (en) Method and apparatus for restricting memory access
US6332172B1 (en) Method and system for virtual memory compression in an embedded system
TWI703499B (en) Data storage device and method for sharing memory of controller thereof
US20080065856A1 (en) Multi-processor system and memory accessing method
US6195107B1 (en) Method and system for utilizing virtual memory in an embedded system
JPH0778766B2 (en) Method and apparatus for controlling direct execution of program in external storage device using randomly accessible and rewritable memory
JPH09198884A (en) Management method of flash memory
WO2022193768A1 (en) Method for executing memory read-write instruction, and computing device
US7096389B2 (en) System and method for dynamically moving checksums to different memory locations
JP4242245B2 (en) Flash ROM control device
JP5286796B2 (en) Memory control device
JPH0883218A (en) Computer system
JP2004102395A (en) Method for acquiring memory dump data and information processor and its program
US20040068679A1 (en) Method for testing memory in a computer system utilizing a CPU with either 32-bit or 36-bit memory addressing
CN114490449B (en) Memory access method and device and processor
CN111142792B (en) Power-down protection method of storage device
JP3643601B2 (en) Information processing device
JP2001134496A (en) Storage device using non-volatile semiconductor memory
JP3382087B2 (en) Computer system
WO2018040804A1 (en) Memory block processing method and device, and computer storage medium
JPS60142759A (en) Error detection system of lru deciding storage device
CN109343986B (en) Method and computer system for processing memory failure
EP0150523A2 (en) Data processing system with improved memory system
JPH01194046A (en) Memory access system
JP2003140966A (en) Cache memory control system of computer system