JPH08212140A - Memory protection system - Google Patents

Memory protection system

Info

Publication number
JPH08212140A
JPH08212140A JP7014925A JP1492595A JPH08212140A JP H08212140 A JPH08212140 A JP H08212140A JP 7014925 A JP7014925 A JP 7014925A JP 1492595 A JP1492595 A JP 1492595A JP H08212140 A JPH08212140 A JP H08212140A
Authority
JP
Japan
Prior art keywords
program
access
frame number
memory protection
entry
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
JP7014925A
Other languages
Japanese (ja)
Inventor
Shigeaki Wada
茂明 和田
Toshimasa Saiga
敏昌 雑賀
Yasuo Sekine
康雄 関根
Hidefumi Miyata
英文 宮田
Keiji Kuwabara
啓二 桑原
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.)
Hitachi Ltd
Hitachi Information and Control Systems Inc
Original Assignee
Hitachi Ltd
Hitachi Process Computer Engineering Inc
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 Hitachi Ltd, Hitachi Process Computer Engineering Inc filed Critical Hitachi Ltd
Priority to JP7014925A priority Critical patent/JPH08212140A/en
Publication of JPH08212140A publication Critical patent/JPH08212140A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE: To provide memory protection without depending on the memory protection mechanism of a central processing unit in a memory protection system for a computer. CONSTITUTION: The access strength of a program is expressed by (n) stepwise levels and an address translating means equipped with a program managing table 103, conversion table 105 composed of (n) tables uniquely corresponding to the program access levels and access possibility deciding means 106 is provided in an operating system 101. Therefore, since the information on the possibility of access to a memory is provided in the operating system 101, the memory protection system can be provided without depending on the memory protection mechanism of the processor.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、電子計算機のメモリプ
ロテクション方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a memory protection system for electronic computers.

【0002】[0002]

【従来の技術】メモリプロテクション方式の一つに、リ
ングプロテクション(リング保護)方式がある。これ
は、主記憶を、ページあるいはセグメント(以下、単に
ページと称す。)とよばれる単位に細分化し、各ページ
にリング番号を与える。実行プログラムと,データは、
それぞれ、異なったページに配置される。実行プログラ
ムから、データをアクセスするとき、実行プログラムが
あるページのリング番号が、データがあるページのリン
グ番号よりも大きいか等しいときにアクセスを許可する
方式である。リングプロテクション方式については、例
えば、「オペレーティングシステムの機能と構成」(高
橋延匡,土居範久,益田隆司著,岩波講座情報科学1
6,岩波書店,pp.242−244,1983.)に
記されている。
2. Description of the Related Art One of memory protection methods is a ring protection method. This subdivides the main memory into units called pages or segments (hereinafter, simply referred to as pages), and gives a ring number to each page. The execution program and data are
Each is placed on a different page. This is a method of permitting access when the ring number of the page where the execution program is located is greater than or equal to the ring number of the page where the data is located when accessing data from the execution program. Regarding the ring protection method, for example, "Functions and configurations of operating system" (Nobutaka Takahashi, Norihisa Doi, Takashi Masuda, Iwanami Information Science 1
6, Iwanami Shoten, pp. 242-244, 1983. ).

【0003】[0003]

【発明が解決しようとする課題】上記従来技術では、メ
モリプロテクション方式が、中央処理装置の機構に依存
する。
In the above prior art, the memory protection system depends on the mechanism of the central processing unit.

【0004】本発明は、中央処理装置の機構に依存する
ことなく、リングプロテクション方式を実現し、メモリ
の信頼性を向上することを目的にしている。
An object of the present invention is to realize a ring protection system without depending on the mechanism of the central processing unit and to improve the reliability of the memory.

【0005】[0005]

【課題を解決するための手段】上記目的を達成するため
の本発明の特徴は、複数面のアドレス変換テーブルをオ
ペレーティングシステム内部に持たせ、それらの中にあ
る書き込み可否フラグの組合せでリング番号を表現する
ことである。
A feature of the present invention for achieving the above object is that an address conversion table of a plurality of surfaces is provided inside an operating system, and a ring number is assigned by a combination of write enable / disable flags in them. To express.

【0006】すなわち、計算機の中央処理装置内に、メ
モリプロテクションの情報を設定できない場合におい
て、オペレーティングシステム内にメモリプロテクショ
ンの情報を設定し、これを入力としてアクセス可否を判
定することによって、リングプロテクション方式による
メモリプロテクション手段を実現する。
That is, when the memory protection information cannot be set in the central processing unit of the computer, the memory protection information is set in the operating system, and this is used as an input to determine whether access is possible. To realize the memory protection means.

【0007】上記メモリプロテクション手段は、プログ
ラム実行条件入力手段,プログラム管理テーブル,変換
テーブル,アクセス許可手段からなる。
The memory protection means comprises a program execution condition input means, a program management table, a conversion table, and an access permission means.

【0008】さらに、これらの手段に、アクセス可否情
報変更手段を設けてもよい。
Further, these means may be provided with access permission / prohibition information changing means.

【0009】さらにまた、アクセスレベル変更手段を設
けてもよい。
Furthermore, access level changing means may be provided.

【0010】以上のようなメモリプロテクション手段を
持つオペレーティングシステムを実現することにより、
上記の課題は解決される。
By realizing the operating system having the above memory protection means,
The above problems are solved.

【0011】[0011]

【作用】この発明のアドレス変換手段を具備する電子計
算機のオペレーティングシステムは、論理アドレス空間
を持ち、中央処理装置が記憶装置内の記憶領域にアクセ
スしようとする場合、この論理アドレス空間の連続領域
をアクセスする。このため、中央処理装置の記憶装置へ
のアクセスを実現するためには、論理アドレス空間への
アクセスが記憶装置上に分散配置されている記憶領域へ
の物理アドレスによるアクセスに変換されなければなら
ない。
The operating system of the electronic computer having the address converting means of the present invention has a logical address space, and when the central processing unit attempts to access the storage area in the storage device, the continuous area of this logical address space is set. to access. Therefore, in order to realize the access to the storage device of the central processing unit, the access to the logical address space must be converted into the access by the physical address to the storage areas distributedly arranged on the storage device.

【0012】物理アドレスへの変換は、論理ページフレ
ーム番号を物理ページフレーム番号に変換し、物理ペー
ジフレーム番号とページオフセットを合わせればよい。
論理ページフレーム番号の物理ページフレーム番号への
変換は、変換テーブルの複数のエントリのうちの一つを
論理ページフレーム番号に応じて選択することにより行
われる。しかし、プログラムの誤りなどの理由により、
主記憶装置が不当な論理アドレスを生成した場合、これ
は不当な物理アドレスに変換され、記憶装置に不当なア
クセスが行われる危険性があり、記憶装置内のデータは
このような不当なアクセスから保護されているべきであ
る。
The conversion to the physical address may be performed by converting the logical page frame number into the physical page frame number and matching the physical page frame number and the page offset.
The conversion of the logical page frame number into the physical page frame number is performed by selecting one of the plurality of entries in the conversion table according to the logical page frame number. However, due to a program error, etc.
If the main storage device generates an illegal logical address, it is converted into an illegal physical address, and there is a risk of illegal access to the memory device, and the data in the memory device is protected from such illegal access. Should be protected.

【0013】このような保護を実現するために、本アド
レス変換手段では、変換テーブルをオペレーティングシ
ステム内に備えた。変換テーブル内には、プログラムア
クセスレベルの最大数に等しい数のテーブルを持ち、各
テーブルはプログラムアクセスレベルと一意に対応して
いる。各テーブルのエントリには変換後の物理ページフ
レーム番号だけでなく、その物理ページフレーム番号が
示す物理ページに対して、テーブルの対応するプログラ
ムアクセスレベルによるアクセス可否情報を記録してい
る。
In order to realize such protection, the address translation means has a translation table in the operating system. The conversion table has a number of tables equal to the maximum number of program access levels, and each table uniquely corresponds to the program access level. In each table entry, not only the converted physical page frame number but also the access permission / inhibition information according to the program access level corresponding to the table is recorded for the physical page indicated by the physical page frame number.

【0014】以上のような、メモリプロテクションのた
めの手段を持つことによって、プログラムの中から実行
中にアクセスレベルを変更することができ、プログラム
に対してきめこまかなメモリアクセス条件を設定するこ
とができる。
By providing the above-mentioned means for memory protection, the access level can be changed from within the program during execution, and detailed memory access conditions can be set for the program. .

【0015】[0015]

【実施例】以下、図面を参照して、本発明の実施例を説
明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0016】図1に、アドレス変換手段の構成の一例を
示す。はじめに、アドレス変換手段の構成を説明する。
アドレス変換手段は、プログラム実行条件入力手段(1
02),プログラム管理テーブル(103),変換テー
ブル(105),アクセス許可手段(106)から構成
されている。
FIG. 1 shows an example of the configuration of the address conversion means. First, the configuration of the address conversion means will be described.
The address conversion means is a program execution condition input means (1
02), a program management table (103), a conversion table (105), and an access permission means (106).

【0017】アドレス変換手段には、まず、プログラム
実行条件が、電子計算機の使用者により、プログラム実
行条件入力手段(102)を用いて入力される。プログ
ラム管理テーブル(103)は、プログラム実行条件入
力手段(102)より、プログラム識別番号と,プログ
ラムアクセスレベルを入力する。プログラム管理テーブ
ル(103)は、複数のエントリによって構成されてお
り、各エントリは、PID(プログラム識別番号)と,
ALVL(プログラムアクセスレベル)のフィールドか
らなっている。
First, the program execution conditions are input to the address conversion means by the user of the computer using the program execution condition input means (102). The program management table (103) inputs the program identification number and the program access level from the program execution condition input means (102). The program management table (103) is composed of a plurality of entries, and each entry has a PID (program identification number),
It is composed of a field of ALVL (program access level).

【0018】プログラムが実行され、記憶領域へのアク
セスが発生すると、中央処理装置においてアクセス先の
論理アドレス(104)が生成され、アドレス変換手段
に入力され、出力として物理アドレス(107)が得ら
れる。論理アドレス(104)および物理アドレス(1
07)は、ページフレーム番号を表す上位ビット(論理
ページフレーム番号、および物理ページフレーム番号)
とページオフセットを表す下位ビット(ページオフセッ
ト)とに分けられる。
When the program is executed and an access to the storage area occurs, a logical address (104) of the access destination is generated in the central processing unit, is input to the address converting means, and a physical address (107) is obtained as an output. . Logical address (104) and physical address (1
07) is an upper bit indicating a page frame number (logical page frame number and physical page frame number)
And a lower bit indicating the page offset (page offset).

【0019】変換テーブル(105)には、プログラム
管理テーブル(103)よりプログラムアクセスレベル
が入力され、中央処理装置より論理ページフレーム番号
が入力される。変換テーブル(105)は、プログラム
アクセスレベルの最大数に等しい数のテーブルを持ち、
各テーブルは複数のエントリによって構成されている。
各エントリは、AP(アクセス可否情報)と,PPFN
(物理ページフレーム番号)のフィールドからなってい
る。APフィールドの内容は、アクセス可かアクセス不
可のいずれかの情報しか存在せず、一般に、1ビットの
サイズで、0のときアクセス可を、1のときアクセス不
可を表す。
The conversion table (105) receives the program access level from the program management table (103) and the logical page frame number from the central processing unit. The conversion table (105) has a number of tables equal to the maximum number of program access levels,
Each table is composed of a plurality of entries.
Each entry includes AP (access permission information) and PPFN.
It consists of a field of (physical page frame number). The content of the AP field has only information indicating whether it is accessible or inaccessible. In general, it has a size of 1 bit, and indicates 0 is accessible and 1 is not accessible.

【0020】変換テーブル(105)に論理ページフレ
ーム番号が入力されると、実行されているプログラムの
プログラム識別番号をもとに、プログラム管理テーブル
(103)内の各エントリのPIDフィールドを検索し
て合致するエントリを選択する。さらに、選択されたエ
ントリのALVLフィールドの内容に対応する変換テー
ブルを選択して、そのエントリの中から、論理ページフ
レーム番号に対応するエントリを選択し、その内容を出
力する。
When the logical page frame number is input to the conversion table (105), the PID field of each entry in the program management table (103) is searched based on the program identification number of the program being executed. Select the matching entry. Further, the conversion table corresponding to the contents of the ALVL field of the selected entry is selected, the entry corresponding to the logical page frame number is selected from the entries, and the contents are output.

【0021】アクセス許可手段(106)は、変換テー
ブル(105)から出力されるAPフィールドの内容を
もとに、PPFNフィールドの内容と論理アドレス内の
ページオフセットを合成して得られた物理アドレスとを
入力する。アクセス許可手段(106)は、APフィー
ルドの内容が、0(アクセス可)であった場合のみ、入
力されている物理アドレスを出力する。
The access permission means (106) combines the contents of the PPFN field and the page offset in the logical address with the physical address obtained based on the contents of the AP field output from the conversion table (105). Enter. The access permission unit (106) outputs the input physical address only when the content of the AP field is 0 (accessible).

【0022】例えば、プログラムアクセスレベルが3の
プログラムを実行して、記憶装置の任意のページにアク
セスする場合を考える。ここでレベルの数値が小さいほ
ど、レベルは高いものとする。まず、使用者がプログラ
ム実行条件入力手段(102)を用いてプログラム実行を
指示する。そのとき、プログラムアクセスレベルとして
3が指定されたものとする。オペレーティングシステム
(101)は、プログラムの実行にあたりプログラム識
別番号を決定し、プログラム管理テーブル(103)の
PIDフィールドを検索して合致するエントリを選択し
て、プログラムアクセスレベルである3を該当エントリ
のALVLフィールドに格納する。プログラム管理テー
ブル(103)は、該当エントリのALVLフィールド
の内容を、変換テーブル(105)へ出力する。このと
き、変換テーブル(105)では、ALVL=3に対応
するテーブルを選択する。
For example, consider a case where a program having a program access level of 3 is executed to access an arbitrary page of a storage device. Here, the smaller the numerical value of the level, the higher the level. First, the user uses the program execution condition input means (102) to instruct the program execution. At this time, it is assumed that 3 is specified as the program access level. The operating system (101) determines the program identification number when executing the program, searches the PID field of the program management table (103) and selects the matching entry, and sets the program access level 3 to the ALVL of the corresponding entry. Store in the field. The program management table (103) outputs the contents of the ALVL field of the relevant entry to the conversion table (105). At this time, in the conversion table (105), the table corresponding to ALVL = 3 is selected.

【0023】プログラムが実行され、記憶領域へのアク
セスが発生すると、中央処理装置においてアクセス先の
論理アドレス(104)が生成され、論理ページフレー
ム番号を変換テーブル(105)に出力する。ALVL
=3に対応するテーブルより、論理ページフレーム番号
に対応するエントリを選択し、その内容を出力する。ア
クセス許可手段(106)は、変換テーブル(105)
から出力されるAPフィールドの内容をもとに、PPF
Nフィールドの内容と論理アドレス内のページオフセッ
トを合成して得られた物理アドレスとを入力する。アク
セス許可手段(106)は、APフィールドの内容が、
0(アクセス可)であった場合のみ、入力されている物
理アドレスを出力する。
When the program is executed and an access to the storage area occurs, a logical address (104) of the access destination is generated in the central processing unit, and the logical page frame number is output to the conversion table (105). ALVL
= 3, select the entry corresponding to the logical page frame number from the table, and output the contents. The access permission means (106) is a conversion table (105).
Based on the contents of the AP field output from
Input the content of the N field and the physical address obtained by combining the page offset in the logical address. The access permission means (106) determines that the contents of the AP field are
Only when it is 0 (accessible), the input physical address is output.

【0024】次に、図1に示したアクセス可否情報変更
手段の構成と動作の説明を行う。はじめにアクセス可否
情報変更手段の構成を説明する。アクセス可否情報変更
手段(108)はオペレーティングシステム(101)
内に設けられ、変換テーブル(105)内各テーブルの
AP(アクセス可否情報)フィールドに対するアクセス
が可能となっている。
Next, the structure and operation of the access permission / inhibition information changing means shown in FIG. 1 will be described. First, the structure of the access permission / prohibition information changing means will be described. The access permission / prohibition information changing means (108) is an operating system (101).
The AP (access permission information) field of each table in the conversion table (105) can be accessed.

【0025】アクセス可否情報変更手段には、まず、プ
ログラムからアクセス可否情報変更命令が、オペレーテ
ィングシステム(101)を経てアクセス可否情報変更
手段(108)に入力される。アクセス可否情報変更命
令は、ALVL(プログラムアクセスレベル)と論理ア
ドレスと変更後のAPの値からなる。アクセス可否情報
変更手段(108)は、アクセス可否情報変更命令にし
たがって、変換テーブル(105)内の該当するALV
Lのテーブルを選択し、論理アドレスの内の論理ページ
フレーム番号の指すテーブル内エントリを選択して、そ
のエントリのAPフィールドの値を変更後のAPの値に
置き換える。
In the access permission / prohibition information changing means, first, an access permission / prohibition information changing command is inputted from the program to the access permission / refusal information changing means (108) via the operating system (101). The access permission / inhibition information change instruction is composed of ALVL (program access level), a logical address, and the changed AP value. The access permission / prohibition information changing means (108), in accordance with the access permission / prohibition information change command, applies the corresponding ALV in the conversion table (105).
The L table is selected, the in-table entry indicated by the logical page frame number in the logical address is selected, and the value of the AP field of the entry is replaced with the changed AP value.

【0026】例えば、ALVLが5のプログラムから記
憶装置の任意の記憶領域を書き込み可に変更する場合を
考える。まず、プログラムからアクセス可否情報変更命
令をを発行すると、アクセス可否情報変更手段(10
8)は命令を発行したプログラムのALVLと変更する
記憶領域の論理アドレスと変更後のAPの値をもとに、
変換テーブル(105)内のALVL=5のテーブルを
選択する。さらに、変更先論理アドレスの上位ビットか
ら論理ページフレーム番号を取り出してテーブル内の該
当エントリを選択して、エントリ内のAPフィールドの
内容を書き込み可に変更する。以後、ALVLが5のプ
ログラムは、記憶装置の該当する記憶領域に書き込みア
クセスを行うことができる。
For example, consider a case where an ALVL program of 5 changes an arbitrary storage area of a storage device to be writable. First, when the program issues an access permission / prohibition information change command, the access permission / prohibition information change means (10
8) is based on the ALVL of the program that issued the instruction, the logical address of the storage area to be changed, and the AP value after the change,
The table of ALVL = 5 in the conversion table (105) is selected. Further, the logical page frame number is extracted from the upper bits of the change destination logical address, the corresponding entry in the table is selected, and the contents of the AP field in the entry are changed to writable. After that, the program whose ALVL is 5 can perform write access to the corresponding storage area of the storage device.

【0027】次に、図1を用いて、アクセスレベル変更
手段の構成の一例を説明する。はじめに、アクセスレベ
ル変更手段の構成を説明する。アクセスレベル変更手段
(109)はオペレーティングシステム(101)内に
設けられ、プログラム管理テーブル(103)のALV
L(アクセスレベル)フィールドに対するアクセスが可
能となっている。
Next, an example of the configuration of the access level changing means will be described with reference to FIG. First, the configuration of the access level changing means will be described. The access level changing means (109) is provided in the operating system (101), and the ALV of the program management table (103)
Access to the L (access level) field is possible.

【0028】アクセスレベル変更手段には、まず、プロ
グラムからアクセスレベル変更命令が、アクセスレベル
変更手段(109)に入力される。アクセスレベル変更
命令は命令発行元プログラムのPID(プログラム識別
番号)と変更後のALVLの値からなる。アクセスレベ
ル変更手段(109)は、アクセスレベル変更命令にし
たがって、プログラム管理テーブル(103)内の該当
するPIDのエントリを選択して、そのALVLフィー
ルドの値を変更後のALVLの値に置き換える。
To the access level changing means, first, an access level changing instruction is input from the program to the access level changing means (109). The access level change instruction is composed of the PID (program identification number) of the instruction issue source program and the changed ALVL value. The access level changing means (109) selects the entry of the corresponding PID in the program management table (103) according to the access level changing instruction, and replaces the value of the ALVL field with the changed ALVL value.

【0029】例えば、プログラムのALVLを5から3
に変更する場合を考える。まず、プログラムからアクセ
スレベル変更命令をアクセスレベル変更手段(109)
に対して発行すると、命令を発行したプログラムのPI
Dと変更後のALVLの値をもとに、プログラム管理テ
ーブル(103)内の該当PIDのエントリを選択し
て、エントリ内のALVLフィールドの内容を3に変更
する。以後、該当プログラムは、変換テーブル(10
5)内のALVL=3のテーブルを選択するため、AL
VLが3のプログラムに許される、記憶装置へのアクセ
スを行うことができる。
For example, changing the ALVL of the program from 5 to 3
Consider the case of changing to. First, an access level changing instruction is issued from a program by an access level changing means (109).
Issued to the PI of the program that issued the instruction
Based on D and the changed ALVL value, the entry of the corresponding PID in the program management table (103) is selected, and the content of the ALVL field in the entry is changed to 3. After that, the corresponding program is converted into the conversion table (10
In order to select the table of ALVL = 3 in 5), AL
It is possible to access the storage device, which is allowed for a program having a VL of 3.

【0030】以上のように、この発明のアドレス変換手
段は、これを用いることにより、不当なアクセスからの
記憶領域の保護が可能となる。さらに、アクセス可否情
報変更手段によってメモリの被アクセス権を動的に変え
ることにより、また、アクセスレベル変更手段によって
プログラムのアクセス権を動的に変えることにより、記
憶領域の保護条件を空間的・時間的に最適化することが
可能となる。
As described above, the address translation means of the present invention can protect the storage area from unauthorized access by using it. Further, by dynamically changing the access right of the memory by the access permission / prohibition information changing means, and by dynamically changing the access right of the program by the access level changing means, the protection condition of the storage area can be set spatially and temporally. It becomes possible to optimize it.

【0031】以上まとめると、プログラム実行条件入力
手段は、使用者がプログラムの実行をオペレーティング
システムに指示する際に使用され、使用者の指定したプ
ログラム実行条件を入力とし、それをオペレーティング
システムに出力する。
In summary, the program execution condition input means is used when the user instructs the operating system to execute the program, receives the program execution condition designated by the user, and outputs it to the operating system. .

【0032】プログラム管理テーブルは、プログラム実
行条件入力手段の出力を入力する。また、プログラム管
理テーブルは、複数のエントリからなっており、入力さ
れたプログラム実行条件のうちプログラム識別番号部分
(プログラム識別番号)により、ある一つのエントリが
選択され、そのエントリの内容を出力する。プログラム
管理テーブルの各エントリには、そのエントリを選択す
ることになるプログラム識別番号と,入力されたプログ
ラム実行条件のうちプログラムのアクセスレベル部分
(プログラムアクセスレベル)とが記録されている。変
換テーブルは、アドレス変換手段に入力された論理アド
レスのうちページフレーム番号部分(論理ページフレー
ム番号)と,前記プログラム管理テーブルの出力である
プログラムアクセスレベルを入力とする。また、変換テ
ーブルは、アクセスレベルの最大数に等しい数のテーブ
ルからなっている。各テーブルは、複数のエントリから
なっており、入力された論理ページフレーム番号によ
り、ある一つのエントリが選択され、そのエントリの内
容を出力する。各エントリには、そのエントリを選択す
ることになる論理ページフレーム番号がアドレス変換さ
れた結果である物理アドレスのページフレーム番号(物
理ページフレーム番号)と,物理ページフレーム番号が
示すページの記憶内容をアクセスできるかどうかを示す
情報(アクセス可否情報)とが記録されている。
The program management table inputs the output of the program execution condition input means. The program management table is made up of a plurality of entries, and one entry is selected according to the program identification number portion (program identification number) of the input program execution conditions, and the content of that entry is output. In each entry of the program management table, the program identification number that selects the entry and the access level portion (program access level) of the program of the input program execution conditions are recorded. The translation table receives the page frame number portion (logical page frame number) of the logical address input to the address translation means and the program access level output from the program management table. Further, the conversion table is composed of a number of tables equal to the maximum number of access levels. Each table is made up of a plurality of entries, and one entry is selected according to the input logical page frame number, and the contents of that entry are output. For each entry, the page frame number (physical page frame number) of the physical address, which is the result of address conversion of the logical page frame number that selects the entry, and the stored content of the page indicated by the physical page frame number are stored. Information indicating whether access is possible (access permission information) is recorded.

【0033】アクセス許可手段は、変換テーブルが出力
するアクセス可否情報をもとに、変換テーブルより出力
されているアドレス変換後の物理ページ番号と論理アド
レスのうちのページオフセット部分(ページオフセッ
ト)から得られる物理アドレスを記憶装置に出力するか
どうかを決定する。
The access permission means obtains the physical page number after address conversion output from the conversion table and the page offset portion (page offset) of the logical address based on the access permission information output from the conversion table. The physical address to be output to the storage device.

【0034】さらに、アクセス可否情報変更手段を設け
ることについて説明する。アクセス可否情報変更手段
は、実行されているプログラムからのアクセス可否情報
変更命令を入力とする。また、アクセス可否情報変更手
段は、入力にしたがって変換テーブル内のアクセス可否
情報を動的に変更する。
Further, the provision of access permission information changing means will be described. The access permission / prohibition information changing means receives the access permission / prohibition information change command from the program being executed. Further, the access permission / prohibition information changing means dynamically changes the access permission / prohibition information in the conversion table according to the input.

【0035】さらにまた、アクセスレベル変更手段を設
けることについて説明する。アクセスレベル変更手段
は、実行されているプログラムからのアクセスレベル変
更命令を入力とする。また、アクセスレベル変更手段
は、入力にしたがって変換テーブル内のアクセスレベル
を動的に変更する。
Furthermore, the provision of access level changing means will be described. The access level changing means receives an access level changing command from the program being executed. Further, the access level changing means dynamically changes the access level in the conversion table according to the input.

【0036】記憶装置内のデータの保護は次のような方
法で実現されている。図1に示すように、プログラムが
記憶領域の任意のアドレスにアクセスする場合、プログ
ラム管理テーブル(103)はプログラム識別情報によ
り選択されたエントリのプログラムアクセスレベルを出
力する。変換テーブル(105)は、プログラム管理テ
ーブル(103)の出力を入力して、該当アクセスレベ
ルのテーブルを選択する。テーブルは、論理アドレス
(104)のうち論理ページフレーム番号部分(論理ペ
ージフレーム番号)により選択されたエントリの内容を
出力する。アクセス許可手段(106)では、変換テー
ブル(105)のアクセス可否情報と,物理ページフレ
ーム番号論理アドレスのうちのページオフセット部分
(ページオフセット)を合成して物理アドレスを生成
し、アクセス可否情報がアクセス可であれば物理アドレ
スを出力する。
The protection of the data in the storage device is realized by the following method. As shown in FIG. 1, when the program accesses an arbitrary address in the storage area, the program management table (103) outputs the program access level of the entry selected by the program identification information. The conversion table (105) inputs the output of the program management table (103) and selects the table of the corresponding access level. The table outputs the contents of the entry selected by the logical page frame number portion (logical page frame number) of the logical address (104). The access permission unit (106) synthesizes the access permission / prohibition information of the conversion table (105) and the page offset portion (page offset) of the physical page frame number logical address to generate a physical address, and the access permission / prohibition information is accessed. If yes, output the physical address.

【0037】以上のような、メモリプロテクション手段
を持つことによって、中央処理装置内に、メモリプロテ
クション情報を設定できない場合においても、同等のメ
モリプロテクション機能を実現することができる。
By having the memory protection means as described above, even if the memory protection information cannot be set in the central processing unit, an equivalent memory protection function can be realized.

【0038】また、オペレーティングシステム内に、ア
クセス可否情報変更手段(108)を設けた場合は、実
行されているプログラムから、アクセス可否情報変更命
令がオペレーティングシステムに対して行われると、ア
クセス可否情報変更手段(108)は変換テーブル(1
05)に対して、変更対象のプログラムアクセスレベル
と論理ページフレーム番号と変更後のアクセス可否情報
を出力する。変換テーブル(105)は変更対象のプロ
グラムアクセスレベルに対応するテーブルを選択し、論
理ページフレーム番号の示すエントリを選択して、エン
トリ内のアクセス可否情報を変更する。
Further, when the access permission / prohibition information changing means (108) is provided in the operating system, when the access permission / prohibition information change command is issued to the operating system from the program being executed, the access permission / refusal information is changed. The means (108) uses the conversion table (1
05), the program access level to be changed, the logical page frame number, and the changed access permission / prohibition information are output. The conversion table (105) selects the table corresponding to the program access level to be changed, selects the entry indicated by the logical page frame number, and changes the access permission / prohibition information in the entry.

【0039】以上のような、メモリプロテクション手段
を持つことによって、プログラムの中から実行中にアク
セス可否情報を変更することができ、記憶領域に対して
きめこまかなメモリプロテクション情報を設定すること
ができる。
By having the memory protection means as described above, it is possible to change the access permission / prohibition information from within the program during execution, and it is possible to set fine memory protection information in the storage area.

【0040】さらにまた、図1に示すように、オペレー
ティングシステム内に、アクセスレベル変更手段(10
9)を設けた場合、実行されているプログラムから、ア
クセスレベル変更命令がオペレーティングシステムに対
して行われると、アクセスレベル変更手段(109)は
プログラム管理テーブル(103)に対して、変更対象
のプログラム識別番号と変更後のアクセスレベルを出力
する。プログラム管理テーブル(103)は変更対象の
プログラム識別番号の示すエントリを選択して、エント
リ内のアクセスレベルを変更する。
Furthermore, as shown in FIG. 1, access level changing means (10
9) is provided, when an access level change command is issued to the operating system from the program being executed, the access level change means (109) causes the program to be changed to the program management table (103). The identification number and the changed access level are output. The program management table (103) selects the entry indicated by the program identification number to be changed, and changes the access level in the entry.

【0041】以上のような、メモリプロテクション手段
を持つことによって、プログラムの中から実行中にアク
セスレベルを変更することができ、プログラムに対して
きめこまかなメモリアクセス条件を設定することができ
る。
By having the memory protection means as described above, it is possible to change the access level from within the program during execution, and to set detailed memory access conditions for the program.

【0042】次に、図2を用いて、比較例のリングプロ
テクション方式として、中央処理装置内に、各ページ毎
のリング番号を格納しておく装置を有するものについて
説明する。
Next, referring to FIG. 2, a ring protection system of a comparative example will be described in which a central processing unit has a device for storing ring numbers for each page.

【0043】示すようなメモリプロテクション方式で
は、オペレーティングシステム(201)内に、プログラム
実行条件入力手段(202)とプログラム管理テーブル
(203)を持つ。また、中央処理装置(204)内に、
変換テーブル(206),アクセス条件比較手段(20
7)、およびアクセス許可手段(208)を持つ。
In the memory protection system as shown, the program execution condition input means (202) and the program management table are provided in the operating system (201).
Holds (203). In the central processing unit (204),
Conversion table (206), access condition comparison means (20
7) and access permission means (208).

【0044】変換テーブル(206)は、論理ページフ
レーム番号により選択される複数のエントリからなる。
各エントリ内には、物理ページフレーム番号とその物理
ページフレーム番号が示す記憶領域の内容を保護する度
合いをm個の段階的なレベルで表し、レベルが高いほど
強く保護されることを示す記憶レベル(以下、ページ記
憶レベルと称す。)が記録されている。
The conversion table (206) is composed of a plurality of entries selected by the logical page frame number.
In each entry, the physical page frame number and the degree of protection of the contents of the storage area indicated by the physical page frame number are expressed by m stepwise levels, and the storage level indicating that the higher the level is, the stronger the protection is. (Hereinafter, referred to as page storage level) is recorded.

【0045】アクセス条件比較手段(207)は、変換
テーブル(206)が出力しているページ記憶レベルと
プログラム管理テーブル(203)が出力しているプロ
グラムアクセスレベルを入力とし、それらを比較して、
アクセスレベルが記憶レベルより高いか等しい場合、ア
クセスを許可する判定結果を出力する。
The access condition comparison means (207) inputs the page storage level output from the conversion table (206) and the program access level output from the program management table (203), compares them, and compares them.
When the access level is higher than or equal to the storage level, the determination result of permitting access is output.

【0046】アクセス許可手段(208)は、物理ペー
ジフレーム番号およびページオフセットを合成して得ら
れた物理アドレスと,アクセス条件比較手段(207)
の出力を入力とし、アクセス条件比較手段(207)の
出力をもとに、物理アドレス(209)を出力するかど
うか決定していた。例えば、プログラムアクセスレベル
が3のプログラムを実行して、記憶装置の任意のページ
にアクセスする場合を考える。ここでレベルの数値が小
さいほど、レベルは高いものとする。まず、使用者がプ
ログラム実行条件入力手段(202)を用いてプログラ
ム実行を指示する。そのとき、プログラムアクセスレベ
ルとして3が指定されたものとする。オペレーティング
システム(201)は、プログラムの実行にあたりプロ
グラム識別番号を決定し、プログラム管理テーブル(2
03)の該当エントリを選択し、プログラムアクセスレ
ベルをエントリに格納する。プログラム管理テーブル
(203)は、該当エントリのプログラムアクセスレベ
ルを、中央処理装置(204)内のアクセス条件比較手
段(207)へ出力する。
The access permission means (208) and the access condition comparison means (207) with the physical address obtained by combining the physical page frame number and the page offset.
It is determined whether to output the physical address (209) based on the output of the access condition comparison means (207). For example, consider a case where a program having a program access level of 3 is executed to access an arbitrary page of a storage device. Here, the smaller the numerical value of the level, the higher the level. First, the user uses the program execution condition input means (202) to instruct the program execution. At this time, it is assumed that 3 is specified as the program access level. The operating system (201) determines the program identification number when executing the program, and the program management table (2
03) select the corresponding entry and store the program access level in the entry. The program management table (203) outputs the program access level of the relevant entry to the access condition comparison means (207) in the central processing unit (204).

【0047】一方、中央処理装置(204)では、該当
プログラムの命令を実行するにあたり、記憶装置の任意
のページにアクセスするために、論理アドレス(20
5)を生成する。
On the other hand, in the central processing unit (204), in executing the instruction of the relevant program, in order to access an arbitrary page of the storage device, the logical address (20
5) is generated.

【0048】このとき、論理ページフレーム番号を変換
テーブル(206)に出力し、該当エントリを選択す
る。変換テーブル(206)は、該当エントリのページ
記憶レベルをアクセス条件比較手段(207)に出力す
る。アクセス条件比較手段では、プログラムアクセスレ
ベルとページ記憶レベルとを比較する。このとき、プロ
グラムアクセスレベルは3であるので、ページ記憶レベ
ルが2以下であればアクセス不可の判定結果を出力す
る。また、ページ記憶レベルが3以上であれば、アクセ
ス許可の判定結果を出力する。アクセス許可手段(20
8)では、物理ページフレーム番号およびページオフセ
ットを合成して得られた物理アドレスと,アクセス条件
比較手段(207)の出力を入力とし、アクセス条件比較
手段(207)の判定結果が許可であれば物理アドレス
(209)を出力し、不可であれば出力しない。これに
より、重要度の高いデータの記憶レベルを高くしておく
ことにより、不当なアクセスからのデータの保護が可能
となる。
At this time, the logical page frame number is output to the conversion table (206) and the corresponding entry is selected. The conversion table (206) outputs the page storage level of the corresponding entry to the access condition comparison means (207). The access condition comparison means compares the program access level with the page storage level. At this time, since the program access level is 3, if the page storage level is 2 or less, the determination result of inaccessibility is output. If the page storage level is 3 or higher, the access permission determination result is output. Access permission means (20
In 8), the physical address obtained by combining the physical page frame number and the page offset and the output of the access condition comparing means (207) are input, and if the determination result of the access condition comparing means (207) is permitted. The physical address (209) is output, and if not, it is not output. This makes it possible to protect data from unauthorized access by increasing the storage level of highly important data.

【0049】[0049]

【発明の効果】本発明によれば、メモリプロテクション
手段を用いることによって、中央処理装置内に、記憶レ
ベルのような特殊なメモリプロテクション情報を記憶す
る手段を持たない計算機であっても、リングプロテクシ
ョン方式によるメモリプロテクション機能を実現するこ
とができる。さらにアクセス実行のたびごとに行われる
アクセス可否判定において、判定に要する情報を、アク
セス可かアクセス不可かのいずれかの内容しか持たない
情報にしたことによって、判定処理に要する時間を短く
でき、アクセスの際の処理時間を短縮できる。また、変
換テーブルをn(アクセスレベルの最大数)面を設ける
ことによって、各アクセスレベルにおけるアクセス条件
を細かく設定することができる。このため、例えば、複
数のプログラムが任意の記憶領域を共用する場合、各プ
ログラムに対して互いに異なるアクセスレベルを与える
ことにより、プログラムAからのアクセスを禁止する一
方、他のプログラムBからのアクセスを許可する、とい
ったことができる。これにより各プログラムの記憶領域
に対するアクセス権を最適に設定することができるた
め、計算機システムのセキュリテイ面での性能向上を図
ることができる。
According to the present invention, by using the memory protection means, even if the computer does not have a means for storing special memory protection information such as a storage level in the central processing unit, the ring protection is performed. It is possible to realize the memory protection function by the method. Furthermore, in the access permission determination performed every time access is performed, the information required for the determination is set to the information that has only the content accessible or inaccessible. The processing time at the time of can be shortened. Further, by providing the conversion table with n (maximum number of access levels) surfaces, it is possible to finely set the access conditions at each access level. Therefore, for example, when a plurality of programs share an arbitrary storage area, by giving different access levels to each program, the access from the program A is prohibited, while the access from the other program B is prohibited. You can allow it. As a result, the access right to the storage area of each program can be set optimally, so that the performance of the computer system in terms of security can be improved.

【0050】また、プログラムの中からアクセス可否情
報を変更することができるため、通常アクセス不可な記
憶領域に、一時的にアクセスを行うようなプログラムの
作成に対応することができ、記憶領域の保護条件を空間
的・時間的に最適化することができる。
Further, since the accessibility information can be changed from the program, it is possible to deal with the creation of a program for temporarily accessing the normally inaccessible storage area, and to protect the storage area. Conditions can be optimized spatially and temporally.

【0051】さらにまた、プログラムの中からアクセス
レベルを変更することができるため、特権モードでの緊
急アクセスなどを行うようなプログラムの作成に対応す
ることができ、プログラムの記憶領域へのアクセス条件
を空間的・時間的に最適化することができる。
Furthermore, since the access level can be changed from within the program, it is possible to deal with the creation of a program for performing emergency access in the privileged mode, and to set the access conditions for the program storage area. It can be spatially and temporally optimized.

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

【図1】本発明の実施例を説明するための図。FIG. 1 is a diagram for explaining an embodiment of the present invention.

【図2】本発明の比較例を説明するための図。FIG. 2 is a diagram for explaining a comparative example of the present invention.

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

101…オペレーティングシステム、102…プログラ
ム実行条件入力手段、103…プログラム管理テーブ
ル、105…変換テーブル、106…アクセス許可手
段、108…アクセス可否情報変更手段、109…アク
セスレベル変更手段。
101 ... Operating system, 102 ... Program execution condition input means, 103 ... Program management table, 105 ... Conversion table, 106 ... Access permission means, 108 ... Access permission information change means, 109 ... Access level change means.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 雑賀 敏昌 茨城県日立市大みか町五丁目2番1号 日 立プロセスコンピュータエンジニアリング 株式会社内 (72)発明者 関根 康雄 茨城県日立市大みか町五丁目2番1号 日 立プロセスコンピュータエンジニアリング 株式会社内 (72)発明者 宮田 英文 茨城県日立市大みか町五丁目2番1号 日 立プロセスコンピュータエンジニアリング 株式会社内 (72)発明者 桑原 啓二 茨城県日立市大みか町五丁目2番1号 株 式会社日立製作所大みか工場内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Toshimasa Saiga 5-2-1 Omika-cho, Hitachi-shi, Ibaraki Hitachi Process Computer Engineering Co., Ltd. (72) Yasuo Sekine 5-2, Omika-cho, Hitachi-shi, Ibaraki No. 1 in Hitachi Process Computer Engineering Co., Ltd. (72) Inventor Hidefumi Miyata 5-2-1 Omika-cho, Hitachi City, Ibaraki Prefecture In Hitachi Process Computer Engineering Co., Ltd. (72) Keiji Kuwahara Omi Mika, Hitachi City, Ibaraki Prefecture 5-2-1, Machi Incorporated company Hitachi, Ltd. Omika factory

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】仮想記憶方式により記憶装置が管理されて
いる電子計算機のメモリプロテクション方式において、 プログラム実行条件入力手段から入力されたプログラム
実行条件を入力とし、プログラム実行条件は、プログラ
ム識別番号部分(以下、プログラム識別番号と称す。)
により選択される複数の第1のエントリを有し、該第1
のエントリにはその第1のエントリを選択するプログラ
ム識別番号とプログラム実行条件のうちプログラムが記
憶領域の内容にアクセスできるためのアクセス権をn個
の段階的なレベルで表しレベルが高いほどアクセス権が
強いことを示すアクセスレベル部分(以下、アクセスレ
ベルと称す。)が記録されており、 プログラム識別番号により選択された第1のエントリに
記録されている情報を出力するプログラム管理テーブル
と,プログラム管理テーブルが出力するプログラムアク
セスレベルと中央処理装置のデータ転送手段が出力する
論理アドレスのうちページフレーム番号部分(以下、論
理ページフレーム番号と称す。)を入力とし、アクセス
レベルにより選択されるn個の複数のテーブルとを有
し、 複数のテーブルは、論理ページフレーム番号により選択
される複数の第2のエントリを有し、 該複数の第2のエントリにはその第2のエントリを選択
する論理ページフレーム番号を変換した結果の物理アド
レスのページフレーム番号(以下、物理ページフレーム
番号と称す。)とその第2のエントリに記録されている
物理ページフレーム番号が示す記憶領域の内容をアクセ
スできるためのアクセス可否情報(以下、アクセス可否
情報と称す。)が記録されており、 アクセスレベルにより選択されたテーブルに記録されて
いる第2のエントリのうち論理ページフレーム番号によ
り選択された第2のエントリに記録されている情報を出
力する変換テーブルと,物理ページフレーム番号および
論理アドレスのページオフセット部分(以下、ページオ
フセットと称す。)に基づいて得られた物理アドレスと
変換テーブルが出力しているアクセス可否情報を入力と
し、アクセス可否情報をもとに物理アドレスを記憶装置
に出力するかどうかを決定するアクセス許可手段とから
なるアドレス変換手段をオペレーティングシステムに具
備したことを特徴とするメモリプロテクション方式。
1. In a memory protection system of a computer in which a storage device is managed by a virtual storage system, a program execution condition inputted from a program execution condition input means is input, and the program execution condition is a program identification number part ( Hereinafter referred to as the program identification number.)
Has a plurality of first entries selected by
, The access right for the program to access the contents of the storage area in the program identification number for selecting the first entry and the program execution condition is represented by n stepwise levels. And a program management table for outputting the information recorded in the first entry selected by the program identification number. The program access level output from the table and the page frame number portion (hereinafter referred to as the logical page frame number) of the logical address output from the data transfer means of the central processing unit are input, and n number of access levels are selected. And multiple tables, and the multiple tables Page number of the physical address resulting from the conversion of the logical page frame number for selecting the second entry. Hereinafter, referred to as a physical page frame number) and access permission information (hereinafter referred to as access permission information) for accessing the contents of the storage area indicated by the physical page frame number recorded in the second entry thereof. A conversion table for outputting the information recorded in the second entry selected by the logical page frame number among the second entries recorded in the table selected by the access level, and a physical page It is obtained based on the frame number and the page offset part of the logical address (hereinafter referred to as page offset). The address translation means, which includes the physical address and the access permission / prohibition information output from the conversion table as input, and the access permission means for determining whether to output the physical address to the storage device based on the access permission / prohibition information, is operated. A memory protection method that is equipped in the system.
【請求項2】請求項1記載のメモリプロテクション方式
において、 実行されているプログラムからのアクセス可否情報変更
命令を入力とし、変換テーブル内のアクセス可否情報を
動的に変更できるためのアクセス可否情報変更手段をオ
ペレーティングシステムに具備したことを特徴とするメ
モリプロテクション方式。
2. The memory protection method according to claim 1, wherein an access permission / inhibition information change command from a program being executed is input, and the access permission / inhibition information in the conversion table can be dynamically changed. A memory protection system characterized in that the operating system is provided with means.
【請求項3】請求項1記載のメモリプロテクション方式
において、 実行されているプログラムからのアクセスレベル変更命
令を入力とし、プログラム管理テーブル内のアクセスレ
ベルを動的に変更できるためのアクセスレベル変更手段
をオペレーティングシステムに具備したことを特徴とす
るメモリプロテクション方式。
3. The memory protection system according to claim 1, further comprising access level changing means for inputting an access level changing command from a program being executed and dynamically changing the access level in the program management table. A memory protection method that is equipped with an operating system.
JP7014925A 1995-02-01 1995-02-01 Memory protection system Pending JPH08212140A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7014925A JPH08212140A (en) 1995-02-01 1995-02-01 Memory protection system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7014925A JPH08212140A (en) 1995-02-01 1995-02-01 Memory protection system

Publications (1)

Publication Number Publication Date
JPH08212140A true JPH08212140A (en) 1996-08-20

Family

ID=11874546

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7014925A Pending JPH08212140A (en) 1995-02-01 1995-02-01 Memory protection system

Country Status (1)

Country Link
JP (1) JPH08212140A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6868471B1 (en) 1999-04-20 2005-03-15 Nec Corporation Memory address space extension device and storage medium storing therein program thereof
JP2007058776A (en) * 2005-08-26 2007-03-08 Toshiba Corp Memory access controller
CN100432955C (en) * 2005-09-02 2008-11-12 中兴通讯股份有限公司 Detecting method for illegal memory reading and writing
JP2012238273A (en) * 2011-05-13 2012-12-06 Denso Corp Ram write control device and unauthorized access prevention program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6868471B1 (en) 1999-04-20 2005-03-15 Nec Corporation Memory address space extension device and storage medium storing therein program thereof
JP2007058776A (en) * 2005-08-26 2007-03-08 Toshiba Corp Memory access controller
JP4519738B2 (en) * 2005-08-26 2010-08-04 株式会社東芝 Memory access control device
CN100432955C (en) * 2005-09-02 2008-11-12 中兴通讯股份有限公司 Detecting method for illegal memory reading and writing
JP2012238273A (en) * 2011-05-13 2012-12-06 Denso Corp Ram write control device and unauthorized access prevention program

Similar Documents

Publication Publication Date Title
JP5581403B2 (en) Store secure mode page table data in secure and non-secure areas of memory
US5619671A (en) Method and apparatus for providing token controlled access to protected pages of memory
US5628023A (en) Virtual storage computer system having methods and apparatus for providing token-controlled access to protected pages of memory via a token-accessible view
KR100964000B1 (en) Memory management system and method providing linear address based memory access security
US5113442A (en) Method and apparatus for providing access control in a secure operating system
US5809546A (en) Method for managing I/O buffers in shared storage by structuring buffer table having entries including storage keys for controlling accesses to the buffers
US8296538B2 (en) Storing secure mode page table data in secure and non-secure regions of memory
US8955062B2 (en) Method and system for permitting access to resources based on instructions of a code tagged with an identifier assigned to a domain
US7424584B2 (en) Key-controlled object-based memory protection
JPH05204762A (en) Method and device for protecting access to storage and method of imparting isolation to storage-block
US5481688A (en) Information processing system having an address translation table loaded with main/expanded memory presence bits
JPH05233458A (en) Memory managing unit for computer system
US5900019A (en) Apparatus for protecting memory storage blocks from I/O accesses
US5724551A (en) Method for managing I/O buffers in shared storage by structuring buffer table having entries include storage keys for controlling accesses to the buffers
WO2006051754A1 (en) Confidential information processing device
US5787309A (en) Apparatus for protecting storage blocks from being accessed by unwanted I/O programs using I/O program keys and I/O storage keys having M number of bits
JP3454854B2 (en) Memory management device and method
JPH08212140A (en) Memory protection system
US5802397A (en) System for storage protection from unintended I/O access using I/O protection key by providing no control by I/O key entries over access by CP entity
US11100010B2 (en) Apparatus and method for handling memory access requests
JPH0652054A (en) Virtual memory controller
KR20220158831A (en) Controlling memory access in data processing systems with multiple subsystems
KR20070048079A (en) Memory access protection system and method for memory access protection
EP0285309A2 (en) Memory protection apparatus for use in an electronic calculator
JP2005149394A (en) Information processor, information processing method, program and recording medium

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040330