JPH0517583B2 - - Google Patents

Info

Publication number
JPH0517583B2
JPH0517583B2 JP61006055A JP605586A JPH0517583B2 JP H0517583 B2 JPH0517583 B2 JP H0517583B2 JP 61006055 A JP61006055 A JP 61006055A JP 605586 A JP605586 A JP 605586A JP H0517583 B2 JPH0517583 B2 JP H0517583B2
Authority
JP
Japan
Prior art keywords
address
page
register
logical
segment
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.)
Expired - Lifetime
Application number
JP61006055A
Other languages
Japanese (ja)
Other versions
JPS62164146A (en
Inventor
Shigeo Kamya
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Tokyo Shibaura Electric Co 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 Tokyo Shibaura Electric Co Ltd filed Critical Tokyo Shibaura Electric Co Ltd
Priority to JP61006055A priority Critical patent/JPS62164146A/en
Publication of JPS62164146A publication Critical patent/JPS62164146A/en
Publication of JPH0517583B2 publication Critical patent/JPH0517583B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Description

【発明の詳細な説明】[Detailed description of the invention]

〔発明の技術分野〕 本発明は論理アドレス空間の論理アドレスを主
記憶装置の物理アドレスに変換するアドレス変換
装置に関する。 〔発明の技術的背景とその問題点〕 プログラムを実行するためにはそのプログラム
を主記憶装置のある領域に割り当てなければなら
ない。複数個のプログラムをどのように主記憶装
置に割り当てるかがシステム全体の効率に大きな
影響を与える。実記憶方式は複数個のプログラム
を主記憶装置上の連続した領域に割り当てられ
る。これに対し仮想記憶方式は、各プログラムの
アドレス空間(仮想アドレス空間)と主記憶装置
上のアドレス空間(実アドレス空間)とを別のも
のとし、実行時に仮想アドレス空間から実アドレ
ス空間への写像を行なう方式であり、実記憶方式
のような制限がないため最近の計算機システムで
多く採用している。 仮想記憶システムにはセグメント方式とページ
ング方式の2つの方式が存在する。セグメント方
式は、プログラム、データの論理的なひとまとま
りをセグメントしてとらえ、セグメント番号とセ
グメント内のアドレスによつて論理アドレスを構
成する方式である。ページング方式は主記憶装置
をページという固定点の領域に分割し、論理アド
レス空間のページと主記憶装置上の実アドレス空
間のページとの間で仮想記憶装置を用いてマツピ
ングをとる方式である。 セグメント方式はセグメントとしては主記憶装
置内で連続しているため、ユーザがセグメント分
けを意識してプログラムを作成することができ
る。しかしあるセグメントが不要となつて他のセ
グメントを主記憶装置上に割り当てようとした場
合、割り当てるセグメントが長いと不要となつた
部分に格納することができず、主記憶装置上に無
駄な部分が生ずる。 このような事情を考慮して近年セグメント方式
とページング方式とを複合したセグメント・ペー
ジング方式が採用されている。このセグメント・
ページング方式を第3図に示す。この方式はまず
プログラムやデータなどの論理的なひとまとまり
をセグメントとしてとらえ、このセグメント内の
アドレスを論理アドレスとしてとらえる。このセ
グメントはセグメント方式と同様に割付けられる
が、このセグメント・ページングの方式では仮想
リニアアドレス空間に割付ける。仮想リニアアド
レス空間は仮想的なアドレス空間であり、主記憶
装置の大きさに制限されない。そしてこの仮想リ
ニアアドレス空間をページングして主記憶装置の
実アドレス空間とマツピングがとられる。 例えば第3図aに示すような3400バイトからな
るプログラムを考える。このプログラム21の論
理アドレスは0000番地からはじまり33FF番地が
最終番地である。プログラム21の0000〜07FF
番地を第1ページ211とし、0800〜17FF番地を第
2ページ212とし、1800〜27FF番地を第3ページ
213とし、2800〜33FF番地を第4ページ214とす
る。 このプログラム21がセグメントベースアドレ
スを1800として仮想リニアアドレス空間の領域22
に割り付けられる。プログラム22のリニアアド
レスは1800〜4BFF番地となる。プログラム22
の第1ページは221であり、第2ページ、第3ペ
ージ、第4ページは222,223,224となる。 次にこの仮想リニアアドレス空間をページング
処理して主記憶装置上のあいているページに割り
付ける。すなわち主記憶装置のプログラム領域2
4上に、プログラム22の第1ページを4800〜
4FFF番地(241)に格納し、第2ページを2000
〜2FFF番地(242)に格納し、第3ページを
6000〜6FFF番地(243)に格納し、第4ページ
を1000〜1BFF番地(244)に格納する。 このように仮想リニアアドレス空間と物理アド
レス空間はマツピングされているたため、これら
空間のマツピングを示す連想メモリは次の第1表
に示すようになる。
[Technical Field of the Invention] The present invention relates to an address conversion device that converts a logical address in a logical address space to a physical address in a main storage device. [Technical background of the invention and its problems] In order to execute a program, the program must be allocated to a certain area of the main storage device. How multiple programs are allocated to main memory has a great impact on the efficiency of the entire system. In the real storage system, multiple programs are allocated to consecutive areas on the main storage device. In contrast, virtual memory systems separate the address space (virtual address space) of each program from the address space (real address space) on the main memory, and map the virtual address space to the real address space during execution. This method is often used in recent computer systems because it does not have the same limitations as the real storage method. There are two types of virtual storage systems: segment type and paging type. The segment method is a method in which a logical group of programs and data is treated as a segment, and a logical address is constructed by a segment number and an address within the segment. The paging method divides the main memory into fixed point areas called pages, and uses a virtual memory to perform mapping between pages in the logical address space and pages in the real address space on the main memory. In the segment method, since segments are continuous in the main memory, the user can create a program with segmentation in mind. However, if a segment becomes unnecessary and you try to allocate another segment to the main memory, if the segment to be allocated is too long, it will not be possible to store it in the unnecessary part, leaving a useless part on the main memory. arise. In consideration of such circumstances, a segment paging method, which is a combination of a segment method and a paging method, has been adopted in recent years. This segment
The paging method is shown in FIG. This method first treats a logical group of programs, data, etc. as a segment, and treats the addresses within this segment as logical addresses. This segment is allocated in the same way as the segment method, but in this segment paging method it is allocated in a virtual linear address space. The virtual linear address space is a virtual address space and is not limited by the size of the main storage device. This virtual linear address space is then paged and mapped with the real address space of the main storage device. For example, consider a program consisting of 3400 bytes as shown in Figure 3a. The logical addresses of this program 21 start from address 0000 and end at address 33FF. Program 21 0000-07FF
The address is 1st page 211, 0800-17FF address is 2nd page 212, 1800-27FF address is 3rd page
213, and addresses 2800 to 33FF are the fourth page 214. This program 21 sets the segment base address to 1800 and the area 22 of the virtual linear address space.
assigned to. The linear addresses of the program 22 are addresses 1800 to 4BFF. Program 22
The first page is 221, and the second, third, and fourth pages are 222, 223, and 224. Next, this virtual linear address space is subjected to paging processing and allocated to a vacant page on the main storage device. That is, program area 2 of the main memory
4, the first page of program 22 from 4800
Store at address 4FFF (241) and set the second page to 2000.
~Stored at address 2FFF (242) and the third page
The fourth page is stored at addresses 6000 to 6FFF (243), and the fourth page is stored at addresses 1000 to 1BFF (244). Since the virtual linear address space and the physical address space are mapped in this way, the associative memory showing the mapping of these spaces is as shown in Table 1 below.

〔発明の目的〕[Purpose of the invention]

本発明の第1の目的は論理アドレスから物理ア
ドレスへの変換を高速におこなうことができるア
ドレス変換装置を提供することにある。 本発明の第2の目的は小規模な回路で論理アド
レスから物理アドレスへの変換をおこなうことが
できるアドレス変換装置を提供することにある。 〔発明の概要〕 本発明は、論理アドレス空間内の論理アドレス
を主記憶装置の物理アドレスに変換するアドレス
変換装置において、前記論理アドレスを格納する
論理アドレスレジスタと、仮想リニアアドレス空
間に割付けられたセグメントの先頭番地であるセ
グメントベースアドレスを格納するセグメントベ
ースレジスタと、前記論理アドレスレジスタに格
納された論理アドレスのページ内アドレスと、前
記セグメントベースレジスタに格納されたセグメ
ントベースアドレスのページ内アドレスとを加算
して前記物理アドレスのページ内アドレスを発生
する加算手段と、前記物理アドレスのページアド
レスと、前記セグメントベースアドレスのページ
アドレスと、前記加算手段のキヤリー出力に基づ
いて、前記物理アドレスのページアドレスを発生
する連想記憶手段と、この連想記憶手段から発生
するページアドレスと、前記加算手段ら発生する
ページ内アドレスを格納する物理アドレスレジス
タとを備えたことを特徴とする。 〔発明の実施例〕 本発明の第1の実施例によるアドレス変換装置
を第1図に示す。論理アドレスレジスタ12には
変換すべき32ビツト論理アドレスが格納される。
セグメントベースレジスタ11には仮想リニアア
ドレス空間におけるセグメントの先頭番地である
32ビツトのセグメントベースアドレスが格納され
る。セグメントベースレジスタ11のページ内ア
ドレスを示す下位12ビツトと論理アドレスレジス
タ12のページ内アドレスを示す下位12ビツトと
は加算器13の各ポートに入力される。セグメン
トベースレジスタ11のページアドレスを示す上
位20ビツトと、論理アドレスレジスタ12のペー
ジアドレスを示す上位20ビツトとは連想メモリ1
5に入力される。またこの連想メモリ15には加
算器13のキヤリー出力が入力されている。第3
図に示すようなセグメンテーシヨンとページング
の場合には連想メモリ15の内容は下記の第2表
の通り設定される。
A first object of the present invention is to provide an address translation device that can perform translation from a logical address to a physical address at high speed. A second object of the present invention is to provide an address translation device capable of translating a logical address into a physical address using a small-scale circuit. [Summary of the Invention] The present invention provides an address conversion device that converts a logical address in a logical address space into a physical address of a main storage device, which includes a logical address register that stores the logical address, and a logical address register that is allocated to a virtual linear address space. A segment base register that stores a segment base address that is the start address of a segment, an in-page address of the logical address stored in the logical address register, and an in-page address of the segment base address stored in the segment base register. an addition means for adding together to generate an in-page address of the physical address; and a page address of the physical address based on the page address of the physical address, the page address of the segment base address, and a carry output of the addition means. The present invention is characterized in that it comprises an associative memory means for generating , a page address generated from the associative memory means, and a physical address register for storing an intra-page address generated from the addition means. [Embodiment of the Invention] FIG. 1 shows an address translation device according to a first embodiment of the invention. A 32-bit logical address to be converted is stored in the logical address register 12.
The segment base register 11 contains the starting address of the segment in the virtual linear address space.
A 32-bit segment base address is stored. The lower 12 bits indicating the intra-page address of the segment base register 11 and the lower 12 bits indicating the intra-page address of the logical address register 12 are input to each port of the adder 13. The upper 20 bits indicating the page address of the segment base register 11 and the upper 20 bits indicating the page address of the logical address register 12 are the content addressable memory 1.
5 is input. Further, the carry output of the adder 13 is input to the associative memory 15. Third
In the case of segmentation and paging as shown in the figure, the contents of the associative memory 15 are set as shown in Table 2 below.

【表】 連想メモリ15の出力は物理アドレスレジスタ
16の上位20ビツトに格納される。物理アドレス
レジスタ16の下位12ビツトには加算器13の12
ビツトの加算結果が入力される。 次にセグメンテーシヨンとページングが第3図
に示すような場合を例にとつて本実施例の動作を
説明する。仮想リニアアドレス空間に割付けられ
るプログラム21のセグメントベースアドレスが
16進数表示で1800であるため、予めセグメントベ
ースレジスタ11に“1800”(16進数表示)なる
セグメントベースアドレスを設定しておく。今0
番地の論理アドレスを変換する場合を考える。こ
の場合、まず論理アドレスレジスタ12に論理ア
ドレスの0番地を示すデータ“0”(16進数表示)
をセツトする。すると、加算器13はセグメント
ベースレジスタ11の下位12ビツト(セグメント
ベースアドレスのページ内アドレス)である
“800”(16進数表示)と、論理アドレスレジスタ
12の下位ビツト(論理アドレスのページ内アド
レス)である“0”(16進数表示)とを加算し、
その和“800”を物理アドレスレジスタ16の下
位12ビツト(物理アドレスのページ内アドレス)
にセツトする。この時、上記加算ではキヤリーが
生じないので加算器13はキヤリー出力“0”を
連想メモリ15に出力する。連想メモリ15には
セグメントベースレジスタ11の上位20ビツト
(セグメントベースアドレスのページアドレス)
である“1”(16進数表示)と論理アドレスレジ
スタ12の上位20ビツト(物理アドレスのページ
アドレス)である“0”(16進数表示)とが入力
されるので、第2表に基づき“4”が出力され、
物理アドレスレジスタ16の上位20ビツト(物理
アドレスのページアドレス)にセツトされる。こ
の結果物理アドレスレジスタ16には“4800”
(16進数表示)がセツトされ、4800番地の物理ア
ドレスが出力される。 次に2FFF番地の論理アドレスを変換する場合
を説明する。論理アドレスレジスタ12に論理ア
ドレスの2FFF番地を示す“2FFF”(16進数表
示)をセツトする。すると加算器13はセグメン
トベースレジスタ11の下位12ビツトである
“800”(16進数表示)と論理アドレスレジスタ1
2の下位12ビツトである“FFF”とを加算し、
物理アドレスレジスタ16の下位12ビツトに
“7FF”をセツトする。この時、上記加算におい
てはキヤリーが生じるので加算器13はキヤリー
出力“1”を連想メモリ15に出力する。連想メ
モリ15にはセグメントベースレジスタ11の上
位20ビツトである“1”(16進数表示)と論理ア
ドレスレジスタ12の上位20ビツトである“2”
(16進数表示)とが入力されるので、第2表に基
づき“1”が出力され、物理アドレスレジスタ1
6の上位20ビツトにセツトされる。この結果物理
アドレスレジスタ16には“17FF”がセツトさ
れ、17FF番地の物理アドレスが出力される。 このようにして図3に示すプログラム21の論
理アドレスを物理アドレスに変換できる。 又、従来例では32ビツトの加算器3が必要であ
つたのに対して、本実施例においては12ビツトの
加算器で良く、本実施例の方が小規模な回路で高
速にアドレス変換できる。更に、従来例において
は加算器3によつてセグメント処理を、連想メモ
リ5によつてページング処理を順次行なつていた
のに対して、本実施例においては加算器13の演
算動と、連想メモリ15の動作を並行して行なう
ため、セグメント処理とページング処理を並行し
て行なうことが可能となり、高速にアドレス変換
を行なうことができる。 これにより、本実施例によれば小規模な回路で
高速にアドレス変換することができる。 本発明の第2の実施例によるアドレス変換装置
を第2図に示す。本実施例は連想メモリ15には
セグメントベースレジスタ11の上位20ビツトと
論理アドレスレジスタ12の上位20ビツトを入力
し第1および第2のページアドレスを出力する。
これら第1および第2のページアドレスは選択回
路18に入力される。選択回路18は加算器13
からのキヤリー出力により、上記第1および第2
のページアドレスの一方を選択し、物理アドレス
レジスタ16に出力する。本実施例の連想メモリ
15は、セグメンテーシヨンとページングが第3
図に示すような場合には次のように設定される。
[Table] The output of the associative memory 15 is stored in the upper 20 bits of the physical address register 16. The lower 12 bits of the physical address register 16 contain the 12 bits of the adder 13.
The bit addition result is input. Next, the operation of this embodiment will be explained by taking as an example the case where segmentation and paging are as shown in FIG. The segment base address of program 21 allocated to the virtual linear address space is
Since it is 1800 in hexadecimal notation, a segment base address of "1800" (in hexadecimal notation) is set in the segment base register 11 in advance. Now 0
Consider the case of converting the logical address of an address. In this case, data “0” (in hexadecimal notation) indicating the 0th logical address is first stored in the logical address register 12.
Set. Then, the adder 13 inputs "800" (hexadecimal representation), which is the lower 12 bits of the segment base register 11 (the in-page address of the segment base address), and the lower bits of the logical address register 12 (the in-page address of the logical address). Add “0” (hexadecimal representation),
The sum “800” is the lower 12 bits of the physical address register 16 (address within the page of the physical address).
Set to . At this time, since no carry occurs in the above addition, the adder 13 outputs a carry output "0" to the associative memory 15. The associative memory 15 contains the upper 20 bits of the segment base register 11 (page address of the segment base address).
Since "1" (hexadecimal representation) is input, and "0" (hexadecimal representation) is the upper 20 bits of the logical address register 12 (page address of the physical address), "4" is input based on Table 2. ” is output,
It is set in the upper 20 bits of the physical address register 16 (page address of the physical address). As a result, “4800” is stored in the physical address register 16.
(in hexadecimal notation) is set, and the physical address of address 4800 is output. Next, the case of converting the logical address of address 2FFF will be explained. Set "2FFF" (in hexadecimal notation) indicating the 2FFF address of the logical address in the logical address register 12. Then, the adder 13 inputs “800” (hexadecimal representation), which is the lower 12 bits of the segment base register 11, and the logical address register 1.
Add “FFF” which is the lower 12 bits of 2,
Set the lower 12 bits of the physical address register 16 to “7FF”. At this time, since a carry occurs in the above addition, the adder 13 outputs a carry output "1" to the associative memory 15. The associative memory 15 contains the upper 20 bits of the segment base register 11, which is “1” (in hexadecimal notation), and the upper 20 bits of the logical address register 12, which is “2”.
(in hexadecimal) is input, so "1" is output based on Table 2, and physical address register 1
It is set to the upper 20 bits of 6. As a result, "17FF" is set in the physical address register 16, and the physical address of address 17FF is output. In this way, the logical address of the program 21 shown in FIG. 3 can be converted into a physical address. Also, while the conventional example required a 32-bit adder 3, this embodiment requires only a 12-bit adder, and this embodiment can perform address conversion at high speed with a smaller circuit. . Furthermore, in the conventional example, the adder 3 performs segment processing and the associative memory 5 performs paging processing sequentially, whereas in this embodiment, the arithmetic operation of the adder 13 and the associative memory Since 15 operations are performed in parallel, segment processing and paging processing can be performed in parallel, and address conversion can be performed at high speed. As a result, according to this embodiment, address conversion can be performed at high speed with a small-scale circuit. An address translation device according to a second embodiment of the present invention is shown in FIG. In this embodiment, the upper 20 bits of the segment base register 11 and the upper 20 bits of the logical address register 12 are input to the associative memory 15, and the first and second page addresses are output.
These first and second page addresses are input to the selection circuit 18. The selection circuit 18 is the adder 13
The above first and second
, and outputs it to the physical address register 16. In the associative memory 15 of this embodiment, segmentation and paging are
In the case shown in the figure, the settings are as follows.

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

以上の通り本発明によれば小規模な回路で高速
に論理アドレスから物理アドレスに変換すること
ができる。
As described above, according to the present invention, a logical address can be converted into a physical address at high speed with a small-scale circuit.

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

第1図は本発明の第1の実施例によるアドレス
変換装置のブロツク図、第2図は本発明の第2の
実施例によるアドレス変換装置のブロツク図、第
3図はセグメントページング方式を示す説明図、
第4図は従来のアドレス変換装置のブロツク図で
ある。 1,11…セグメントベースレジスタ、2,1
2…論理アドレスレジスタ、3,13…加算器、
5,15…連想メモリ、6,16…物理アドレス
レジスタ、18…選択回路。
FIG. 1 is a block diagram of an address translation device according to a first embodiment of the present invention, FIG. 2 is a block diagram of an address translation device according to a second embodiment of the present invention, and FIG. 3 is an explanation showing a segment paging method. figure,
FIG. 4 is a block diagram of a conventional address translation device. 1, 11...Segment base register, 2, 1
2...Logical address register, 3,13...Adder,
5, 15... associative memory, 6, 16... physical address register, 18... selection circuit.

Claims (1)

【特許請求の範囲】 1 論理アドレス空間内の論理アドレスを主記憶
装置の物理アドレスに変換するアドレス変換装置
において、 前記論理アドレスを格納する論理アドレスレジ
スタと、 仮想リニアアドレス空間に割付けられたセグメ
ントの先頭番地であるセグメントベースアドレス
を格納するセグメントベースレジスタと、 前記論理アドレスレジスタに格納された論理ア
ドレスのページ内アドレスと、前記セグメントベ
ースレジスタに格納されたセグメントベースアド
レスのページ内アドレスとを加算して前記物理ア
ドレスのページ内アドレスを発生する加算手段
と、 前記論理アドレスのページアドレスと、前記セ
グメントベースアドレスのページアドレスと、前
記加算手段のキヤリー出力に基づいて、前記物理
アドレスのページアドレスを発生する連想記憶手
段と、 この連想記憶手段から発生するページアドレス
と、前記加算手段から発生するページ内アドレス
を格納する物理アドレスレジスタと を備えたことを特徴とするアドレス変換装置。 2 論理アドレス空間内の論理アドレスを主記憶
装置の物理アドレスに変換するアドレス変換装置
において、 前記論理アドレスを格納する論理アドレスレジ
スタと、 仮想リニアアドレス空間に割付けられたセグメ
ントの先頭番地であるセグメントベースアドレス
を格納するセグメントベースレジスタと、 前記論理アドレスレジスタに格納された論理ア
ドレスのページ内アドレスと、前記セグメントベ
ースレジスタに格納されたセグメントベースアド
レスのページ内アドレスとを加算して前記物理ア
ドレスのページ内アドレスを発生する加算手段
と、 前記論理アドレスのページアドレスと、前記セ
グメントベースアドレスのページアドレスとに基
づいて、前記物理アドレスの第1および第2のペ
ージアドレスを発生すする連想記憶手段と、 前記加算手段のキヤリー出力に基づいて、前記
連想記憶手段から発生する前記第1および第2の
ページアドレスの一方を選択する選択手段と、 この選択手段により選択されたページアドレス
と前記加算手段から発生するページ内アドレスを
格納する物理アドレスレジスタと を備えたことを特徴とするアドレス変換装置。
[Claims] 1. An address conversion device that converts a logical address in a logical address space into a physical address in a main storage device, comprising: a logical address register that stores the logical address; and a segment allocated to the virtual linear address space. Add the segment base register that stores the segment base address that is the start address, the in-page address of the logical address stored in the logical address register, and the in-page address of the segment base address stored in the segment base register. adding means for generating an in-page address of the physical address based on the page address of the logical address, the page address of the segment base address, and a carry output of the adding means; 1. An address translation device comprising: an associative memory means for storing a page address generated from the associative memory means; and a physical address register storing an intra-page address generated from the adding means. 2. In an address conversion device that converts a logical address in a logical address space to a physical address in a main storage device, the logical address register stores the logical address, and the segment base is the starting address of the segment allocated to the virtual linear address space. A segment base register that stores an address; and a page of the physical address by adding the in-page address of the logical address stored in the logical address register and the in-page address of the segment base address stored in the segment base register. an addition means for generating an internal address; and an associative memory means for generating first and second page addresses of the physical address based on the page address of the logical address and the page address of the segment base address; selection means for selecting one of the first and second page addresses generated from the associative memory means based on the carry output of the addition means; and the page address selected by the selection means and the page address generated from the addition means. 1. An address translation device comprising: a physical address register that stores an address within a page.
JP61006055A 1986-01-14 1986-01-14 Address converter Granted JPS62164146A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61006055A JPS62164146A (en) 1986-01-14 1986-01-14 Address converter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61006055A JPS62164146A (en) 1986-01-14 1986-01-14 Address converter

Publications (2)

Publication Number Publication Date
JPS62164146A JPS62164146A (en) 1987-07-20
JPH0517583B2 true JPH0517583B2 (en) 1993-03-09

Family

ID=11627922

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61006055A Granted JPS62164146A (en) 1986-01-14 1986-01-14 Address converter

Country Status (1)

Country Link
JP (1) JPS62164146A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5693164A (en) * 1979-12-25 1981-07-28 Nippon Telegr & Teleph Corp <Ntt> Address converting system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5693164A (en) * 1979-12-25 1981-07-28 Nippon Telegr & Teleph Corp <Ntt> Address converting system

Also Published As

Publication number Publication date
JPS62164146A (en) 1987-07-20

Similar Documents

Publication Publication Date Title
JP2625385B2 (en) Multiprocessor system
JPS62237547A (en) Address conversion system
JPH04319747A (en) Address converting mechanism
KR950033840A (en) Logical addressable physical memory for virtual memory computer systems that support multiple page sizes
JP2011003214A (en) Generation of perfect hash which uses offset table
US4811206A (en) Data processing system with overlapped address translation and address computation
KR960032197A (en) Memory management method and system and data processing system
JPH04363735A (en) Command processor
JPH0517583B2 (en)
JP5958195B2 (en) Virtual memory management system, virtual memory management apparatus, virtual memory initialization method, and virtual memory initialization program
JPS60117350A (en) Memory mapping device
JP2001022640A (en) Memory managing method
KR100207335B1 (en) Microcomputer and address generation method
JPH0812640B2 (en) Address translation method and apparatus
JPS5858752B2 (en) address translation device
JPS6349772Y2 (en)
JPS628244A (en) Control system for virtual memory
KR20010085562A (en) Force page paging scheme for microcontrollers of various sizes using data random access memory
JP2560520B2 (en) Advance control device
JPH0325644A (en) Multiple virtual address space controller
JPS6349771Y2 (en)
JPH05250261A (en) Address conversion device
JPS6349807B2 (en)
JPS61128348A (en) Address conversion system
JPH04344568A (en) Data registration and retrieval method for microprocessor