JPH03132845A - Preventing system for breakage of memory cell in shared memory pool - Google Patents

Preventing system for breakage of memory cell in shared memory pool

Info

Publication number
JPH03132845A
JPH03132845A JP1272140A JP27214089A JPH03132845A JP H03132845 A JPH03132845 A JP H03132845A JP 1272140 A JP1272140 A JP 1272140A JP 27214089 A JP27214089 A JP 27214089A JP H03132845 A JPH03132845 A JP H03132845A
Authority
JP
Japan
Prior art keywords
access
memory cell
memory
program
address
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
JP1272140A
Other languages
Japanese (ja)
Inventor
Takashi Akiyama
孝 秋山
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP1272140A priority Critical patent/JPH03132845A/en
Publication of JPH03132845A publication Critical patent/JPH03132845A/en
Pending legal-status Critical Current

Links

Landscapes

  • Storage Device Security (AREA)
  • Multi Processors (AREA)

Abstract

PURPOSE:To prevent the breakage of contents of a memory cell by comparing the access right of a memory cell with the access right of a program when an access is given to the memory cell and producing an address fault to inhibit the access to the memory cell when no access right is recognized. CONSTITUTION:A memory cell control mechanism 7 controls a shared memory pool 1 for each memory cell 2 to segment and return the cells 2 and at the same time retrieves an address conversion table 5 to store the access keys 4 and 8 of the cell 2 at the position of an access key table 3 pointed by a pointer at segmentation of the cell 2. When an access request is received to the cell 2, the keys 4 and 8 showing the access right of the cell 2 are compared with the program keys 9 and 12 showing the access rights of the programs 10 and 11 of an access requester. Then an address fault is produced when no access right is confirmed. Thus it is possible to such a case where the contents of the cell 2 are broken with the illegal use of the cell 2 via a program having no access right.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は共用メモリプールでのメモリセル破壊防止方式
に関し、特に電子計算機システム内で共用メモリプール
をメモリセルに分割して管理し共用メモリを使用するプ
ログラムに対する共用メモリの切出しおよび返却をメモ
リセル単位で行う共用メモリ管理方式においてメモリセ
ルの不正使用によるメモリセルの内容の破壊を防止した
い場合の共用メモリプールでのメモリセル破壊防止方式
〔従来の技術〕 従来、電子計算機システム内で共用メモリプールをメモ
リセルに分割して管理し共用メモリを使用するプログラ
ムに対する共用メモリの切出しおよび返却をメモリセル
単位で行う共用メモリ管理方式では、アドレスさえ持て
ばどのプログラムからでも共用メモリプールのメモリセ
ルへのアクセスが可能となっていた。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a method for preventing memory cell destruction in a shared memory pool, and in particular, a method for dividing the shared memory pool into memory cells and managing the shared memory in a computer system. A method for preventing memory cell destruction in a shared memory pool when it is desired to prevent the contents of memory cells from being destroyed due to unauthorized use of memory cells in a shared memory management method that extracts and returns shared memory for each program to be used on a memory cell basis [Conventional method] [Technology] Conventionally, in a shared memory management method in which a shared memory pool in a computer system is divided into memory cells and managed, and the program that uses the shared memory allocates and returns the shared memory in units of memory cells, it is not possible to even have an address. Any program could access the memory cells in the shared memory pool.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の共用メモリ管理方式では、アドレスさえ
持てばどのプログラムからでも共用メモリプールのメモ
リセルへのアクセスが可能となっていたので、あるプロ
グラムのバグによってメモリセルの内容が破壊されると
、内容が破壊されたメモリセルを使用していた他のプロ
グラムが暴走等を起こしてしまうとともに、メモリセル
の内容を破壊したプログラムが特定できないことが多い
ためにトラブル原因が究明されないという欠点がある。
In the conventional shared memory management method described above, any program can access memory cells in the shared memory pool as long as it has an address, so if a bug in a program destroys the contents of a memory cell, Another drawback is that other programs that were using the memory cell whose contents have been destroyed may run out of control, and the cause of the trouble cannot be determined because it is often impossible to identify the program that destroyed the contents of the memory cell.

本発明の目的は、上述の点に鑑み、共用メモリプールを
メモリセルに分割して管理しメモリセル単位でプログラ
ムに切り出す際にメモリセル単位にアクセス権を定義す
ることを可能にし、メモリセルに対するアクセス要求が
あったときにはメモリセルのアクセス権を示すアクセス
キーとアクセス元のプログラムが持つアクセス権を示す
プログラムキーとを比較し、アクセス権が認められない
ときにはアドレスフォールトを発生させることで、アク
セス権がないプログラムによるメモリセルの不正使用に
よってメモリセルの内容が破壊されることを防止するよ
うにした共用メモリプールでのメモリセル破壊防止方式
を提供することにある。
In view of the above-mentioned points, an object of the present invention is to make it possible to divide a shared memory pool into memory cells and manage them, and define access rights for each memory cell when cutting out a program in each memory cell. When an access request is made, the access key indicating the access right to the memory cell is compared with the program key indicating the access right held by the accessing program, and if the access right is not granted, an address fault is generated to determine the access right. To provide a method for preventing destruction of memory cells in a shared memory pool, which prevents the contents of memory cells from being destroyed due to unauthorized use of the memory cells by a program with no program.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の共用メモリプールでのメモリセル破壊防止方式
は、仮想記憶方式を採用する電子計算機システム内で仮
想空間上に置かれた共用メモリプールをメモリセルに分
割して管理する共用メモリ管理方式において、前記共用
メモリプールのメモリセルに対応して前記共用メモリプ
ールのメモリセルへのアクセス権を示すアクセスキーを
格納するアクセスキーテーブルと、仮想空間アドレスか
ら実空間アドレスへのアドレス変換を行うためのアドレ
ス変換情報を格納するとともに前記アクセスキーテーブ
ルのアクセスキーへのポインタを格納するアドレス変換
テーブルと、前記共用メモリプールをメモリセル単位で
管理してメモリセルの切出しおよび返却を行うとともに
メモリセルの切出し時に前記アドレス変換テーブルを検
索してポインタが指示する前記アクセスキーテーブルの
位置にメモリセルのアクセスキーを格納するメモリセル
管理機構と、プログラムからの前記共用メモリプールの
メモリセルのアクセス要求時にG 記アドレス変換テー
ブルを用いて仮想空間アドレスから実空間アドレスへの
アドレス変換を行うとともにポインタを辿って前記アク
セスキーテーブルのアクセスキーを参照し前記プログラ
ムのアクセス権を示すプログラムキーと比較してアクセ
ス権が認められないときにはアドレスフォールトを発生
させるアドレス変換機構とを有する。
The method for preventing memory cell destruction in a shared memory pool of the present invention is a shared memory management method in which a shared memory pool placed in a virtual space is divided into memory cells and managed in a computer system that employs a virtual memory method. , an access key table storing access keys indicating access rights to memory cells of the shared memory pool corresponding to memory cells of the shared memory pool, and an access key table for converting addresses from virtual space addresses to real space addresses. An address translation table that stores address translation information and a pointer to the access key of the access key table, and manages the shared memory pool in units of memory cells to extract and return memory cells, and extracts and returns memory cells. a memory cell management mechanism that searches the address conversion table and stores the access key of the memory cell at the location of the access key table indicated by the pointer; Address conversion is performed from a virtual space address to a real space address using an address conversion table, and the access key is referenced in the access key table by following the pointer, and the access right is compared with the program key indicating the access right of the program. It has an address translation mechanism that generates an address fault when it is not recognized.

〔作用〕[Effect]

本発明の共用メモリプールでのメモリセル破壊防止方式
では、アクセスキーテーブルが共用メモリプールのメモ
リセルに対応して共用メモリプールのメモリセルへのア
クセス権を示すアクセスキーを格納し、アドレス変換テ
ーブルが仮想空間アドレスから実空間アドレスへのアド
レス変換を行うためのアドレス変換情報を格納するとと
もにアクセスキーテーブルのアクセスキーへのポインタ
を格納し、メモリセル管理機構が共用メモリプールをメ
モリセル単位で管理してメモリセルの切出しおよび返却
を行うとともにメモリセルの切出し時にアドレス変換テ
ーブルを検索してポインタが指示するアクセスキーテー
ブルの位置にメモリセルのアクセスキーを格納し、アド
レス変換機構がプログラムからの共用メモリプールのメ
モリセルのアクセス要求時にアドレス変換テーブルを用
いて仮想空間アドレスから実空間アドレスへのアドレス
変換を行うとともにポインタを辿ってアクセスキーテー
ブルのアクセスキーを参照しプログラムのアクセス権を
示すプログラムキーと比較してアクセス権が認められな
いときにはアドレスフォールトを発生させる。
In the method for preventing memory cell destruction in a shared memory pool of the present invention, an access key table stores access keys indicating access rights to memory cells in the shared memory pool corresponding to memory cells in the shared memory pool, and an address conversion table stores access keys indicating access rights to memory cells in the shared memory pool. stores address conversion information for converting addresses from virtual space addresses to real space addresses, and stores pointers to access keys in the access key table, and the memory cell management mechanism manages the shared memory pool in units of memory cells. At the same time, when the memory cell is extracted, the address conversion table is searched and the access key of the memory cell is stored in the access key table position indicated by the pointer, and the address conversion mechanism is used for shared use by the program. A program key that converts an address from a virtual space address to a real space address using an address conversion table when requesting access to a memory cell in a memory pool, and also refers to the access key in the access key table by following the pointer and indicating the access right of the program. An address fault occurs when the access right is not granted.

〔実施例〕〔Example〕

次に、本発明について図面を参照して詳細に説明する。 Next, the present invention will be explained in detail with reference to the drawings.

第1図は、本発明の一実施例に係る共用メモリプールで
のメモリセル破壊防止方式の構成を示すブロック図であ
る0本実施例の共用メモリプールでのメモリセル破壊防
止方式は、仮想空間上に置かれ複数のメモリセル2に分
割されて管理される共用メモリプール1と、複数のメモ
リセル2に対応してアクセススキー4を格納するアクセ
スキーテーブル3と、主記憶上に置かれ仮想空間アドレ
スから実空間アドレスに変換するためのアドレス変換情
報を格納するとともに仮想空間アドレスに対応してアク
セスキーテーブル3のアクセスキー4へのポインタを含
むアドレス変換テーブル5と、メモリアクセス時にアド
レス変換テーブル5を用いて仮想空間アドレスから実空
間アドレスへのアドレス変換を行うとともにアクセス権
の管理を行うハードウェアで実現されるアドレス変換機
構6と、共用メモリプール1を複数のメモリセル2に分
割して管理しメモリ確保/解′放要求に従ってメモリセ
ル2の切出しおよび返却を行うソフトウェアで実現され
るメモリセル管理機構7と、メモリ確保要求を行うプロ
グラムAIOから与えられ切り出すメモリセル2に定義
されるアクセスキー8と、メモリセル2をアクセスする
プログラムB11が持つプログラムキー9と、メモリ確
保要求を行うプログラムAIOと、メモリセル2をアク
セスするプログラムBllと、メモリ確保要求を行うプ
ログラムAIOのプログラムキー12とから構成されて
いる。
FIG. 1 is a block diagram showing the configuration of a method for preventing memory cell destruction in a shared memory pool according to an embodiment of the present invention. A shared memory pool 1 is placed on top of the main memory and is managed by being divided into a plurality of memory cells 2, an access key table 3 stores access keys 4 corresponding to the plurality of memory cells 2, and a virtual An address conversion table 5 that stores address conversion information for converting a space address to a real space address and also includes a pointer to the access key 4 of the access key table 3 corresponding to the virtual space address, and an address conversion table when accessing memory. 5, an address translation mechanism 6 realized by hardware that performs address translation from a virtual space address to a real space address and manages access rights, and a shared memory pool 1 divided into a plurality of memory cells 2. A memory cell management mechanism 7 realized by software that manages and allocates and returns memory cells 2 according to memory reservation/release requests, and access defined for memory cells 2 to be allocated and provided by a program AIO that requests memory reservation. key 8, program key 9 of program B11 that accesses memory cell 2, program AIO that requests memory reservation, program Bll that accesses memory cell 2, and program key 12 of program AIO that requests memory reservation. It consists of

なお、メモリセル2の長さは、アクセスキーテーブル3
で管理するアクセスキー4の長さの倍数となっていれば
1:lである必要はない。
Note that the length of memory cell 2 is determined by access key table 3.
The ratio does not need to be 1:l as long as the length is a multiple of the length of the access key 4 managed by .

また、アクセスキー8とプログラムキー9および12と
は同一のビット長を持ち、アクセスキー8のビット列の
うちの値が“1”となっているビット位置についてプロ
グラムキー9および12のビット列の同じビット位置が
値“1”であればアクセス可能と判断される。プログラ
ムキー9および12は、諜亥当するプログラムキーlお
よびA10の走行時にプログラムキーレジスタ(図示せ
ず)に格納される。なお、メモリセル管理機構7は、そ
のプログラムキー(図示せず)のピント列のすべての値
が“1“となっており、すべてのメモリセル2へのアク
セスが可能である。
Furthermore, access key 8 and program keys 9 and 12 have the same bit length, and the bit position where the value is "1" in the bit string of access key 8 is the same bit in the bit string of program keys 9 and 12. If the position has the value "1", it is determined that access is possible. Program keys 9 and 12 are stored in a program key register (not shown) when the corresponding program keys I and A10 are running. Note that in the memory cell management mechanism 7, all values in the focus row of its program key (not shown) are "1", and all the memory cells 2 can be accessed.

さらに、アクセスキーテーブル3は、アドレス変換を行
う上での変換単位(例えば、ページ)対応に作成され、
かつアクセスキー4による制御を不要とする変換単位に
対しては作成する必要がない。
Furthermore, the access key table 3 is created corresponding to the conversion unit (for example, page) when performing address conversion,
Moreover, it is not necessary to create a conversion unit for a conversion unit that does not require control using the access key 4.

次に、このように構成された本実施例の共用メモリプー
ルでのメモリセル破壊防止方式の動作について、第2図
を参照しながら説明する。
Next, the operation of the memory cell destruction prevention method in the shared memory pool of this embodiment configured as described above will be explained with reference to FIG.

(11例えば、プログラムAIOは、メモリセル管理機
構7に対してアクセスキー8“010010”を指定し
てメモリ確保要求を行う。なお、アクセスキー8の(直
”010010”は、〕゛ロログラムAI自プログラム
AIOのプログラムキー12の値“110011”に対
してアクセス権が拒否されないように任意に選択されて
使用される。
(11) For example, the program AIO requests the memory cell management mechanism 7 to secure memory by specifying the access key 8 "010010". The value "110011" of the program key 12 of the program AIO is arbitrarily selected and used so that the access right is not denied.

すなわち、アクセスキー8のビット列のうちの値が“1
”となっているビット位置についてプログラムキー12
のビット列の同じビット位置が値“1”であればアクセ
ス可能となるので、これが満たされるアクセスキー8の
値が選定される。
That is, the value of the bit string of access key 8 is “1”.
” Program key 12 for the bit position
If the same bit position of the bit string has the value "1", access is possible, so the value of the access key 8 that satisfies this is selected.

(2)  メモリセル管理機構7は、共用メモリプール
1内から空いているメモリセル2を切り出して確保する
とともに、確保したメモリセル2の仮想空間アドレスか
らアドレス変換テーブル5を検索して、対応するポイン
タが指示するアクセスキーテーブル3内の対応する位置
に指定されたアクセスキー8”010010”をアクセ
スキー4として格納する。
(2) The memory cell management mechanism 7 extracts and secures a vacant memory cell 2 from the shared memory pool 1, searches the address translation table 5 from the virtual space address of the secured memory cell 2, and performs a corresponding operation. The specified access key 8 "010010" is stored as the access key 4 in the corresponding position in the access key table 3 indicated by the pointer.

(3)  メモリセル管理機構7は、確保したメモリセ
ル2の仮想空間アドレスをプログラムAIOに返却する
(3) The memory cell management mechanism 7 returns the secured virtual space address of the memory cell 2 to the program AIO.

(4)  次に、プログラムAIOが同一のメモリセル
2を更新する命令を実行すると、アドレス変換機構6は
、アドレス変換テーブル5を用いてメモリセル2の仮想
空間アドレスを実空間アドレスに変換するとともに、プ
ログラムキーレジスタ(図示せず)内のプログラムAI
Oのプログラムキー12″110011”とアドレス変
換テーブル5の仮想空間アドレスに対応するポインタが
指示するアクセスキーテーブル3内のアクセスキー4“
010010”とを比較する。
(4) Next, when the program AIO executes an instruction to update the same memory cell 2, the address translation mechanism 6 converts the virtual space address of the memory cell 2 into a real space address using the address translation table 5, and , program AI in the program key register (not shown)
The access key 4 in the access key table 3 pointed to by the pointer corresponding to the program key 12 "110011" of O and the virtual space address of the address conversion table 5
010010”.

(5)  キーの比較の結果、アクセスキー4“010
010″の値“1”のビット位置のすべてがプログラム
キー12”110011”で値“1′となっているので
、アドレス変換機構6は、プログラムAIOによるメモ
リセル2へのアクセスを許可し、メモリセル2を更新す
る命令の実行によりメモリセル2の更新が正常に行われ
る。
(5) As a result of key comparison, access key 4 “010”
Since all the bit positions of the value "1" in the program key 12 "110011" have the value "1'", the address translation mechanism 6 allows the program AIO to access the memory cell 2 and converts the memory By executing the instruction to update cell 2, memory cell 2 is updated normally.

(6)  次に、別のプログラムBllが同一のメモリ
セル2を更新する命令を実行すると、アドレス変換機構
6は、アドレス変換テーブル5を用いてメモリセル2の
仮想空間アドレスを実空間アドレスに変換するとともに
、プログラムキーレジスタ内のプログラムBllのプロ
グラムキー9“011000”とアドレス変換テーブル
5の仮想空間アドレスに対応するポインタが指示するア
クセスキーテーブル3内のアクセスキー4“01001
0”とを比較する。
(6) Next, when another program Bll executes an instruction to update the same memory cell 2, the address translation mechanism 6 converts the virtual space address of the memory cell 2 into a real space address using the address translation table 5. At the same time, the access key 4 "01001" in the access key table 3 pointed to by the pointer corresponding to the program key 9 "011000" of the program Bll in the program key register and the virtual space address of the address conversion table 5
0”.

(7)キーの比較の結果、アクセスキー4“01001
0”の値“1”のビット位置がすべてプログラムキー9
”011000″で値′1″となっているわけでないの
で、アドレス変換機構6は、プログラムBllによるメ
モリセル2を更新する命令をアドレスフォールトで異常
終了させる。
(7) As a result of key comparison, access key 4 “01001”
All bit positions with value “0” and value “1” are program key 9
Since "011000" does not have the value '1', the address translation mechanism 6 abnormally terminates the instruction to update the memory cell 2 by the program Bll due to an address fault.

なお、プログラムBllのプログラムキー9が“011
000”以外である場合には、メモリセル2へのアクセ
スが許可される可能性があることはいうまでもない。
Note that the program key 9 of the program Bll is “011”.
Needless to say, if the value is other than 000'', access to the memory cell 2 may be permitted.

また、上記実施例の動作の説明では、アクセス権がなけ
れば命令をアドレスフォールトで異常終了させるように
したが、参照命令の場合にはアクセス権がなくともメモ
リセル2へのアクセスを許可するようにしてもよい。
Furthermore, in the explanation of the operation of the above embodiment, if there is no access right, the instruction is terminated abnormally due to an address fault, but in the case of a reference instruction, access to memory cell 2 is allowed even if there is no access right. You can also do this.

(発明の効果〕 以上説明したように本発明は、電子計算機システム内で
共用メモリプールをメモリセルに分割して管理し共用メ
モリを使用するプログラムに対する共用メモリの切出し
および返却をメモリセル単位で行う共用メモリ管理方式
において、メモリセルに対してアクセス権を定義できる
ようにし、メモリセルへのアクセス時にはメモリセルの
アクセス権とプログラムが持つアクセス権との比較をア
ドレス変換機構で行い、アクセス権が認められないとき
にはメモリセルへのアクセスをできないようにアドレス
フォールトを発生させることにより、アクセス権のない
プログラムによるメモリセルの内容の破壊を有効に防止
することができるという効果がある。
(Effects of the Invention) As explained above, the present invention divides and manages a shared memory pool into memory cells in a computer system, and extracts and returns the shared memory to a program that uses the shared memory in units of memory cells. In the shared memory management method, access rights can be defined for memory cells, and when accessing a memory cell, an address conversion mechanism compares the access rights of the memory cell and the access rights held by the program, and the access rights are recognized. By generating an address fault so that the memory cell cannot be accessed when the memory cell cannot be accessed, it is possible to effectively prevent the contents of the memory cell from being destroyed by a program that does not have access rights.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例に係る共用メモリプールでの
メモリセル破壊防止方式の構成を示すブロック図、 第2図は本実施例の共用メモリプールでのメモリセル破
壊防止方式の動作を説明するための図である。 図において、 1・・・共用メモリプール、 2・・・メモリセル、 3・・・アクセスキーテーブル、 4・・・アクセスキー 5・・・アドレス変換テーブル、 6・・・アドレス変換機構、 7・・・メモリセル管理機構、 8・・・アクセスキー 9・・・プログラムキー 10・・プログラムA。 11・・プログラムB1 12・・プログラムキーである。
FIG. 1 is a block diagram showing the configuration of a method for preventing memory cell destruction in a shared memory pool according to an embodiment of the present invention, and FIG. 2 shows the operation of the method for preventing memory cell destruction in a shared memory pool of this embodiment. It is a figure for explaining. In the figure, 1... shared memory pool, 2... memory cell, 3... access key table, 4... access key 5... address translation table, 6... address translation mechanism, 7. ...Memory cell management mechanism, 8...Access key 9...Program key 10...Program A. 11...Program B1 12...Program key.

Claims (1)

【特許請求の範囲】 仮想記憶方式を採用する電子計算機システム内で仮想空
間上に置かれた共用メモリプールをメモリセルに分割し
て管理する共用メモリ管理方式において、 前記共用メモリプールのメモリセルに対応して前記共用
メモリプールのメモリセルへのアクセス権を示すアクセ
スキーを格納するアクセスキーテーブルと、 仮想空間アドレスから実空間アドレスへのアドレス変換
を行うためのアドレス変換情報を格納するとともに前記
アクセスキーテーブルのアクセスキーへのポインタを格
納するアドレス変換テーブルと、 前記共用メモリプールをメモリセル単位で管理してメモ
リセルの切出しおよび返却を行うとともにメモリセルの
切出し時に前記アドレス変換テーブルを検索してポイン
タが指示する前記アクセスキーテーブルの位置にメモリ
セルのアクセスキーを格納するメモリセル管理機構と、 プログラムからの前記共用メモリプールのメモリセルの
アクセス要求時に前記アドレス変換テーブルを用いて仮
想空間アドレスから実空間アドレスへのアドレス変換を
行うとともにポインタを辿って前記アクセスキーテーブ
ルのアクセスキーを参照し前記プログラムのアクセス権
を示すプログラムキーと比較してアクセス権が認められ
ないときにはアドレスフォールトを発生させるアドレス
変換機構と を有することを特徴とする共用メモリプールでのメモリ
セル破壊防止方式。
[Scope of Claims] In a shared memory management method in which a shared memory pool placed in a virtual space is divided into memory cells and managed in a computer system that adopts a virtual memory method, the memory cells of the shared memory pool include: an access key table that stores access keys indicating access rights to memory cells of the shared memory pool; and an access key table that stores address conversion information for converting addresses from virtual space addresses to real space addresses; An address translation table that stores a pointer to an access key of a key table, and manages the shared memory pool in units of memory cells to extract and return memory cells, and searches the address translation table when extracting a memory cell. a memory cell management mechanism that stores an access key of a memory cell at a location in the access key table indicated by a pointer; An address that converts the address into a real space address, traces the pointer, refers to the access key in the access key table, compares it with the program key indicating the access right of the program, and generates an address fault if the access right is not recognized. 1. A method for preventing memory cell destruction in a shared memory pool, characterized by having a response conversion mechanism.
JP1272140A 1989-10-19 1989-10-19 Preventing system for breakage of memory cell in shared memory pool Pending JPH03132845A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1272140A JPH03132845A (en) 1989-10-19 1989-10-19 Preventing system for breakage of memory cell in shared memory pool

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1272140A JPH03132845A (en) 1989-10-19 1989-10-19 Preventing system for breakage of memory cell in shared memory pool

Publications (1)

Publication Number Publication Date
JPH03132845A true JPH03132845A (en) 1991-06-06

Family

ID=17509646

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1272140A Pending JPH03132845A (en) 1989-10-19 1989-10-19 Preventing system for breakage of memory cell in shared memory pool

Country Status (1)

Country Link
JP (1) JPH03132845A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6351798B1 (en) 1998-06-15 2002-02-26 Nec Corporation Address resolution unit and address resolution method for a multiprocessor system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6351798B1 (en) 1998-06-15 2002-02-26 Nec Corporation Address resolution unit and address resolution method for a multiprocessor system

Similar Documents

Publication Publication Date Title
US6760909B1 (en) Virtual memory system and methods
Dennis Segmentation and the design of multiprogrammed computer systems
US4937736A (en) Memory controller for protected memory with automatic access granting capability
US5619671A (en) Method and apparatus for providing token controlled access to protected pages of memory
US4742450A (en) Method to share copy on write segment for mapped files
US5835908A (en) Processing multiple database transactions in the same process to reduce process overhead and redundant retrieval from database servers
JP2986075B2 (en) System for combining a local object address and a global object identifier into a single object pointer
US5845129A (en) Protection domains in a single address space
US5390310A (en) Memory management unit having cross-domain control
US5790979A (en) Translation method in which page-table progression is dynamically determined by guard-bit sequences
US5182805A (en) Method and system for determining copy-on-write condition
JPH11505653A (en) Operating system for use with protection domains in a single address space
JPH1091526A (en) Auxiliary translation lookaside buffer for support of data access in remote address space
JPH05233458A (en) Memory managing unit for computer system
US5193168A (en) Multiprocessing system with enhanced shared storage
JPH05257811A (en) Memory controller
US7197620B1 (en) Sparse matrix paging system
JPH0133857B2 (en)
EP0175398A2 (en) Data processing system comprising a memory access controller which is provided for combining descriptor bits of different descriptors associated with virtual addresses
US5479631A (en) System for designating real main storage addresses in instructions while dynamic address translation is on
JPH03132845A (en) Preventing system for breakage of memory cell in shared memory pool
Koch et al. A secure RISC-based architecture supporting data persistence
Bartoli et al. Wide-address spaces: exploring the design space
JPH0352046A (en) Prevention system for destruction in common-use memory pool
Lopriore Access control mechanisms in a distributed, persistent memory system