JP2000242560A - Address translator - Google Patents
Address translatorInfo
- Publication number
- JP2000242560A JP2000242560A JP11042670A JP4267099A JP2000242560A JP 2000242560 A JP2000242560 A JP 2000242560A JP 11042670 A JP11042670 A JP 11042670A JP 4267099 A JP4267099 A JP 4267099A JP 2000242560 A JP2000242560 A JP 2000242560A
- Authority
- JP
- Japan
- Prior art keywords
- address
- real
- page
- segment
- virtual
- 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
Links
Landscapes
- Memory System Of A Hierarchy Structure (AREA)
Abstract
(57)【要約】
【課題】仮想記憶空間のアドレスよりも大きな実記憶装
置のアドレスを設定することと、実記憶装置の容量が仮
想記憶空間の容量を超えない計算機システムで動作する
オペレーティングシステムでもそのまま動作させること
である。
【解決手段】アドレス変換テーブルとして、仮想記憶空
間と同じかそれ未満の容量を持つ実記憶装置のための第
1のアドレス変換テーブルと、別の第2のアドレス変換
テーブルを使用して、仮想記憶空間よりも大きな容量を
持つ実記憶装置の実アドレスを生成する手段を提供する
ことで上記課題を解決する。
(57) [Problem] To set an address of a real storage device larger than an address of a virtual storage space, and to provide an operating system operating on a computer system in which the capacity of the real storage device does not exceed the capacity of the virtual storage space. It is to operate as it is. A virtual storage is provided by using a first address conversion table for a real storage device having a capacity equal to or less than a virtual storage space and another second address conversion table as an address conversion table. The object is achieved by providing means for generating a real address of a real storage device having a capacity larger than a space.
Description
【0001】[0001]
【発明の属する技術分野】本発明は、仮想記憶空間のア
ドレスを実実記憶装置のアドレスに変換するアドレス変
換装置に係り、特に、仮想記憶空間より大きな容量を持
つ実記憶装置の計算機システムでアドレス変換を行うア
ドレス変換装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an address translation device for converting an address in a virtual storage space into an address in a real storage device, and more particularly to an address conversion device for a computer system of a real storage device having a larger capacity than the virtual storage space. The present invention relates to an address translation device that performs translation.
【0002】[0002]
【従来の技術】仮想記憶空間よりも大きな容量を持つ実
記憶装置のアレス変換装置として、特公平8−3106
0号公報に記載された技術が知られている。2. Description of the Related Art As an Ares conversion device for a real storage device having a larger capacity than a virtual storage space, Japanese Patent Publication No. H8-3106
The technique described in Japanese Patent Publication No. 0 is known.
【0003】この公報に記載された技術は、24ビット
あるいは31ビットの仮想記憶空間のアドレス(仮想ア
ドレス)から実記憶装置のアドレス(実アドレス)に変
換する際、31ビットの実アドレスを拡張することで、
2GBを超える実記憶装置をアクセスする拡張実アドレ
スを生成することができるようにするものである。31
ビットの実アドレスの上位にアドレスエクステンダと呼
ばれる拡張部を連結し、31ビットを超える実アドレス
(拡張実アドレス)を生成する。連結するアドレスエク
ステンダの長さの例として32ビットが挙げられてい
る。The technology described in this publication extends a 31-bit real address when converting an address (virtual address) of a 24-bit or 31-bit virtual storage space to an address (real address) of a real storage device. By that
An extended real address for accessing a real storage device exceeding 2 GB can be generated. 31
An extension called an address extender is connected to the upper part of the bit real address to generate a real address exceeding 31 bits (extended real address). An example of the length of the linked address extender is 32 bits.
【0004】前述の公報に記載された技術では、仮想ア
ドレスを実アドレスに変換し、31ビット実アドレスを
求める。この31ビット実アドレスの上位に、アドレス
変換テーブルである、ASTE、あるいは、セグメント
テーブル(STE)、あるいは、ページテーブル(PT
E)に格納されたアドレスエクステンダを連結し、拡張
実アドレスを求める。このアドレスエクステンダは、ア
ドレス変換テーブルのエントリサイズを拡張し、拡張し
た部分に格納している。In the technique described in the above publication, a virtual address is converted into a real address, and a 31-bit real address is obtained. Above the 31-bit real address, an address conversion table, such as an ASTE, a segment table (STE), or a page table (PT
The address extenders stored in E) are linked to obtain an extended real address. This address extender extends the entry size of the address conversion table and stores it in the extended portion.
【0005】前述の公報に記載された技術では、アドレ
スエクステンダの格納場所により、ASTEモード、S
TEモード、PTEモード、31ビット実アドレスを生
成できる下位互換性を維持するためにアドレスエクステ
ンダを使用禁止にする互換モードを設けている。In the technique described in the above-mentioned publication, the ASTE mode, the STE mode,
There are provided a TE mode, a PTE mode, and a compatibility mode for prohibiting the use of the address extender in order to maintain backward compatibility capable of generating a 31-bit real address.
【0006】STEモードでは、STEのエントリサイ
ズが拡張される。In the STE mode, the STE entry size is extended.
【0007】PTEモードでは、PTEのエントリサイ
ズが拡張される。STEのエントリサイズについては開
示されていない。[0007] In the PTE mode, the PTE entry size is extended. The STE entry size is not disclosed.
【0008】また、同様にASTEモード、互換モード
でのSTEのエントリサイズ、PTEのエントリサイズ
についても開示されていない。Similarly, there is no disclosure about the STE entry size or the PTE entry size in the ASTE mode or compatible mode.
【0009】[0009]
【発明が解決しようとする課題】前述の公報に記載され
た技術では、仮想アドレスよりも大きな実アドレスに変
換するために、31ビットのアドレス変換テーブルのエ
ントリサイズを拡張している。そのため、従来の31ビ
ットアドレス変換テーブルを参照していたプログラムは
修正しなければ実行できないといった問題があった。In the technique described in the above publication, the entry size of the 31-bit address translation table is extended in order to translate the address into a real address larger than the virtual address. Therefore, there has been a problem that a program which referred to the conventional 31-bit address conversion table cannot be executed without correction.
【0010】本発明の目的は、前述した従来技術の問題
点を解決し、仮想アドレスよりも大きな実アドレスに変
換するアドレス変換装置を提供すること、仮想記憶空間
と同じかそれ未満の容量を持つ実記憶装置のためのアド
レス変換テーブルを参照していたプログラムを修正しな
くても実行できる互換性を提供することにある。An object of the present invention is to solve the above-mentioned problems of the prior art and to provide an address translation device for translating a virtual address into a real address larger than a virtual address, and having a capacity equal to or less than a virtual storage space. An object of the present invention is to provide compatibility that can be executed without modifying a program that referred to an address conversion table for a real storage device.
【0011】[0011]
【課題を解決するための手段】本発明によれば前記目的
は、アドレス変換テーブルとして、仮想記憶空間と同じ
かそれ未満の容量を持つ実記憶装置のための第1のアド
レス変換テーブルと、別の第2のアドレス変換テーブル
を使用して、仮想記憶空間よりも大きな容量を持つ実記
憶装置の実アドレスを生成することで達成される。According to the present invention, an object of the present invention is to provide, as an address translation table, a first address translation table for a real storage device having a capacity equal to or less than a virtual storage space. This is achieved by generating the real address of the real storage device having a larger capacity than the virtual storage space by using the second address conversion table.
【0012】また、本発明によれば前記目的は、仮想記
憶空間よりも大きな容量の実記憶装置が装備されている
計算機システムで、仮想記憶空間よりも小さな容量、あ
るいは同容量の実記憶装置が装備されている計算機シス
テムで動作していたプログラムを動作させるために、仮
想記憶空間と同じかそれ未満の容量を持つ実記憶装置の
ためのアドレス変換テーブルのみを用いてアドレス変換
を行うことで達成される。Further, according to the present invention, an object of the present invention is to provide a computer system equipped with a real storage device having a larger capacity than the virtual storage space, and a real storage device having a smaller capacity or the same capacity as the virtual storage space. Achieved by performing address translation using only an address translation table for a real storage device with a capacity equal to or less than the virtual storage space in order to run a program that was running on the installed computer system Is done.
【0013】[0013]
【発明の実施の形態】以下、本発明によるアドレス変換
装置の一実施例を図面により詳細に説明する。BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing an embodiment of an address translation apparatus according to the present invention.
【0014】図9は、本発明の一実施例によるアドレス
変換装置を使用してアドレス変換を行う仮想記憶空間
と、実記憶装置の構成図である。仮想記憶空間2000
は、2の31乗バイトの容量を有する。また、この仮想
記憶空間は複数個作成することができる。アドレス変換
装置2100が仮想記憶空間に提供する仮想ページ20
10サイズは、4KBである。FIG. 9 is a configuration diagram of a virtual storage space for performing address translation using the address translator according to one embodiment of the present invention, and a real storage device. Virtual storage space 2000
Has a capacity of 2 31 bytes. Further, a plurality of virtual storage spaces can be created. The virtual page 20 provided by the address translator 2100 to the virtual storage space
The 10 size is 4 KB.
【0015】仮想記憶空間の仮想ページ2010は、ア
ドレス変換装置により、仮想アドレスから、実アドレス
に変換され、実記憶装置2200の実ページ2210に
対応させることができる。次に、図1から図8を用いて
本発明のアドレス変換装置の構成と動作を説明する。The virtual page 2010 in the virtual storage space is converted from a virtual address to a real address by the address conversion device, and can be made to correspond to the real page 2210 of the real storage device 2200. Next, the configuration and operation of the address translation device of the present invention will be described with reference to FIGS.
【0016】図1は、独立したセグメントテーブル2個
と、2個のページテーブルを連結させたアドレス変換テ
ーブルを有するアドレス変換装置で、仮想記憶空間より
大きな実記憶装置のアドレスを設定する場合の動作を示
したものである。FIG. 1 shows an address translation device having an address translation table in which two independent segment tables and two page tables are linked, and an operation when an address of a real storage device larger than a virtual storage space is set. It is shown.
【0017】仮想アドレス1200は、セグメントフィ
ールド1210、ページフィールド1220、変位フィ
ールド1230から構成される。以下に、仮想アドレス
を、実アドレスに変換する動作について説明する。The virtual address 1200 includes a segment field 1210, a page field 1220, and a displacement field 1230. Hereinafter, an operation of converting a virtual address into a real address will be described.
【0018】最初に、仮想アドレスのセグメントフィー
ルド1210の内容は、乗算器20により、4倍され
る。制御レジスタ1(1000)には、セグメントテー
ブル0(1300)の先頭実アドレスが格納されてい
る。拡張レジスタ1(1100)には、セグメントテー
ブル1(1310)の先頭実アドレスが格納されてい
る。制御レジスタ1には、実記憶拡張モードフラグ11
10も格納されている。First, the contents of the segment field 1210 of the virtual address are quadrupled by the multiplier 20. The first real address of the segment table 0 (1300) is stored in the control register 1 (1000). The first real address of the segment table 1 (1310) is stored in the extension register 1 (1100). The control register 1 has a real storage expansion mode flag 11
10 is also stored.
【0019】実記憶拡張モードフラグは、2GBを超え
る実記憶装置を参照することを許可する。実記憶拡張モ
ードフラグがオンの場合、2GBを超える実記憶装置を
参照することができる。実記憶拡張モードフラグがオフ
の場合、2GB未満の実記憶装置しか参照できない。実
記憶モードフラグの初期状態は、オフであり、計算機シ
ステムの実記憶装置の実装容量に無関係である。つま
り、2GBを超える実記憶装置が実装されていても、実
記憶拡張モードフラグは、オフのままである。実記憶拡
張モードフラグは、ソフトウェアによって制御される。The real storage expansion mode flag permits reference to a real storage device exceeding 2 GB. When the real storage expansion mode flag is on, a real storage device exceeding 2 GB can be referred to. When the real storage expansion mode flag is off, only real storage devices of less than 2 GB can be referenced. The initial state of the real storage mode flag is off and has nothing to do with the installed capacity of the real storage device of the computer system. That is, even if a real storage device exceeding 2 GB is mounted, the real storage expansion mode flag remains off. The real storage expansion mode flag is controlled by software.
【0020】制御レジスタ1に格納されたセグメントテ
ーブル0アドレスと、仮想アドレスのセグメントフィー
ルドの内容を4倍した内容は、加算器10により加算さ
れ、セグメントフィールドの内容に対応したセグメント
テーブル0(1300)のアドレスとなる。セグメント
テーブル0(1300)には、ページテーブルの先頭実
アドレスの31ビット部分が格納されており、セグメン
トテーブル参照時に使用される。The contents of the segment table 0 address stored in the control register 1 and the contents obtained by quadrupling the contents of the segment field of the virtual address are added by the adder 10, and the segment table 0 (1300) corresponding to the contents of the segment field is added. Address. The segment table 0 (1300) stores the 31-bit portion of the head real address of the page table, and is used when referring to the segment table.
【0021】制御レジスタ1の実記憶拡張モードフラグ
がオンの場合は、次の動作も行われる。When the real storage expansion mode flag of the control register 1 is on, the following operation is also performed.
【0022】拡張レジスタ1に格納されたセグメントテ
ーブル1アドレスと仮想アドレスのセグメントフィール
ドの内容を4倍した内容は、加算器10により加算さ
れ、セグメントフィールドの内容に対応したセグメント
テーブル1(1310)のアドレスとなる。セグメント
テーブル1(1310)には、ページテーブルの先頭実
アドレスのアドレス拡張子が格納されており、セグメン
トテーブル参照時に使用される。The contents obtained by quadrupling the contents of the segment field of the segment table 1 of the virtual table and the address of the segment table 1 stored in the extension register 1 are added by the adder 10, and the contents of the segment table 1 (1310) corresponding to the contents of the segment field are added. Address. The segment table 1 (1310) stores the address extension of the first real address of the page table, and is used when referring to the segment table.
【0023】上記のセグメントテーブル0(1300)
の示す内容と、セグメントテーブル1(1310)の示
す内容を連結して拡張ページテーブルアドレス1320
を得ることができる。拡張ページテーブルアドレスは、
セグメントテーブル0に格納されているページテーブル
アドレスの上位に、セグメントテーブル1に格納されて
いるアドレス拡張子を連結した31ビットを超える実ア
ドレスとなる。The above segment table 0 (1300)
And the contents of the segment table 1 (1310) are concatenated to form an extended page table address 1320.
Can be obtained. The extended page table address is
A real address exceeding 31 bits obtained by concatenating the address extension stored in the segment table 1 above the page table address stored in the segment table 0.
【0024】次に、仮想アドレスのページフィールド1
220の内容は、乗算器20により、4倍される。拡張
ページテーブルアドレスとページフィールドを4倍した
内容は、加算器10により加算され、ページフィールド
の内容に対応したページテーブル1400のアドレスと
なる。ページテーブル1400には、ページアドレスが
格納されており、ページテーブル参照時に使用される。Next, the page field 1 of the virtual address
The content of 220 is quadrupled by the multiplier 20. The content obtained by quadrupling the extended page table address and the page field is added by the adder 10, and becomes the address of the page table 1400 corresponding to the content of the page field. A page address is stored in the page table 1400, and is used when referring to the page table.
【0025】ページテーブル1400のアドレスに定数
1450を加算したページテーブル1410には、アド
レス拡張子が格納されており、ページテーブル参照時に
使用される。ここで参照される定数の値は、1024が
使用される。An address extension is stored in a page table 1410 obtained by adding a constant 1450 to the address of the page table 1400, and is used when referring to the page table. 1024 is used as the value of the constant referred to here.
【0026】次に、ページテーブル1400に格納され
ているページアドレスの下位に、仮想アドレスの変位フ
ィールド1230を連結し、上位にページテーブル14
10に格納されているアドレス拡張子を連結し、31ビ
ットを超える拡張実アドレス1600を得る。Next, a virtual address displacement field 1230 is linked to the lower part of the page address stored in the page table 1400, and the page table 14
By concatenating the address extensions stored in 10, an extended real address 1600 exceeding 31 bits is obtained.
【0027】以上の動作により、仮想記憶空間のアドレ
スよりも大きな実記憶装置のアドレスを設定することが
できる。With the above operation, it is possible to set the address of the real storage device larger than the address of the virtual storage space.
【0028】セグメントテーブルの先頭アドレスを格納
する制御レジスタ1や拡張レジスタ1のサイズは4バイ
トのため、セグメントテーブル0、セグメントテーブル
1は、2GB未満の実記憶装置上に配置される。ページ
テーブルの先頭アドレスを格納するセグメントテーブル
0エントリ、セグメントテーブル1エントリのサイズは
4バイトであるが、連結して8バイトで参照されるた
め、ページテーブルは、2GBを超える実記憶装置上に
配置される。一つの仮想記憶空間で利用するセグメント
テーブルのサイズは、各々8KB、合計で16KBであ
り、あまり大きくないが、ページテーブルのサイズは、
16MBとなり、非常に大きい。したがって、セグメン
トテーブルは、2GB未満の実記憶上に配置しても実記
憶装置を圧迫する要素は小さいが、ページテーブルは、
2GB未満の実記憶装置に配置すると、実記憶装置を圧
迫してしまう。そのため、ページテーブルは、2GBを
超える実記憶装置上に配置する。Since the size of the control register 1 and the extension register 1 for storing the start address of the segment table is 4 bytes, the segment table 0 and the segment table 1 are arranged on a real storage device of less than 2 GB. Although the size of the segment table 0 entry and the segment table 1 entry for storing the head address of the page table is 4 bytes, the page table is located on a real storage device exceeding 2 GB because it is linked and referred to by 8 bytes. Is done. The size of the segment table used in one virtual storage space is 8 KB each, that is, 16 KB in total, which is not very large.
16 MB, which is very large. Therefore, even though the segment table is placed on the real storage of less than 2 GB, the element that presses the real storage device is small, but the page table is
If it is arranged in a real storage device of less than 2 GB, the real storage device will be squeezed. Therefore, the page table is allocated on a real storage device exceeding 2 GB.
【0029】図2は、独立したセグメントテーブル2個
と、2個のページテーブルを連結させたアドレス変換テ
ーブルを有するアドレス変換装置で、仮想記憶空間と同
じ容量の実記憶装置のアドレスを設定する場合の動作を
示したものである。FIG. 2 shows an address translation device having an address translation table in which two independent segment tables and two page tables are linked, in which an address of a real storage device having the same capacity as the virtual storage space is set. This shows the operation of.
【0030】最初に、仮想アドレスのセグメントフィー
ルド1210の内容は、乗算器20により、4倍され
る。制御レジスタ1(1000)には、セグメントテー
ブル0(1300)の先頭実アドレスが格納されてい
る。制御レジスタ1(1000)には、実記憶拡張モー
ドフラグ1110がオフに設定されている。First, the contents of the segment field 1210 of the virtual address are quadrupled by the multiplier 20. The first real address of the segment table 0 (1300) is stored in the control register 1 (1000). The real storage expansion mode flag 1110 is set to off in the control register 1 (1000).
【0031】制御レジスタ1に格納されたセグメントテ
ーブル0アドレスと、仮想アドレスのセグメントフィー
ルドの内容を4倍した内容は、加算器10により加算さ
れ、セグメントフィールドの内容に対応したセグメント
テーブル0(1300)のアドレスとなる。セグメント
テーブル0(1300)には、ページテーブルの先頭実
アドレスの31ビット部分が格納されており、セグメン
トテーブル参照時に使用される。The address of the segment table 0 stored in the control register 1 and the content obtained by quadrupling the content of the segment field of the virtual address are added by the adder 10, and the segment table 0 (1300) corresponding to the content of the segment field is added. Address. The segment table 0 (1300) stores the 31-bit portion of the head real address of the page table, and is used when referring to the segment table.
【0032】制御レジスタ1の実記憶拡張モードフラグ
がオフの場合は、セグメントテーブル1アドレスを求め
る動作は行わない。When the real storage expansion mode flag of the control register 1 is off, the operation for obtaining the segment table 1 address is not performed.
【0033】上記のセグメントテーブル0(1300)
の示す内容は、そのままページテーブルアドレスとな
る。The above segment table 0 (1300)
Are directly used as page table addresses.
【0034】次に、仮想アドレスのページフィールド1
220の内容は、乗算器20により、4倍される。ペー
ジテーブルアドレスとページフィールドを4倍した内容
は、加算器10により加算され、ページフィールドの内
容に対応したページテーブル1400のアドレスとな
る。ページテーブル1400には、ページアドレスが格
納されており、ページテーブル参照時に使用される。Next, the page field 1 of the virtual address
The content of 220 is quadrupled by the multiplier 20. The content obtained by quadrupling the page table address and the page field is added by the adder 10, and becomes the address of the page table 1400 corresponding to the content of the page field. A page address is stored in the page table 1400, and is used when referring to the page table.
【0035】次に、ページテーブル1400に格納され
ているページアドレスの下位に、仮想アドレスの変位フ
ィールド1230を連結した31ビット実アドレス15
00となる。Next, a 31-bit real address 15 in which a displacement field 1230 of a virtual address is linked below the page address stored in the page table 1400.
00.
【0036】以上の動作により、仮想記憶空間と同じ容
量の実記憶装置のアドレスを設定することができる。With the above operation, the address of the real storage device having the same capacity as the virtual storage space can be set.
【0037】図3は、独立したセグメントテーブル2個
と、独立したページテーブル2個のアドレス変換テーブ
ルを有するアドレス変換装置で、仮想記憶空間より大き
な実記憶装置のアドレスを設定する場合の動作を示した
ものである。FIG. 3 shows the operation when an address of a real storage device larger than the virtual storage space is set in an address conversion device having two independent segment table and two independent page table address conversion tables. It is a thing.
【0038】最初に、仮想アドレスのセグメントフィー
ルド1210の内容は、乗算器20により、4倍され
る。制御レジスタ1(1000)には、セグメントテー
ブル0(1300)の先頭実アドレスが格納されてい
る。拡張レジスタ1(1100)には、セグメントテー
ブル1(1310)の先頭実アドレスが格納されてい
る。First, the contents of the segment field 1210 of the virtual address are quadrupled by the multiplier 20. The first real address of the segment table 0 (1300) is stored in the control register 1 (1000). The first real address of the segment table 1 (1310) is stored in the extension register 1 (1100).
【0039】制御レジスタ1に格納されたセグメントテ
ーブル0アドレスと、仮想アドレスのセグメントフィー
ルドの内容を4倍した内容は、加算器10により加算さ
れ、セグメントフィールドの内容に対応したセグメント
テーブル0(1300)のアドレスとなる。セグメント
テーブル0(1300)には、ページテーブル0(14
20)の先頭実アドレスが格納されており、セグメント
テーブル参照時に使用される。The address of the segment table 0 stored in the control register 1 and the content obtained by quadrupling the content of the segment field of the virtual address are added by the adder 10, and the segment table 0 (1300) corresponding to the content of the segment field is added. Address. The segment table 0 (1300) has the page table 0 (14
20) is stored and used when referring to the segment table.
【0040】制御レジスタ1の実記憶拡張モードフラグ
がオンの場合は、次の動作も行われる。When the real storage expansion mode flag of the control register 1 is on, the following operation is also performed.
【0041】拡張レジスタ1に格納されたセグメントテ
ーブル1アドレスと仮想アドレスのセグメントフィール
ドの内容を4倍した内容は、加算器10により加算さ
れ、セグメントフィールドの内容に対応したセグメント
テーブル1(1310)のアドレスとなる。セグメント
テーブル1(1310)には、ページテーブル1(14
30)の先頭実アドレスが格納されており、セグメント
テーブル参照時に使用される。The contents of the segment table 1 address stored in the extension register 1 and the contents of the segment field of the virtual address quadrupled are added by the adder 10, and the contents of the segment table 1 (1310) corresponding to the contents of the segment fields are added. Address. The segment table 1 (1310) has the page table 1 (14
30) is stored and used when referring to the segment table.
【0042】次に、仮想アドレスのページフィールド1
220の内容は、乗算器20により、4倍される。ペー
ジテーブル0アドレスとページフィールドを4倍した内
容は、加算器10により加算され、ページフィールドの
内容に対応したページテーブル0(1420)のアドレ
スとなる。ページテーブル0(1420)には、ページ
アドレスが格納されており、ページテーブル参照時に使
用される。ページテーブル1アドレスとページフィール
ドを4倍した内容は、加算器10により加算され、ペー
ジフィールドの内容に対応したページテーブル1(14
30)のアドレスとなる。ページテーブル(1430)
には、アドレス拡張子が格納されており、ページテーブ
ル参照時に使用される。Next, page field 1 of the virtual address
The content of 220 is quadrupled by the multiplier 20. The content obtained by quadrupling the page table 0 address and the page field is added by the adder 10, and becomes the address of the page table 0 (1420) corresponding to the content of the page field. A page address is stored in the page table 0 (1420) and is used when referring to the page table. The content obtained by quadrupling the page table 1 address and the page field is added by the adder 10, and the page table 1 (14) corresponding to the content of the page field is added.
30). Page table (1430)
Stores an address extension, which is used when referring to the page table.
【0043】次に、ページテーブル0(1420)に格
納されているページアドレスの下位に、仮想アドレスの
変位フィールド1230を連結し、上位にページテーブ
ル1(1430)に格納されているアドレス拡張子を連
結し、31ビットを超える拡張実アドレス1600を得
る。Next, the displacement field 1230 of the virtual address is concatenated below the page address stored in the page table 0 (1420), and the address extension stored in the page table 1 (1430) is appended above the page address. Concatenation to obtain an extended real address 1600 exceeding 31 bits.
【0044】以上の動作により、仮想記憶空間のアドレ
スよりも大きな実記憶装置のアドレスを設定することが
できる。By the above operation, it is possible to set the address of the real storage device larger than the address of the virtual storage space.
【0045】図4は、独立したセグメントテーブル2個
と、独立したページテーブル2個のアドレス変換テーブ
ルを有するアドレス変換装置で、仮想記憶空間と同じ実
記憶装置のアドレスを設定する場合の動作を示したもの
である。FIG. 4 shows an operation when an address of a real storage device which is the same as a virtual storage space is set in an address translation device having two independent segment table and two independent page table address translation tables. It is a thing.
【0046】最初に、仮想アドレスのセグメントフィー
ルド1210の内容は、乗算器20により、4倍され
る。制御レジスタ1(1100)には、セグメントテー
ブル0(1300)の先頭実アドレスが格納されてい
る。拡張レジスタ1(1100)には、セグメントテー
ブル1(1310)の先頭実アドレスが格納されてい
る。制御レジスタ1(1000)には、実記憶拡張モー
ドフラグ1110がオフに設定されている制御レジスタ
1に格納されたセグメントテーブル0アドレスと、仮想
アドレスのセグメントフィールドの内容を4倍した内容
は、加算器10により加算され、セグメントフィールド
の内容に対応したセグメントテーブル0(1300)の
アドレスとなる。セグメントテーブル0(1300)に
は、ページテーブル0(1420)の先頭実アドレスが
格納されており、セグメントテーブル参照時に使用され
る。First, the content of the segment field 1210 of the virtual address is quadrupled by the multiplier 20. The first real address of the segment table 0 (1300) is stored in the control register 1 (1100). The first real address of the segment table 1 (1310) is stored in the extension register 1 (1100). In the control register 1 (1000), the content obtained by quadrupling the content of the segment field of the virtual address and the segment table 0 address stored in the control register 1 in which the real storage extension mode flag 1110 is set to off is added. And the address of the segment table 0 (1300) corresponding to the contents of the segment field. The first real address of the page table 0 (1420) is stored in the segment table 0 (1300), and is used when referring to the segment table.
【0047】次に、仮想アドレスのページフィールド1
220の内容は、乗算器20により、4倍される。ペー
ジテーブル0アドレスとページフィールドを4倍した内
容は、加算器10により加算され、ページフィールドの
内容に対応したページテーブル0(1420)のアドレ
スとなる。ページテーブル0(1420)には、ページ
アドレスが格納されており、ページテーブル参照時に使
用される。Next, the page field 1 of the virtual address
The content of 220 is quadrupled by the multiplier 20. The content obtained by quadrupling the page table 0 address and the page field is added by the adder 10, and becomes the address of the page table 0 (1420) corresponding to the content of the page field. A page address is stored in the page table 0 (1420) and is used when referring to the page table.
【0048】次に、ページテーブル0(1420)に格
納されているページアドレスの下位に、仮想アドレスの
変位フィールド1230を連結した31ビット実アドレ
ス1500となる。Next, a 31-bit real address 1500 in which the displacement field 1230 of the virtual address is linked to the lower order of the page address stored in the page table 0 (1420).
【0049】以上の動作により、仮想記憶空間と同じ容
量の実記憶装置のアドレスを設定することができる。With the above operation, the address of the real storage device having the same capacity as the virtual storage space can be set.
【0050】図5は、2個のセグメントテーブルを連結
させ、2個のページテーブルを連結させたアドレス変換
テーブルを有するアドレス変換装置で、仮想記憶空間よ
り大きな実記憶装置のアドレスを設定する場合の動作を
示したものである。FIG. 5 shows an address translation device having an address translation table in which two segment tables are linked and two page tables are linked, in which an address of a real storage device larger than the virtual storage space is set. It shows the operation.
【0051】最初に、仮想アドレスのセグメントフィー
ルド1210の内容は、乗算器20により、4倍され
る。制御レジスタ1(1100)には、セグメントテー
ブル0(1300)の先頭実アドレスが格納されてい
る。制御レジスタ1には、実記憶拡張モードフラグビッ
ト1110も格納されている。First, the contents of the segment field 1210 of the virtual address are quadrupled by the multiplier 20. The first real address of the segment table 0 (1300) is stored in the control register 1 (1100). The control register 1 also stores a real storage expansion mode flag bit 1110.
【0052】制御レジスタ1に格納されたセグメントテ
ーブルアドレスと、仮想アドレスのセグメントフィール
ドの内容を4倍した内容は、加算器10により加算さ
れ、セグメントフィールドの内容に対応したセグメント
テーブル1320のアドレスとなる。セグメントテーブ
ル1320には、ページテーブルの先頭実アドレスの3
1ビット部分が格納されており、セグメントテーブル参
照時に使用される。The segment table address stored in the control register 1 and the content obtained by quadrupling the content of the segment field of the virtual address are added by the adder 10 to obtain an address of the segment table 1320 corresponding to the content of the segment field. . The segment table 1320 contains the first real address 3 of the page table.
One bit portion is stored and used when referring to the segment table.
【0053】制御レジスタ1の実記憶拡張モードフラグ
がオンの場合は、次の動作も行われる。When the real storage expansion mode flag of the control register 1 is on, the following operation is also performed.
【0054】セグメントテーブル1320のアドレスに
定数1350を加算したセグメントテーブル1330に
は、ページテーブルの先頭実アドレスのアドレス拡張子
が格納されており、セグメントテーブル参照時に使用さ
れる。ここで参照される定数の値は、8192が使用さ
れる。The segment table 1330 obtained by adding a constant 1350 to the address of the segment table 1320 stores the address extension of the first real address of the page table, and is used when referring to the segment table. 8192 is used as the value of the constant referred to here.
【0055】上記のセグメントテーブル1320の示す
内容と、セグメントテーブル1330の示す内容を連結
して拡張ページテーブルアドレス1320を得ることが
できる。拡張ページテーブルアドレスは、セグメントテ
ーブル1320に格納されているページテーブルアドレ
スの上位に、セグメントテーブル1330に格納されて
いるアドレス拡張子を連結した31ビットを超える実ア
ドレスとなる。The contents shown in the segment table 1320 and the contents shown in the segment table 1330 can be linked to obtain the extended page table address 1320. The extended page table address is a real address exceeding 31 bits obtained by concatenating the address extension stored in the segment table 1330 above the page table address stored in the segment table 1320.
【0056】次に、仮想アドレスのページフィールド1
220の内容は、乗算器20により、4倍される。ペー
ジテーブルアドレスとページフィールドを4倍した内容
は、加算器10により加算され、ページフィールドの内
容に対応したページテーブル1400のアドレスとな
る。ページテーブル1400には、ページアドレスが格
納されており、ページテーブル参照時に使用される。Next, the page field 1 of the virtual address
The content of 220 is quadrupled by the multiplier 20. The content obtained by quadrupling the page table address and the page field is added by the adder 10, and becomes the address of the page table 1400 corresponding to the content of the page field. A page address is stored in the page table 1400, and is used when referring to the page table.
【0057】ページテーブル1400のアドレスに定数
1450を加算したページテーブル1410には、アド
レス拡張子が格納されており、ページテーブル参照時に
使用される。ここで参照される定数の値は、1024が
使用される。An address extension is stored in the page table 1410 obtained by adding a constant 1450 to the address of the page table 1400, and is used when referring to the page table. 1024 is used as the value of the constant referred to here.
【0058】次に、ページテーブル1400に格納され
ているページアドレスの下位に、仮想アドレスの変位フ
ィールド1230を連結し、上位にページテーブル14
10に格納されているアドレス拡張子を連結し、31ビ
ットを超える拡張実アドレス1600を得る。Next, a virtual address displacement field 1230 is linked to the lower part of the page address stored in the page table 1400, and the page table 14
By concatenating the address extensions stored in 10, an extended real address 1600 exceeding 31 bits is obtained.
【0059】以上の動作により、仮想記憶空間のアドレ
スよりも大きな実記憶装置のアドレスを設定することが
できる。By the above operation, it is possible to set the address of the real storage device larger than the address of the virtual storage space.
【0060】図6は、2個のセグメントテーブルを連結
させ、2個のページテーブルを連結させたアドレス変換
テーブルを有するアドレス変換装置で、仮想記憶空間と
同じ実記憶装置のアドレスを設定する場合の動作を示し
たものである。FIG. 6 shows an address translation device having an address translation table in which two segment tables are linked and two page tables are linked, in which the same address of the real storage device as the virtual storage space is set. It shows the operation.
【0061】最初に、仮想アドレスのセグメントフィー
ルド1210の内容は、乗算器20により、4倍され
る。制御レジスタ1(1100)には、セグメントテー
ブル0(1300)の先頭実アドレスが格納されてい
る。制御レジスタ1には、実記憶拡張モードフラグ11
10がオフに設定されている。First, the contents of the segment field 1210 of the virtual address are quadrupled by the multiplier 20. The first real address of the segment table 0 (1300) is stored in the control register 1 (1100). The control register 1 has a real storage expansion mode flag 11
10 is set to off.
【0062】制御レジスタ1に格納されたセグメントテ
ーブルアドレスと、仮想アドレスのセグメントフィール
ドの内容を4倍した内容は、加算器10により加算さ
れ、セグメントフィールドの内容に対応したセグメント
テーブル1320のアドレスとなる。セグメントテーブ
ル1320には、ページテーブルの先頭実アドレスの3
1ビット部分が格納されており、セグメントテーブル参
照時に使用される。The segment table address stored in the control register 1 and the content obtained by quadrupling the content of the segment field of the virtual address are added by the adder 10 to obtain an address of the segment table 1320 corresponding to the content of the segment field. . The segment table 1320 contains the first real address 3 of the page table.
One bit portion is stored and used when referring to the segment table.
【0063】制御レジスタ1の実記憶拡張モードフラグ
がオフの場合は、セグメントテーブル1330アドレス
を求める動作は行わない。When the real storage expansion mode flag of the control register 1 is off, the operation for obtaining the segment table 1330 address is not performed.
【0064】上記のセグメントテーブル1320の示す
内容は、そのままページテーブルアドレスとなる。The contents shown in the segment table 1320 are used as page table addresses as they are.
【0065】次に、仮想アドレスのページフィールド1
220の内容は、乗算器20により、4倍される。ペー
ジテーブルアドレスとページフィールドを4倍した内容
は、加算器10により加算され、ページフィールドの内
容に対応したページテーブル1400のアドレスとな
る。ページテーブル1400には、ページアドレスが格
納されており、ページテーブル参照時に使用される。Next, the page field 1 of the virtual address
The content of 220 is quadrupled by the multiplier 20. The content obtained by quadrupling the page table address and the page field is added by the adder 10, and becomes the address of the page table 1400 corresponding to the content of the page field. A page address is stored in the page table 1400, and is used when referring to the page table.
【0066】次に、ページテーブル1400に格納され
ているページアドレスの下位に、仮想アドレスの変位フ
ィールド1230を連結しした31ビット実アドレス1
500を得る。Next, a 31-bit real address 1 in which the displacement field 1230 of the virtual address is linked to the lower order of the page address stored in the page table 1400
Get 500.
【0067】以上の動作により、仮想記憶空間のアドレ
スと同じ容量の実記憶装置のアドレスを設定することが
できる。By the above operation, the address of the real storage device having the same capacity as the address of the virtual storage space can be set.
【0068】図7は、2個のセグメントテーブルを連結
させ、独立したページテーブル2個のアドレス変換テー
ブルを有するアドレス変換装置で、仮想記憶空間より大
きな実記憶装置のアドレスを設定する場合の動作を示し
たものである。FIG. 7 shows an operation in which two segment tables are linked to each other to set an address of a real storage device larger than the virtual storage space in an address conversion device having two independent page tables and two address conversion tables. It is shown.
【0069】最初に、仮想アドレスのセグメントフィー
ルド1210の内容は、乗算器20により、4倍され
る。制御レジスタ1(1100)には、セグメントテー
ブル0(1300)の先頭実アドレスが格納されてい
る。制御レジスタ1には、実記憶拡張モードフラグビッ
ト1110も格納されている。First, the content of the segment field 1210 of the virtual address is quadrupled by the multiplier 20. The first real address of the segment table 0 (1300) is stored in the control register 1 (1100). The control register 1 also stores a real storage expansion mode flag bit 1110.
【0070】制御レジスタ1に格納されたセグメントテ
ーブルアドレスと、仮想アドレスのセグメントフィール
ドの内容を4倍した内容は、加算器10により加算さ
れ、セグメントフィールドの内容に対応したセグメント
テーブル1320のアドレスとなる。セグメントテーブ
ル1320には、ページテーブル0の先頭実アドレス格
納されており、セグメントテーブル参照時に使用され
る。The segment table address stored in the control register 1 and the content obtained by quadrupling the content of the segment field of the virtual address are added by the adder 10 to become the address of the segment table 1320 corresponding to the content of the segment field. . The segment table 1320 stores the first real address of the page table 0 and is used when referring to the segment table.
【0071】制御レジスタ1の実記憶拡張モードフラグ
がオンの場合は、次の動作も行われる。When the real storage expansion mode flag of the control register 1 is on, the following operation is also performed.
【0072】セグメントテーブル1320のアドレスに
定数1350を加算したセグメントテーブル1330に
は、ページテーブル1の先頭実アドレスが格納されてお
り、セグメントテーブル参照時に使用される。ここで参
照される定数の値は、8192が使用される。In the segment table 1330 obtained by adding a constant 1350 to the address of the segment table 1320, the head real address of the page table 1 is stored and used when referring to the segment table. 8192 is used as the value of the constant referred to here.
【0073】次に、仮想アドレスのページフィールド1
220の内容は、乗算器20により、4倍される。ペー
ジテーブル0アドレスとページフィールドを4倍した内
容は、加算器10により加算され、ページフィールドの
内容に対応したページテーブル0(1420)のアドレ
スとなる。ページテーブル0(1420)には、ページ
アドレスが格納されており、ページテーブル参照時に使
用される。ページテーブル1アドレスとページフィール
ドを4倍した内容は、加算器10により加算され、ペー
ジフィールドの内容に対応したページテーブル1(14
30)のアドレスとなる。ページテーブル1(142
0)には、アドレス拡張子が格納されており、ページテ
ーブル参照時に使用される。Next, the page field 1 of the virtual address
The content of 220 is quadrupled by the multiplier 20. The content obtained by quadrupling the page table 0 address and the page field is added by the adder 10, and becomes the address of the page table 0 (1420) corresponding to the content of the page field. A page address is stored in the page table 0 (1420) and is used when referring to the page table. The content obtained by quadrupling the page table 1 address and the page field is added by the adder 10, and the page table 1 (14) corresponding to the content of the page field is added.
30). Page Table 1 (142
0) stores an address extension, which is used when referring to the page table.
【0074】次に、ページテーブル1400に格納され
ているページアドレスの下位に、仮想アドレスの変位フ
ィールド1230を連結し、上位にページテーブル14
10に格納されているアドレス拡張子を連結し、31ビ
ットを超える拡張実アドレス1600を得る。Next, the virtual address displacement field 1230 is linked to the lower part of the page address stored in the page table 1400, and the page table 14
By concatenating the address extensions stored in 10, an extended real address 1600 exceeding 31 bits is obtained.
【0075】以上の動作により、仮想記憶空間のアドレ
スよりも大きな実記憶装置のアドレスを設定することが
できる。With the above operation, it is possible to set the address of the real storage device larger than the address of the virtual storage space.
【0076】図8は、2個のセグメントテーブルを連結
させ、独立したページテーブル2個のアドレス変換テー
ブルを有するアドレス変換装置で、仮想記憶空間と同じ
実記憶装置のアドレスを設定する場合の動作を示したも
のである。FIG. 8 shows an operation of linking two segment tables and having an independent page table and two address conversion tables, and setting an address of the real storage device which is the same as the virtual storage space. It is shown.
【0077】最初に、仮想アドレスのセグメントフィー
ルド1210の内容は、乗算器20により、4倍され
る。制御レジスタ1(1100)には、セグメントテー
ブル0(1300)の先頭実アドレスが格納されてい
る。制御レジスタ1には、実記憶拡張モードフラグ11
10がオフに設定されている。First, the contents of the segment field 1210 of the virtual address are quadrupled by the multiplier 20. The first real address of the segment table 0 (1300) is stored in the control register 1 (1100). The control register 1 has a real storage expansion mode flag 11
10 is set to off.
【0078】制御レジスタ1に格納されたセグメントテ
ーブルアドレスと、仮想アドレスのセグメントフィール
ドの内容を4倍した内容は、加算器10により加算さ
れ、セグメントフィールドの内容に対応したセグメント
テーブル1320のアドレスとなる。セグメントテーブ
ル1320には、ページテーブルの先頭実アドレスの3
1ビット部分が格納されており、セグメントテーブル参
照時に使用される。The segment table address stored in the control register 1 and the content obtained by quadrupling the content of the segment field of the virtual address are added by the adder 10 to obtain the address of the segment table 1320 corresponding to the content of the segment field. . The segment table 1320 contains the first real address 3 of the page table.
One bit portion is stored and used when referring to the segment table.
【0079】制御レジスタ1の実記憶拡張モードフラグ
がオフの場合は、セグメントテーブル1330アドレス
を求める動作は行わない。When the real storage expansion mode flag of the control register 1 is off, the operation for obtaining the address of the segment table 1330 is not performed.
【0080】上記のセグメントテーブル1320の示す
内容は、そのままページテーブルアドレスとなる。The contents indicated by the segment table 1320 are used as page table addresses as they are.
【0081】次に、仮想アドレスのページフィールド1
220の内容は、乗算器20により、4倍される。ペー
ジテーブルアドレスとページフィールドを4倍した内容
は、加算器10により加算され、ページフィールドの内
容に対応したページテーブル1400のアドレスとな
る。ページテーブル1400には、ページアドレスが格
納されており、ページテーブル参照時に使用される。Next, the page field 1 of the virtual address
The content of 220 is quadrupled by the multiplier 20. The content obtained by quadrupling the page table address and the page field is added by the adder 10, and becomes the address of the page table 1400 corresponding to the content of the page field. A page address is stored in the page table 1400, and is used when referring to the page table.
【0082】次に、ページテーブル1400に格納され
ているページアドレスの下位に、仮想アドレスの変位フ
ィールド1230を連結しした31ビット実アドレス1
500を得る。Next, a 31-bit real address 1 in which the displacement field 1230 of the virtual address is linked to the lower order of the page address stored in the page table 1400
Get 500.
【0083】以上の動作により、仮想記憶空間のアドレ
スと同じ容量の実記憶装置のアドレスを設定することが
できる。With the above operation, the address of the real storage device having the same capacity as the address of the virtual storage space can be set.
【0084】[0084]
【発明の効果】前述したように本発明によれば、仮想記
憶空間のアドレスから実記憶装置のアドレスを求める場
合に、仮想記憶空間のアドレスよりも大きな実記憶装置
アドレスを設定する手段を有することで、大規模なオン
ラインシステムのデータを増大させることができる。As described above, according to the present invention, when obtaining the address of the real storage device from the address of the virtual storage space, there is provided means for setting the real storage device address larger than the address of the virtual storage space. Thus, the data of a large-scale online system can be increased.
【0085】また、本発明によれば、仮想記憶空間と同
じかそれ未満の容量を持つ実記憶装置のためのアドレス
変換テーブルを使用してアドレス変換を行うため、仮想
記憶空間と同じかそれ未満の容量を持つ実記憶装置のた
めのアドレス変換装置を利用することがで、ハードウェ
ア量を削減することができる。Further, according to the present invention, since the address conversion is performed using the address conversion table for the real storage device having the capacity equal to or less than the virtual storage space, it is equal to or less than the virtual storage space. The amount of hardware can be reduced by using an address translation device for a real storage device having a capacity of.
【0086】さらに、本発明によれば、実記憶装置の容
量が仮想記憶空間の容量を超えない計算機システムで動
作するオペレーティングシステムでもそのまま動作する
ことができるため、計算機システムの移行作業を容易に
行うことができる。Further, according to the present invention, an operating system operating in a computer system in which the capacity of the real storage device does not exceed the capacity of the virtual storage space can be operated as it is, so that the computer system can be easily migrated. be able to.
【図1】本発明の実施例であるアドレス変換装置動作を
説明する図。FIG. 1 is a view for explaining the operation of an address translation device according to an embodiment of the present invention.
【図2】本発明のアドレス変換装置で仮想記憶空間と同
じ容量の実記憶装置のアドレスを設定する場合の動作を
示した図。FIG. 2 is a diagram showing an operation when an address of a real storage device having the same capacity as a virtual storage space is set by the address translation device of the present invention.
【図3】本発明のアドレス変換装置で仮想記憶空間より
大きな実記憶装置のアドレスを設定する場合の動作を示
した図。FIG. 3 is a diagram showing an operation when an address of a real storage device larger than a virtual storage space is set by the address translation device of the present invention.
【図4】本発明のアドレス変換装置で仮想記憶空間と同
じ実記憶装置のアドレスを設定する場合の動作を示した
図。FIG. 4 is a diagram showing an operation when an address of a real storage device same as a virtual storage space is set by the address translation device of the present invention.
【図5】本発明のアドレス変換装置で仮想記憶空間より
大きな実記憶装置のアドレスを設定する場合の動作を示
した図。FIG. 5 is a diagram showing an operation when an address of a real storage device larger than a virtual storage space is set by the address translation device of the present invention.
【図6】本発明のアドレス変換装置で仮想記憶空間と同
じ実記憶装置のアドレスを設定する場合の動作を示した
図。FIG. 6 is a diagram showing an operation when the address of the real storage device same as the virtual storage space is set by the address translation device of the present invention.
【図7】本発明のアドレス変換装置で仮想記憶空間より
大きな実記憶装置のアドレスを設定する場合の動作を示
した図。FIG. 7 is a diagram showing an operation when an address of a real storage device larger than a virtual storage space is set by the address translation device of the present invention.
【図8】本発明のアドレス変換装置で仮想記憶空間と同
じ実記憶装置のアドレスを設定する場合の動作を示した
図。FIG. 8 is a diagram showing an operation when the address of the real storage device same as the virtual storage space is set by the address translation device of the present invention.
【図9】本発明の仮想記憶空間とアドレス変換装置と実
記憶装置の構成を示した図。FIG. 9 is a diagram showing a configuration of a virtual storage space, an address translation device, and a real storage device according to the present invention.
10…加算器、20…乗算器、1000…制御レジスタ
1、1100…拡張レジスタ1、1200…仮想アドレ
ス、1300…セグメントテーブル、1400…ページ
テーブル、1500…31ビット実アドレス、1600
…拡張実アドレス、1700…31ビット実アドレス。10 adder, 20 multiplier, 1000 control register 1, 1100 extension register 1, 1200 virtual address, 1300 segment table, 1400 page table, 1500 31-bit real address, 1600
... Extended real address, 1700 ... 31-bit real address.
フロントページの続き (72)発明者 平岩 友理 神奈川県川崎市麻生区王禅寺1099番地 株 式会社日立製作所システム開発研究所内 (72)発明者 渡部 二郎 神奈川県横浜市中区尾上町6丁目81番地 日立ソフトウェアエンジニアリング株式会 社内 Fターム(参考) 5B005 JJ22 MM32 RR02 RR03 RR04Continuing from the front page (72) Inventor Yuri Hiraiwa 1099 Ozenji Temple, Aso-ku, Kawasaki City, Kanagawa Prefecture Inside Hitachi, Ltd.System Development Laboratory Co., Ltd. Engineering Co., Ltd. In-house F-term (reference) 5B005 JJ22 MM32 RR02 RR03 RR04
Claims (4)
ドレスに変換するアドレス変換装置において、仮想記憶
空間より大きな容量を持つ実記憶装置の計算機システム
でアドレス変換を行う時に、仮想記憶空間と同じかそれ
未満の容量を持つ実記憶装置のための第1のアドレス変
換テーブルと、別の第2のアドレス変換テーブルを使用
して実記憶装置の実アドレスに変換する手段を備えたこ
とを特徴とするアドレス変換装置。1. An address translation device for translating an address of a virtual storage space into an address of a real storage device, when performing address translation in a computer system of the real storage device having a larger capacity than the virtual storage space, the same as the virtual storage space. A first address conversion table for a real storage device having a capacity equal to or smaller than the first address conversion table, and means for converting the data into a real address of the real storage device using another second address conversion table. Address translation device.
おいて、第1のアドレス変換テーブルと、第2のアドレ
ス変換テーブルは、各々独立しており、それらを参照す
る手段を備えたことを特徴とするアドレス変換装置。2. The address translation device according to claim 1, wherein the first address translation table and the second address translation table are independent of each other, and have means for referring to them. Address translation device.
おいて、第1のアドレス変換テーブルと、第2のアドレ
ス変換テーブルは、実記憶装置の領域として連続してお
り、それらを参照する手段を備えたことを特徴とするア
ドレス変換装置。3. The address translation device according to claim 1, wherein the first address translation table and the second address translation table are continuous as an area of the real storage device, and means for referring to them is provided. An address translation device, comprising:
おいて、アドレス変換装置と、アドレス変換装置を組み
合わせる手段を備えたことを特徴とするアドレス変換装
置。4. The address translator according to claim 1, further comprising means for combining the address translator and the address translator.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP11042670A JP2000242560A (en) | 1999-02-22 | 1999-02-22 | Address translator |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP11042670A JP2000242560A (en) | 1999-02-22 | 1999-02-22 | Address translator |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JP2000242560A true JP2000242560A (en) | 2000-09-08 |
Family
ID=12642472
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP11042670A Pending JP2000242560A (en) | 1999-02-22 | 1999-02-22 | Address translator |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP2000242560A (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2013513884A (en) * | 2009-12-15 | 2013-04-22 | メモアール システムズ インコーポレイテッド | System and method for storing data in a high speed virtual memory system |
-
1999
- 1999-02-22 JP JP11042670A patent/JP2000242560A/en active Pending
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2013513884A (en) * | 2009-12-15 | 2013-04-22 | メモアール システムズ インコーポレイテッド | System and method for storing data in a high speed virtual memory system |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6944740B2 (en) | Method for performing compressed I/O with memory expansion technology | |
| US20030034989A1 (en) | Application editing apparatus and data processing method and program | |
| EP3206132B1 (en) | File access method, system and host | |
| DE69817192D1 (en) | MORE PROCESSOR COMPUTER SYSTEM USING A GROUP PROTECTION MECHANISM | |
| WO2016082191A1 (en) | File access method and apparatus | |
| JPH07104818B2 (en) | Large-scale virtual address space providing device and address translation method | |
| MX9205088A (en) | METHOD AND MEANS TO ADDRESS A VERY LARGE MEMORY. | |
| CN113779943A (en) | Table generation method, table generation device, storage medium, and electronic device | |
| JP2000242560A (en) | Address translator | |
| KR960032197A (en) | Memory management method and system and data processing system | |
| JP3004278B2 (en) | Multiprocessor system | |
| US8819189B2 (en) | Address information providing device | |
| CN121030050B (en) | Unicode and GB2312 coding mapping-based embedded equipment word stock dynamic replacement system and method | |
| JP2014048895A (en) | Virtual memory management system, virtual memory management device, virtual memory initialization method, and virtual memory initialization program | |
| JPS6149703B2 (en) | ||
| JPH0744489A (en) | Data transfer method | |
| JP2000200220A (en) | Address translator | |
| CN1328667C (en) | Information providing system, information providing apparatus, electronic apparatus, address setting method, program, and storage medium | |
| JP2000076125A (en) | Instruction to access memory | |
| JPS6194166A (en) | Address converting circuit of direct memory access | |
| Jacobson | Lnat-large scale ip via network address translation | |
| JPH0527738A (en) | Data conversion table switching device | |
| JPS635448A (en) | Real space extension system | |
| JPH0118465B2 (en) | ||
| JPS5837884A (en) | Address converting system |