JPS628244A - Control system for virtual memory - Google Patents

Control system for virtual memory

Info

Publication number
JPS628244A
JPS628244A JP60146376A JP14637685A JPS628244A JP S628244 A JPS628244 A JP S628244A JP 60146376 A JP60146376 A JP 60146376A JP 14637685 A JP14637685 A JP 14637685A JP S628244 A JPS628244 A JP S628244A
Authority
JP
Japan
Prior art keywords
address
register
space
enlargement
storage
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
JP60146376A
Other languages
Japanese (ja)
Inventor
Nobuyoshi Sato
信義 佐藤
Hideyuki Saso
秀幸 佐相
Mitsuo Sakurai
桜井 三男
Masahiro Hitomi
政弘 一見
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP60146376A priority Critical patent/JPS628244A/en
Publication of JPS628244A publication Critical patent/JPS628244A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To respond with an address conversion by the enlargement of an actual storage area by providing the actual storage area of integer-fold as large as the capacity of a virtual memory and allocating a virtual storage space only to a regulated actual storage area determined with its space identifier. CONSTITUTION:In the address conversion, an actual address below an actual page address can be obtained at a register 16, and an enlargement address generating part 21, with obtaining an enlargement address bit from the space identifier of a space register 10, sets it at an enlargement address register 20. The high-order of the register 16 to which the enlargement address register 20 is linked accesses to a memory device as the actual address. The enlargement address generating part 21 holds the C bit value of a segment table 13 or an address conversion table 17 at a latch 22, and controls the input gate of the enlargement address register 20, setting a regulated value at the register 20 when the bit value is 1.

Description

【発明の詳細な説明】 〔概 要〕 計算機システムにおける、仮想記憶アドレスを実アドレ
スに変換するための仮想記憶制御方式である。仮想記憶
は一定の記憶容量の空間に分割された構成とする。この
記憶容量の整数倍の実記憶領域の記憶装置を設け、各仮
想記憶空間を、その空間識別子で定まる一定の実記憶領
域のみに割り当てる方式により、実記憶領域を拡張した
場合のアドレス変換に対処することができる。
[Detailed Description of the Invention] [Summary] This is a virtual memory control method for converting a virtual memory address into a real address in a computer system. The virtual memory is configured to be divided into spaces with a fixed storage capacity. By providing a storage device with a real storage area that is an integral multiple of this storage capacity and allocating each virtual storage space only to a certain real storage area determined by its space identifier, address conversion when the real storage area is expanded is handled. can do.

〔産業上の利用分野〕[Industrial application field]

本発明は、計算機システムにおける、仮想記憶アドレス
を実アドレスに変換するための仮想記憶制御方式に関す
る。
The present invention relates to a virtual memory control method for converting virtual memory addresses into real addresses in a computer system.

計算機システムの性能対価格比の向上等による、   
 □計算機利用領域の拡大に伴い、各計算機システムの
利用プログラムの大きさ、個数共に増大が著しい。
Due to improvements in the performance-to-price ratio of computer systems, etc.
□With the expansion of computer usage areas, both the size and number of programs used in each computer system have increased significantly.

このような傾向に対応して、公知の仮想記憶方    
:式においては、複数の空間からなる、いわゆる多重仮
想記憶方式によって、プログラミング上の記憶領域を拡
大する方式が広く用いられている。
In response to this trend, known virtual memory methods
:In expressions, a method is widely used to expand the storage area for programming by using the so-called multiple virtual storage method, which consists of multiple spaces.

このように、仮想記憶領域が拡大されたシステムを、効
率良く稼動させるためには、実際の記憶装置の記憶領域
、即ち実記憶領域も、それに対応して適当に拡大しなけ
ればならない。
In order to efficiently operate a system in which the virtual storage area has been expanded in this way, the storage area of the actual storage device, that is, the real storage area, must also be expanded appropriately.

〔従来の技術と発明が解決しようとする問題点〕第2図
は、仮想記憶の一方式を説明する図である。図において
各ボックスは、それぞれ1つの仮想記憶空間1を示し、
各記憶空間は、例えば空間識別子O11〜nで識別され
る。
[Prior art and problems to be solved by the invention] FIG. 2 is a diagram illustrating one type of virtual storage. In the figure, each box represents one virtual storage space 1,
Each storage space is identified, for example, by a space identifier O11-n.

各記憶空間1は、例えば16 MB(メガバイト)の容
量を有し、従って、各空間内の相対アドレスは24ビツ
ト構成のアドレスによって指定することができる。
Each storage space 1 has a capacity of, for example, 16 MB (megabytes), and therefore a relative address within each space can be specified by a 24-bit address.

各記憶空間は、各ジョブに割り当てられるが、例えば図
示のように共用域2.3を有し、共用域2.3はシステ
ムの制御プログラム、制御プロツク、及びシステムで共
用されるプログラム等を記憶する領域として、全記憶空
間に共通の同一の内容を保持する領域とする。ジョブ域
4は各記憶空間固有の領域である。。
Each storage space is allocated to each job, but has a shared area 2.3 as shown in the figure, and the shared area 2.3 stores system control programs, control blocks, programs shared by the system, etc. This area is an area that holds the same content common to all storage spaces. The job area 4 is an area unique to each storage space. .

第3図は、アドレス変換機構の一構成例を示すブロック
図である。
FIG. 3 is a block diagram showing an example of the configuration of an address translation mechanism.

ある記憶空間を割り当てられているジョブに実行制御を
渡すとき、システム制御プログラムは、空間レジスタ1
0にその記憶空間の°空間識別子を設定する。又、制御
レジスタ11には、システムで定めるセグメントテーブ
ル領域の先頭実アドレスが設定されている。
When passing execution control to a job that has been allocated a certain storage space, the system control program registers space register 1.
Set the space identifier of the storage space to 0. Further, the control register 11 is set with the starting real address of the segment table area defined by the system.

実行されるプログラムによって発生され、レジスタ12
に設定される仮想アドレスは、記憶空間内の相対アドレ
スを表示する、例えば24ビツトのアドレスである。
Generated by the executed program and stored in register 12
The virtual address set to is, for example, a 24-bit address that represents a relative address within the storage space.

仮想アドレスの構成は、例えば上位の8ビツト(ビット
0〜7)がセグメント番号、次の5ビツト(ビット8〜
12)がページ番号であって、この13ビツト (ビッ
トθ〜12)が2KB(キロバイト)のページのページ
アドレスを構成し、残りの11とット (ビット13〜
23)がページ内変位を指定するものとする。
For example, the configuration of a virtual address is such that the upper 8 bits (bits 0 to 7) are the segment number, and the next 5 bits (bits 8 to 7) are the segment number.
12) is the page number, these 13 bits (bits θ to 12) constitute the page address of the 2KB (kilobyte) page, and the remaining 11 bits (bits 13 to 12) constitute the page address of the 2KB (kilobyte) page.
23) specifies the intra-page displacement.

記憶装置にアクセスする場合には、仮想アドレスを実ア
ドレスに変換して、記憶装置のアドレスを指定する。こ
のためにシステム制御プログラムは、公知のように所要
のセグメントテーブル13及びページテーブル14を記
憶装置上に構成する。
When accessing a storage device, the virtual address is converted into a real address and the address of the storage device is specified. For this purpose, the system control program configures the required segment table 13 and page table 14 on the storage device in a known manner.

本例において、セグメントテーブル13は、制御レジス
タ11の先頭実アドレスで指定される記憶領域に保持さ
れ、各記憶空間のセグメントテーブルは、例えば該先頭
アドレスに、空間識別子×1024の変位を加えたアド
レスを先頭とする、1024バイトの領域とし、この場
合各空間のセグメントテーブルには、各セグメントに対
する各4バイトの項14が256項設けられる。
In this example, the segment table 13 is held in a storage area specified by the starting real address of the control register 11, and the segment table of each storage space is stored at an address obtained by adding a displacement of space identifier x 1024 to the starting address, for example. In this case, the segment table of each space has 256 4-byte entries 14 for each segment.

セグメントテーブルの各項14にはページテーブル先頭
アドレスと制御情報の欄があり、該制御情報には、咳項
の有効性を表示する■ビットと、前記の共用域2.3に
属するセグメントであることを表示するCビットを含む
Each entry 14 of the segment table has a column for the page table start address and control information, and the control information includes a ■ bit that indicates the validity of the entry, and a segment belonging to the shared area 2.3 mentioned above. Contains a C bit to indicate that.

該制御情報中のIビットが1の場合には、その項14の
ページテーブル先頭アドレスはページテーブルI5の先
頭を指す。こ\で、一般にセグメントテーブルの各項は
、それぞれ異なるページテーブルを指示するが、Cビッ
トが1の場合には、各セグメントテーブルの対応する各
項が、すべて同一、のページテーブルを指している。
When the I bit in the control information is 1, the page table head address in item 14 points to the head of page table I5. Here, each entry in the segment table generally points to a different page table, but if the C bit is 1, the corresponding entries in each segment table all point to the same page table. .

各ページテーブル15は、公知のように各項が仮想記憶
空間の各ページに対応し、該ページのコピーが置かれて
いる記憶装置の実アドレスを示すテーブルであり、本例
において、最大32ページの2KBページの実ページア
ドレスを指定する構成を有する。
As is well known, each page table 15 is a table in which each entry corresponds to each page of the virtual storage space and indicates the real address of the storage device where a copy of the page is placed.In this example, there are a maximum of 32 pages. It has a configuration that specifies the real page address of a 2KB page.

アドレス変換は、空間レジスタ10の空間識別子によっ
て、該空間のセグメントテーブルの先頭アドレスを決定
し、そのセグメントテーブル内の1項14をレジスタ1
2のビット0〜7のセグメント番号によって灰定し、項
14によって指定されるページテーブル15内の1項を
、レジスタ12のページ番号によって決定することによ
って、レジスタ12のビット0〜12のページアドレス
が、ページテーブルの該項に保持される実ページアドレ
スに変換される。
Address conversion is performed by determining the start address of the segment table of the space using the space identifier of the space register 10, and converting one item 14 in the segment table to the register 1.
The page address of bits 0 to 12 of register 12 is determined by the segment number of bits 0 to 7 of register 12, and one item in page table 15 specified by term 14 is determined by the page number of register 12. is converted into a real page address held in that entry in the page table.

実ページアドレスをレジスタ16のビット0〜12にセ
ットし、ビット13〜23にレジスタ12のページ内変
位をセットすることにより、レジスタ16に実アドレス
を得る。
The real address is obtained in the register 16 by setting the real page address in bits 0 to 12 of the register 16 and setting the intra-page displacement of the register 12 in bits 13 to 23.

公知のように、このようにして得られた実アドレスは、
TLB等と呼ばれる、いわゆるアドレス変換バッファ1
7に記憶して、レジスタ12のページアドレスから直接
索引することにより、アドレス変換を高速化することが
行われる。
As is well known, the real address obtained in this way is
So-called address translation buffer 1 called TLB etc.
7 and indexing directly from the page address of the register 12 speeds up address translation.

例えば、アドレス変換バッファ17の各項には、変換出
力された実ページアドレスと、そのときの空間レジスタ
lOにある空間識別子が記憶され、アドレス変換におい
て、ページアドレスによって読み出した項の空間識別子
が、その時の空間レジスタ10の空間識別子と一致すれ
ば、そこに保持されている実ページアドレスを変換結果
として使用する。
For example, in each term of the address translation buffer 17, the translated and output real page address and the space identifier in the space register IO at that time are stored, and in address translation, the space identifier of the term read by the page address is If it matches the space identifier in the space register 10 at that time, the real page address held there is used as the conversion result.

なお、アドレス変換バッファ17の各項には、前記と同
一の意味のCビットを有し、アドレス変換の際、Cビッ
トが1であれば、空間識別子の不一致に関わらず、その
実ページアドレスを有効とする。
Note that each term in the address translation buffer 17 has a C bit with the same meaning as above, and when converting an address, if the C bit is 1, the real page address is valid regardless of the space identifier mismatch. shall be.

このようなアドレス変換バッファ17によって実アドレ
スが決定した場合は、前記説明のセグメントテーブル及
びページテーブルへのアクセスは実行されずに、アドレ
ス変換バッファ17から得られた実ページアドレスがレ
ジスタ16にセントされ、以後は前記と同様に制御され
る。
When a real address is determined by such an address translation buffer 17, the real page address obtained from the address translation buffer 17 is sent to the register 16 without executing the access to the segment table and page table described above. , and thereafter are controlled in the same manner as described above.

以上の構成により、複数の記憶空間を有する構成に拡張
された仮想アドレスの変換が行われるが、もしこれに対
応して記憶装置を16MBより大きくし、従って24ビ
ツトを越えるビット数の実アドレスが必要になる構成を
実現しようとする場合には、セグメントテーブル13、
ページテーブル15及びアドレス変換バッファ17等に
保持する各実アドレスのビット幅がすべて拡張されるこ
とになって、一般にそれらの構造の変更を要するので、
変更の影響範囲が大きくなり、実記憶領域を拡張する場
合の障害となっていた。
With the above configuration, virtual address translation is extended to a configuration with multiple storage spaces, but if the storage device is made larger than 16 MB to accommodate this, and therefore a real address with a bit number exceeding 24 bits is When trying to realize the required configuration, the segment table 13,
Since the bit width of each real address held in the page table 15, address translation buffer 17, etc. is all expanded, it is generally necessary to change their structure.
The scope of influence of the changes became large, and this became an obstacle when expanding the real storage area.

〔問題点を解決するための手段〕[Means for solving problems]

第1図は、本発明の構成を示すブロック図である。 FIG. 1 is a block diagram showing the configuration of the present invention.

図において、20は拡張アドレスレジスタ、21は拡張
アドレス発生部である。
In the figure, 20 is an extended address register, and 21 is an extended address generator.

〔作 用〕[For production]

システム制御プログラムの、記憶装置の領域割当機能は
、記憶装置の領域を先頭アドレスから順次、16MBの
領域に分割し、各仮想記憶空間に対しては6、その空間
識別子によって定まる特定の16MB領域のみを割り当
てるものとする。
The storage device area allocation function of the system control program divides the storage device area into 16 MB areas sequentially from the first address, and only 6 for each virtual storage space and a specific 16 MB area determined by its space identifier. shall be assigned.

このようにして、各ページテーブル及びアドレス変換バ
ッファの各項には、実ページアドレスとして、上記16
 M B 領域内の相対アドレスを記憶しておく。
In this way, each entry in each page table and address translation buffer contains the above 16 addresses as real page addresses.
Store the relative address within the M B area.

アドレス変換は従来と同様にして実行され、レジスタ1
6に実ページアドレス以下の実アドレスを得る。
Address translation is performed in the same manner as before, register 1
6, obtain the real address below the real page address.

同時に、拡張アドレス発生部21は、空間レジスタ10
の空間識別子から、−意に定まる所定の拡張アドレスを
発生して、拡張アドレスレジスタ20にセットし、図示
のように、レジスタ16の上位に、拡張アドレスレジス
タ20を連結したものを、拡張した実アドレスとして、
記憶装置アクセスに使用する。
At the same time, the extended address generation unit 21 generates the space register 10
A predetermined extension address determined at will is generated from the space identifier of As the address,
Used for storage access.

拡張アドレス発生部21は、セグメントテーブル   
  1又はアドレス変換テーブルのCビットによって、
アクセス先が共用域であることを検出した場合には、空
間レジスタ10の内容に関わらず、一定のアドレス値(
例えば0)を発生して、拡張レジスタ20にセットする
The extended address generation unit 21 generates a segment table.
1 or by the C bit of the address translation table.
When it is detected that the access destination is a shared area, a fixed address value (
For example, 0) is generated and set in the extension register 20.

以上により、実記憶領域の拡張が容易に実現できる。As described above, expansion of the real storage area can be easily realized.

〔実施例〕〔Example〕

第1図において、セグメントテーブル13、ページテー
ブル14、アドレス変換バッファ17等は、前記の従来
例と同様の構成で、同様の制御によってアドレス変換が
実行される。但し、セグメントテーブル13、ページテ
ーブル15等は、例えば記憶装置の先頭の16 M B
 9X域に設定するものとし、従ってアドレス変換処理
過程における記憶装置へのアクセスにおいては、拡張ア
ドレスレジスタを0としてアクセスする。
In FIG. 1, a segment table 13, a page table 14, an address translation buffer 17, etc. have the same configuration as in the conventional example described above, and address translation is executed under the same control. However, the segment table 13, page table 15, etc. are stored in, for example, the first 16 MB of the storage device.
The extended address register is set to 9X area, and therefore, when accessing the storage device in the address conversion process, the extended address register is set to 0.

システム制御プログラムの、記憶装置の領域割当機能は
、記憶装置の領域を先頭アドレスから順次、16MBご
との領域に分割して管理し、各仮想記憶空間に対しては
、その空間識別子によって定まる特定の16MBe1域
のみを割り当てる。
The storage device area allocation function of the system control program manages the storage device area by dividing it into 16 MB areas sequentially starting from the first address, and for each virtual storage space, a specific area determined by its space identifier is assigned. Allocate only 16MBe1 area.

例えば空間識別子の下位ビットを、この16MB11域
の指真に使用するものとし、例えば空間識別子を8ビツ
トとして、その下位4ビツトをこれに当てる。このビッ
ト数はシステムごとに設定できるようにしてもよい。
For example, assume that the lower bits of the space identifier are used as the index of this 16MB11 area.For example, if the space identifier is 8 bits, the lower 4 bits are used for this. This number of bits may be set for each system.

システム制御プログラムは、このようにして設定される
割当領域の制限を考慮して、記憶装置の全領域ができる
だけ一様に使用されるように、仮想記憶空間の空間識別
子の番号を割り当てる。
The system control program allocates the space identifier numbers of the virtual storage spaces in consideration of the allocation area limit set in this manner so that the entire area of the storage device is used as uniformly as possible.

このようにして、16MB51域のアドレスは、空間識
別子から一意に決定するようにするので、各 。
In this way, the address of the 16MB51 area is uniquely determined from the space identifier, so that each address is uniquely determined from the space identifier.

ページテーブル及びアドレス変換バッファの各項には、
実ページアドレスとして、上記16MB?J域内の相対
アドレスのみを記憶しておけばよく、従って従来と同じ
ビット数で表すことができる。
Each section of page table and address translation buffer contains
Is the above 16MB the actual page address? It is only necessary to store the relative address within the J area, and therefore it can be expressed using the same number of bits as before.

アドレス変換は従来と同様にして実行され、レジスタ1
6に実ページアドレス以下の実アドレスを得るが、同時
に拡張アドレス発生部21は、空間レジスタ10の空間
識別子から、例えばその下位4ビツトを抽出して構成し
た拡張アドレスを、拡張アドレスレジスフ20にセット
する。
Address translation is performed in the same manner as before, register 1
At the same time, the extended address generator 21 generates an extended address, which is constructed by extracting, for example, the lower 4 bits of the space identifier of the space register 10, into the extended address register 20. set.

図示のように、レジスタ16の上位に、拡張アドレスレ
ジスタ20を連結したものを、拡張した実アドレスとし
て、記憶装置アクセスに使用する。
As shown in the figure, an extended address register 20 connected above the register 16 is used as an extended real address for accessing the storage device.

拡張アドレス発生部21は、セグメントテーブル13又
はアドレス変換テーブル17のCビットの値をラッチ2
2に保持し、・拡張アドレスレジスタ20の入力ゲート
を制御して、その値が1の場合(共用域を示す)には、
空間レジスタ10の内容に関わらず、一定のアドレス値
(例えば0)を拡張レジスタ20にセットする。
The extended address generation unit 21 stores the value of the C bit in the segment table 13 or the address conversion table 17 in latch 2.
2 and control the input gate of the extended address register 20, and if the value is 1 (indicating a shared area),
Regardless of the contents of the space register 10, a constant address value (for example, 0) is set in the extension register 20.

以上の構成により、アドレス変換機構を大幅に変更する
必要なしに、実記憶領域の拡張に対処することができる
With the above configuration, it is possible to deal with expansion of the real storage area without having to significantly change the address translation mechanism.

〔発明の効果〕〔Effect of the invention〕

以上の説明から明らかなように、本発明によれば、仮想
記憶方式の計算機システムにおいて、実記憶領域の拡張
が、比較的容易に実施できるので、計算機システムの利
用分野を拡大するという著しい工業的効果がある。
As is clear from the above description, according to the present invention, the real storage area can be expanded relatively easily in a computer system using a virtual storage method. effective.

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

第1図は本発明の実施例構成ブロック図、第2図は仮想
記憶の一方式例説明図、 第3図は従来のアドレス変換機構の一構成例ブロック図
である。 図において、 lは記憶空間、    2.3は共用域、4はジョブ域
、    10は空間レジスタ、11は制御にジスタ、
  12.16はレジスタ、13はセグメントテーブル
、 15はページテーブル、 17はアドレス変換バッファ、 20は拡張アドレスレジスタ、 21は拡張アドレス発生部
FIG. 1 is a block diagram of the configuration of an embodiment of the present invention, FIG. 2 is an explanatory diagram of an example of a virtual storage system, and FIG. 3 is a block diagram of a configuration example of a conventional address translation mechanism. In the figure, l is the storage space, 2.3 is the shared area, 4 is the job area, 10 is the space register, 11 is the control register,
12.16 is a register, 13 is a segment table, 15 is a page table, 17 is an address translation buffer, 20 is an extended address register, 21 is an extended address generator

Claims (1)

【特許請求の範囲】 所定の容量を有する複数の記憶空間に分割され、該記憶
空間の空間識別子と、該記憶空間内の相対アドレスとに
よって構成された仮想アドレスを、該所定容量の整数倍
の記憶領域を有し、該仮想アドレスによって指定される
データを保持する記憶装置の実アドレスに変換するに際
し、 該相対アドレス(12)を、該実アドレスの一部を構成
する部分アドレス(16)に変換するアドレス変換手段
(13、15、17)、 及び、該部分アドレス(16)に、該空間識別子の所定
の関数として定まるアドレス(20)を連結して、部分
アドレスを拡張する手段(21)を有することを特徴と
する仮想記憶制御方式。
[Claims] A virtual address that is divided into a plurality of storage spaces each having a predetermined capacity and constituted by a space identifier of the storage space and a relative address within the storage space is an integral multiple of the predetermined capacity. When converting the relative address (12) into a real address of a storage device that has a storage area and holds the data specified by the virtual address, convert the relative address (12) into a partial address (16) that forms part of the real address. address conversion means (13, 15, 17) for converting; and means (21) for expanding the partial address by concatenating the partial address (16) with an address (20) determined as a predetermined function of the space identifier; A virtual memory control method characterized by having the following.
JP60146376A 1985-07-03 1985-07-03 Control system for virtual memory Pending JPS628244A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60146376A JPS628244A (en) 1985-07-03 1985-07-03 Control system for virtual memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60146376A JPS628244A (en) 1985-07-03 1985-07-03 Control system for virtual memory

Publications (1)

Publication Number Publication Date
JPS628244A true JPS628244A (en) 1987-01-16

Family

ID=15406313

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60146376A Pending JPS628244A (en) 1985-07-03 1985-07-03 Control system for virtual memory

Country Status (1)

Country Link
JP (1) JPS628244A (en)

Similar Documents

Publication Publication Date Title
US4218743A (en) Address translation apparatus
US4279014A (en) Arrangement for converting virtual addresses into physical addresses in a data processing system
GB2165975A (en) Dynamically allocated local/global storage system
JPH04320553A (en) Address converting mechanism
KR960018907A (en) Apparatus and Method for Efficiently Sharing Virtual Storage Conversions
US5749093A (en) Enhanced information processing system using cache memory indication during DMA accessing
JPS6376034A (en) Multiple address space control system
US5107417A (en) Address translating method for translating virtual address to real address with specified address register to allow bypass of translation steps
JPS62164148A (en) Data processing system
JPH07281948A (en) Memory controller
JP2000276405A (en) Address conversion device and computer system having this device
JPS628244A (en) Control system for virtual memory
JPS5844263B2 (en) memory control circuit
JPS5953634B2 (en) computer system
JP2612173B2 (en) Virtual computer
JPS5821352B2 (en) Buffer memory control method
JPS59140566A (en) Information processing device
JP2635310B2 (en) Address translation device
JPH0517583B2 (en)
KR860000792B1 (en) Virtual memory control method
JP2000357123A (en) Memory access control system
JPH01140342A (en) Virtual computer system
JPS646492B2 (en)
JPS59201288A (en) Address converting system
JPH01287760A (en) Virtual storage control system