JPS63163647A - Virtual memory system - Google Patents

Virtual memory system

Info

Publication number
JPS63163647A
JPS63163647A JP61308447A JP30844786A JPS63163647A JP S63163647 A JPS63163647 A JP S63163647A JP 61308447 A JP61308447 A JP 61308447A JP 30844786 A JP30844786 A JP 30844786A JP S63163647 A JPS63163647 A JP S63163647A
Authority
JP
Japan
Prior art keywords
address
address translation
translation buffer
mini
signal
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
JP61308447A
Other languages
Japanese (ja)
Inventor
Norio Nakagawa
中川 典夫
Katsuaki Takagi
高木 克明
Hirokazu Aoki
郭和 青木
Yoshimune Hagiwara
萩原 吉宗
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP61308447A priority Critical patent/JPS63163647A/en
Publication of JPS63163647A publication Critical patent/JPS63163647A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve the processing performance and the flexibility of a system, by incorporating an address conversion buffer in a processor having an address generating function, and providing a dynamic address conversion mechanism outside the processor. CONSTITUTION:The address conversion buffer TLB is separated from a DAT controller DATC in a memory managing device MMU, and the address conversion buffer TLB is incorporated in the processor, and also, the DAT controller DATC is set as a separate chip, then, it is provided outside the processor. The processor can perform a parallel processing based on a pipeline system by utilizing a built-in address conversion buffer TLB or mini-address conversion buffer MTLB, and it improves throughput while keeping the general purpose application of the processor, and also, it is possible to make the DAT controller DATC or the memory managing device MMU into a high function and a multilevel function, and the optimization of the system adopting a virtual memory system can be realized.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、仮想記憶方式に関するものであり、例えば
、動的アドレス変換機構(以下DATコントローラと称
する)を有するマイクロコンピュータシステムなどに利
用して有効な技術に関するものである。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a virtual memory system, and is applicable to, for example, a microcomputer system having a dynamic address translation mechanism (hereinafter referred to as a DAT controller). It is about effective techniques.

〔従来の技術〕[Conventional technology]

記憶装置の物理的性質による制約を解き、柔軟性のある
プログラム体系をつくる一つの手段として、仮想記憶方
式がある。この仮想記憶方式を用いたコンピュータシス
テムには、処理装置から出力される論理アドレスをその
バスサイクル内において記憶装置上の物理アドレスに変
換するためのアドレス変換バッフ1が設けられる。
Virtual storage is one way to overcome the constraints imposed by the physical properties of storage devices and create flexible program systems. A computer system using this virtual storage method is provided with an address conversion buffer 1 for converting a logical address output from a processing device into a physical address on a storage device within the bus cycle.

アドレス変換バッファは、そのヒット率が所定の値以上
となるような必要最小限のエントリー数を持つようにさ
れる。処理装置から出力される論理アドレスに対応する
物理アドレスがアドレス変換バッファに格納されていな
い場合すなわちアドレス変換バッファがミスヒツトした
場合に、制御プログラム(オペレーティング・システム
)全介在することなく自律的にアドレス変換のためのペ
ージング処理を行うDATコントローラがある。
The address translation buffer is made to have the minimum necessary number of entries so that its hit rate is greater than or equal to a predetermined value. When the physical address corresponding to the logical address output from the processing unit is not stored in the address translation buffer, that is, when the address translation buffer misses, address translation is performed autonomously without any intervention from the control program (operating system). There is a DAT controller that performs paging processing for.

また、アドレス変換バッファ及びDATコントローラを
一体化したメモリ管理装置(メモリ管理ユニット)があ
る。
There is also a memory management device (memory management unit) that integrates an address translation buffer and a DAT controller.

このようなメモリ管理装置については、例えば日経マグ
ロウヒル社発行、1983年12月5日付r日経エレク
トロニクス」の137頁〜152頁に記載されている。
Such a memory management device is described, for example, in Nikkei Electronics, published by Nikkei McGraw-Hill, December 5, 1983, pages 137 to 152.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

第4図には、仮想記憶方式を用いたマイクロコンピュー
タシステムの記憶系統が示されている。
FIG. 4 shows a storage system of a microcomputer system using a virtual storage method.

メモリ管理装置MMUは、アドレス変換バッファTLB
及びDATコy)ローラ(DATC) によって構成さ
れ、処理装置CPUから出力される論理アドレスを物理
アドレスに変換する。DATコントローラは、アドレス
変換バッファTL13のアクセスを制御するアドレス変
換バッファ制御回路’r L B Cを含む。
The memory management unit MMU has an address translation buffer TLB.
and a DAT controller (DATC), which converts the logical address output from the processing unit CPU into a physical address. The DAT controller includes an address translation buffer control circuit 'r L B C that controls access to the address translation buffer TL13.

主記憶装置MMのメモリエリアは、所定の大きさでペー
ジ分割される。メモリ管理装置MMUは、例えば論理ア
ドレスの所定の上位ビットLAUを物理アドレス上のペ
ージアドレス(フレーム番号)に対応させるいわゆるペ
ージング処理によって、物理アドレスの上位ピントPA
Uを形成する。これらのページアドレスは、主記憶装置
MM内に設けられるページ変換テーブルPTEによって
、論理アドレスの上位ビットLAUと対応付けられる。
The memory area of the main memory device MM is divided into pages of a predetermined size. The memory management unit MMU determines the upper focus point PA of the physical address by, for example, a so-called paging process in which a predetermined upper bit LAU of the logical address corresponds to a page address (frame number) on the physical address.
form a U. These page addresses are associated with the upper bits LAU of the logical address by a page translation table PTE provided in the main memory MM.

メモリ管理装置MMUのDATコントローラは、このペ
ージ変換テーブルPTEを参照することで、ページング
処理を実現し、その結果をアドレス変換バッファTLB
に格納する。
The DAT controller of the memory management unit MMU realizes paging processing by referring to this page translation table PTE, and stores the result in the address translation buffer TLB.
Store in.

メモリ管理装置MMUは、通常まずアドレス変換バッフ
ァTLBを参照することによってアドレス変換処理を試
みる。その結果、与えられた論理アドレスに対応する物
理アドレスがアドレス変換バッファTLBに格納されて
いる場合すなわちアドレス変換バッファTLBがヒツト
した場合、メモリ管理装置MMUは、アドレス変換バッ
ファTLBから物理アドレスを読み出して上位物理アド
レスバスPAUに出力し、物理アドレスストローブ信号
PASを主記憶装置MMに送る。一方、アドレス変換バ
ッファTLBに与えられた論理アドレスに対応する物理
アドレスが格納されていない場合すなわちアドレス変換
バッファTLBがミスヒットした場合、DATコントロ
ーラが起動され、主記憶装置MM内のページ変換テーブ
ルPTEによるページング処理が行われる。
Memory management unit MMU usually attempts address translation processing by first referring to address translation buffer TLB. As a result, if the physical address corresponding to the given logical address is stored in the address translation buffer TLB, that is, if the address translation buffer TLB is hit, the memory management unit MMU reads the physical address from the address translation buffer TLB. The physical address strobe signal PAS is output to the upper physical address bus PAU, and the physical address strobe signal PAS is sent to the main memory device MM. On the other hand, if the physical address corresponding to the logical address given to the address translation buffer TLB is not stored, that is, if the address translation buffer TLB misses, the DAT controller is activated and the page translation table PTE in the main memory device MM is Paging processing is performed.

ところで、メモリ管理装置MMUを用いた仮想記憶方式
を採る場合、処理装置CPUにメモリ管理装置MMUを
内蔵させる方法と、メモリ管理装置MMUをひとつの周
辺装置とみなし処理装置CPtJの外部に設ける方法と
がある。しかし、システムの処理能力や柔軟性を考慮す
ると、いずれの方法にも問題があることが、本願発明者
等の研究によって明らかになった。すなわち、メモリ管
理装置MMUを処理装置CPUに内蔵する場合、アドレ
ス変換バッファがヒットして物理アドレスが出力される
までのバスサイクル遅延は解消されシステムのスルーブ
ツトが向上されるが、アドレス変換バッファがミスヒッ
トしたとき処理装置CPUに対するオーバーヘッドが大
きくなる。また、メモリ管理装置MMUを内蔵すること
で、処理装置CPUの汎用性が損なわれ、さらに処理装
置CPUのチップサイズが大きくなることでメモリ管理
装置MMUを形成するエリア面積が制限されるため、メ
モリ管理装置MMUを高機能化することが困難となる。
By the way, when adopting a virtual storage method using a memory management unit MMU, there are two methods: one is to build the memory management unit MMU into the processing unit CPU, and the other is to treat the memory management unit MMU as one peripheral device and provide it outside the processing unit CPtJ. There is. However, research by the inventors of the present application has revealed that both methods have problems when considering the processing power and flexibility of the system. In other words, when the memory management unit MMU is built into the processing unit CPU, the bus cycle delay between when the address translation buffer hits and the physical address is output is eliminated and the system throughput is improved, but when the address translation buffer misses. When a hit occurs, the overhead for the processing unit CPU becomes large. In addition, by incorporating the memory management unit MMU, the versatility of the processing unit CPU is impaired, and the chip size of the processing unit CPU becomes large, which limits the area where the memory management unit MMU is formed. It becomes difficult to improve the functionality of the management device MMU.

一方、メモリ管理装置MMUを処理装置CPUの外部に
設ける場合、メモリ管理装置MMIJを内蔵することに
因る上記の問題点は解消されるが、アドレス変換バッフ
ァがヒツトしたときのバスサイクル遅延が大きくなり、
システムのスループットが低下するものである。
On the other hand, when the memory management unit MMU is provided outside the processing unit CPU, the above problems caused by incorporating the memory management unit MMIJ are solved, but the bus cycle delay when the address translation buffer is hit is large. Become,
The throughput of the system is reduced.

この発明の目的は、システムの処理能力と柔軟性の向上
を図った仮想記憶方式を提供することにある。
An object of the present invention is to provide a virtual storage system that improves the processing power and flexibility of the system.

この発明の前記ならびにその他の目的と新規な特徴は、
この明細書の記述及び添付図面から明らかになるであろ
う。
The above and other objects and novel features of this invention include:
It will become clear from the description of this specification and the accompanying drawings.

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

本願において開示される発明のうち代表的なものの概要
を簡単に説明すれば、下記の通りである。
A brief overview of typical inventions disclosed in this application is as follows.

すなわち、その第1の方法は、メモリ管理装置のアドレ
ス変換バッファとDATコントローラを分離し、アドレ
ス変換バッファを処理装置に内蔵するとともに、DAT
コントローラを別チップとし処理装置の外部に設けるも
のである。また、その第2の方法は、アドレス変換バッ
ファとDATコントローラからなるメモリ管理装置を処
理装置の外部に独立して設け、メモリ管理装置のアドレ
ス変換バッファよりも少ないエントリーを持ちメモリ管
理装置のアドレス変換バッファに格納されるアドレス変
換情報の一部を重複して格納するミニアドレス変換バッ
ファを処理装置に内蔵するものである。
That is, the first method is to separate the address translation buffer of the memory management device and the DAT controller, incorporate the address translation buffer into the processing device, and
The controller is a separate chip and installed outside the processing device. In the second method, a memory management device consisting of an address translation buffer and a DAT controller is provided independently outside the processing device, and the address translation buffer of the memory management device has fewer entries than the address translation buffer of the memory management device. The processing device has a built-in mini address translation buffer that stores part of the address translation information stored in the buffer redundantly.

〔作  用〕[For production]

上記した手段によれば、処理装置は、内蔵するアドレス
変換バッファ又はミニアドレス変換バッファを利用して
、パイプライン方式による並行処理を行うことができ、
処理装置の汎用性を確保しつつ、システムとしてのスル
ープットを向上することができるとともに、DATコン
トローラ又はメモリ管理装置を独立して高機能化・多機
能化でき、仮想記1,9方式を採るシステムの最適化を
図ることができる。
According to the above-mentioned means, the processing device can perform parallel processing using a pipeline method using the built-in address translation buffer or mini address translation buffer,
A system that can improve the throughput of the system while ensuring the versatility of the processing device, and can independently make the DAT controller or memory management device highly functional and multifunctional, and adopts the virtual memory 1 and 9 system. can be optimized.

〔実施例1〕 第1図には、この発明が通用された仮想記憶方式に用い
られるマイクロコンピュータシステムの一実施例の接続
図が示されている。
[Embodiment 1] FIG. 1 shows a connection diagram of an embodiment of a microcomputer system used in a virtual storage system to which the present invention is applied.

この実施例のコンピュータシステムにおいて、メモリ管
理装置MMUは、アドレス変換バンファTLB、!:D
ATDントローラ(DATC) に分離される。このう
ち、アドレス変換バッファTLB及びアドレス変換バッ
ファTLBの周辺回路を含むアドレス変換バッファ制御
回路TLBCは処理装置CPU内に内蔵され、制御ユニ
ットCTLなどを含む処理装置CPU本体とともに同一
のチップ(半導体基板)上に形成される。DATコント
ローラは、独立した周辺装置として別個のチップ上に形
成さγむ、システムバスを介して処理装置CPUに結合
される。
In the computer system of this embodiment, the memory management unit MMU includes address translation buffers TLB, ! :D
Separated into ATD controller (DATC). Of these, the address translation buffer control circuit TLBC, which includes the address translation buffer TLB and the peripheral circuits of the address translation buffer TLB, is built into the processing device CPU, and is on the same chip (semiconductor substrate) as the processing device CPU main body, which includes the control unit CTL, etc. formed on top. The DAT controller is formed on a separate chip as an independent peripheral and is coupled to the processing unit CPU via a system bus.

この実1% 例のコンピュータシステムにおけるベージ
ング処理は、特に制限されないが、2段階のマルチペー
ジング方式とされる。処理装置CPUから出力されるア
ドレス信号は、下位のアドレス信号AO〜Aiと上位の
アドレス信号Ai+L〜Ajに分けられる。このうち、
下位のアドレス信号AO−Aiは、オフセット部O8と
され、下位アドレス信号ALを介して、そのままDAT
コントローラ及び主記憶装置MMに伝達される。一方、
上位の論理アドレス信号は、まず内部論理アドレス信号
a i+ l〜ajとしてアドレス変換バッファ制御回
路TLBCに送られる。アドレス変換バッファ制御回路
TLBCは、内部アドレスストローブ信号「Tに従って
、内部論理アドレス信号ai+1−、−33を取り込む
The paging process in the computer system of this 1% example is a two-stage multi-paging method, although it is not particularly limited. The address signal output from the processing device CPU is divided into lower address signals AO to Ai and upper address signals Ai+L to Aj. this house,
The lower address signal AO-Ai is made into an offset section O8, and is sent directly to DAT via the lower address signal AL.
The data is transmitted to the controller and main memory device MM. on the other hand,
The upper logical address signal is first sent to the address translation buffer control circuit TLBC as internal logical address signals a i+ l to aj. Address translation buffer control circuit TLBC takes in internal logical address signals ai+1-, -33 in accordance with internal address strobe signal "T".

アドレス変換バンフyTLBは、特に制限されないが、
複数の連想記憶素子によって構成され、後述するように
、DATコントローラによっテ行われる最新のアドレス
変換の結果が所定のエントリー数だけ格納される。アド
レス変換バフ7ア制御回路TLBCは、上記内部論理ア
ドレス信号ai+1=ajとして送られるインデックス
部X1及びX2をタグとして、アドレス変換バッファT
LBに記憶される上位の物理アドレスすなわちフレーム
番号FNを連想読み出しする。
Although address translation Banff yTLB is not particularly limited,
It is composed of a plurality of content addressable memory elements, and stores a predetermined number of entries of the latest address translation results performed by the DAT controller, as will be described later. The address translation buffer 7a control circuit TLBC uses the index parts X1 and X2 sent as the internal logical address signal ai+1=aj as tags to convert the address translation buffer T
The upper physical address, that is, the frame number FN stored in the LB is associatively read out.

内部論理アドレス信号ai+1”ajに対応するフレー
ム番号FNがアドレス変換バッファTLBに格納されて
いる場合すなわちアドレス変換バッファTLBがヒット
した場合、アドレス変換バッファ”I’ L I3から
読み出されるフレーム番号FNが上位のアドレス信号A
i+1−Ajとされる。一方、内部論理アドレス信号a
 i+ 1〜ajに対応するフレーム番号FNがアドレ
ス変換バッファTLBに格納されていない場合すなわを
アドレス変換バッファTLBがミスヒツトした場合、内
部論理アドレス信号a i+ 1〜ajがそのまま上位
のアドレス信号Ai+1〜Ajとされる。処理装置CP
Uからアドレス変換バッファ制御回路TLBCに対する
内部論理アドレス信号a i+ 1〜ajの出力動作は
、特に制限されないが、バイブライン方式によって他の
処理と並行して行われる。このため、アドレス変換バッ
ファTLBのアドレス変換処理による物理アドレス信号
のバスサイクル遅延はなくなり、システムのスルーブツ
トが向上される。
When the frame number FN corresponding to the internal logical address signal ai+1"aj is stored in the address translation buffer TLB, that is, when the address translation buffer TLB is hit, the frame number FN read from the address translation buffer "I' L I3 is the upper one. address signal A
It is assumed that i+1-Aj. On the other hand, internal logical address signal a
If the frame number FN corresponding to i+ 1 to aj is not stored in the address translation buffer TLB, that is, if the address translation buffer TLB misses, the internal logical address signal a i+ 1 to aj is directly transferred to the upper address signal Ai+1 to It is said to be Aj. Processing device CP
The operation of outputting the internal logical address signals a i+ 1 to aj from U to the address translation buffer control circuit TLBC is performed in parallel with other processing by the vibe line method, although there is no particular restriction. Therefore, the bus cycle delay of the physical address signal due to the address translation process of the address translation buffer TLB is eliminated, and the throughput of the system is improved.

上位のアドレス信号Ai+1−Ajは、上位アドレスバ
スAUを介して、DATコントローラ及び主記憶装置M
Mに伝達される。上位のアドレス信号Ai+1〜Ajが
、論理アドレス又は物理アドレスのいずれであるかは、
アドレス変換バッファ制御回路TLBGからDATコン
トローラに送られる論理/物理アドレス切り換え信号L
/Pによって指定される。DATコントローラは、論理
/物理アドレス切り換え信号L/Pがネゲート (ここ
で信号レベルにかかわらず信号がインアクティブ又は偽
であることをネゲートと表現する。以下同じ)されてい
ることで、処理装置CPU内のアドレス変換バッファT
LBがミスヒツトしたことを識別し、ページング処理を
開始する。このとき、ベージング処理実行信号PGをア
サート(ここで信号レベルにかかわらず信号がアクティ
ブ又は息であることをアサートと表現する。以下同じ)
する。さらに、DATコントローラは、処理装置CPU
に対するホールト信号HALT及びバスエラー信号BE
RRをアサートする。これにより、処理装置CPUはホ
ールト状態となってシステムバスを解放し、DATコン
トローラをバスマスクとする。
The upper address signal Ai+1-Aj is sent to the DAT controller and the main memory device M via the upper address bus AU.
transmitted to M. Whether the upper address signals Ai+1 to Aj are logical addresses or physical addresses is determined by
Logical/physical address switching signal L sent from address translation buffer control circuit TLBG to DAT controller
/P. The DAT controller has the logical/physical address switching signal L/P negated. address translation buffer T in
It identifies that the LB has made a miss and starts paging processing. At this time, the paging processing execution signal PG is asserted (Here, regardless of the signal level, the signal is active or breathed is expressed as asserted. The same applies hereinafter)
do. Furthermore, the DAT controller
Halt signal HALT and bus error signal BE for
Assert RR. As a result, the processing unit CPU enters a halt state, releases the system bus, and uses the DAT controller as a bus mask.

’DATコントローラは、後述するように、下位のアド
レス信号A O−= A iとして送られるオフセント
信号O8と上位のアドレス信号Ai+1”Ajとして送
られるインデックス部X1及びx2をもとに、主記憶装
置MM内のページ変換テーブルPTEを参照し、与えら
れたインデックス部X1及びX2に対応するフレーム番
号FNを得る。DATコントローラは、ベージング処理
が終了した時点で、ホールト信号HALT及びバスエラ
ー信号B IF、 RRをネゲートしてバスを解放する
とともに、アドレス変換バッファ書き込み信号TLBW
をアサートし、アドレス変換処理によって得たフレーム
番号FNとインデックス部X1及びX2をアドレス変換
バッファTLBに暑き込む。このトキ、新しいアドレス
変換結果を格納するアドレス変換バ・ノファTLBのエ
ントリ一番号は、エントリー指定信号E Ow E m
によって指定される。ホールト信号HA L T及びバ
スエラー信号BERRがネゲートされることで、処理装
置CPUは上記アドレス変換処理に係る中断処理をリト
ライ (再実行)する。
As will be described later, the DAT controller uses the main storage device based on the offset signal O8 sent as the lower address signal AO−=Ai and the index parts X1 and The DAT controller refers to the page conversion table PTE in MM and obtains the frame number FN corresponding to the given index portions X1 and X2.When the paging process is completed, the DAT controller sends the halt signal HALT and the bus error signal BIF, RR is negated to release the bus, and the address translation buffer write signal TLBW is
is asserted, and the frame number FN and index portions X1 and X2 obtained by the address translation process are stored in the address translation buffer TLB. In this case, the entry number of the address translation bar TLB that stores the new address translation result is the entry designation signal E Ow E m
specified by. By negating the halt signal HALT and the bus error signal BERR, the processing unit CPU retries (re-executes) the interruption process related to the address conversion process.

第1図に点線で示されるように、処理装置cpUはアド
レスストローブ信号AS及び上位のアドレス信号Ai+
1−Ajを直接出力する機能を有するが、このコンピュ
ータシステムでは、アドレス変換バッファ制御回路TL
BCがそれらの機能を果たす。
As shown by the dotted line in FIG. 1, the processing unit cpU receives the address strobe signal AS and the upper address signal
1-Aj, but in this computer system, the address translation buffer control circuit TL
BC performs these functions.

下位アドレスバスAL及び上位アドレスバスAUを介し
て伝達されるアドレス信号は、アドレスストローブ信号
ASに従ってDATコントローラ及び主記憶装置MMに
取り込まれる。アドレス変換バッファTLBがミスヒッ
トした場合、ページング処理が終了した時点で、DAT
コントローラからアドレス変換バッファTLBにフレー
ム番号F Nが入力される。このため、処理装置CPU
内のアドレス変換バッファ制御回路T L B Cは、
アドレスストローブ信号ASをアサートして所定の時間
が経過した後、上位アドレスバスAUをハイインピーダ
ンス状態とする。
Address signals transmitted via lower address bus AL and upper address bus AU are taken into the DAT controller and main memory device MM in accordance with address strobe signal AS. If the address translation buffer TLB misses, the DAT
Frame number FN is input from the controller to address translation buffer TLB. For this reason, the processing device CPU
The address translation buffer control circuit TLBC in
After a predetermined time has elapsed after asserting the address strobe signal AS, the upper address bus AU is brought into a high impedance state.

データバスDTは、処理装置CPU、DATコントロー
ラ及び主記憶装置MMに結合される。このデータバスD
Tには、処理装置CPU、DATコントローラ又は主記
憶装置MMから、データ転送確認(データ転送アクノリ
ッジ)信号DTACマに同期して、k+1ビットのデー
タDO−Dkが出力される。データバスDTを介して伝
達されるデータDO〜Dkの移動方向は、処理装置CP
U又はDATコントローラから送られるリード・ライト
信号R/Wによって決定される。
Data bus DT is coupled to processing unit CPU, DAT controller and main memory MM. This data bus D
At T, k+1-bit data DO-Dk is output from the processing device CPU, DAT controller, or main memory device MM in synchronization with a data transfer acknowledge signal DTAC. The moving direction of the data DO to Dk transmitted via the data bus DT is determined by the processing device CP.
It is determined by the read/write signal R/W sent from the U or DAT controller.

第2図には、この実施例のコンピュータシステムにおけ
るアドレス変換処理のフロー図が示されている。同図に
は、アドレス変換バッファTLBがヒツトした場合の処
理が実線によって示され、またアドレス変換バッファT
LBがミスヒットした場合の部所が点線によって示され
ている。
FIG. 2 shows a flowchart of address translation processing in the computer system of this embodiment. In the figure, the processing when the address translation buffer TLB is hit is shown by a solid line, and the processing when the address translation buffer TLB is hit is shown by a solid line.
The dotted line indicates the location where the LB mis-hits.

処理装置CPU内に設けられるアドレス変換バッファ゛
[’LBは、第2図に示されるように、複数のエントリ
ーからなる連想メモリによって構成され、XM理子アド
レス信号インデックス部XI及びX2と、これらのイン
デックス部に対応した上位物理アドレスすなわちフレー
ム番号FNを格納する。アドレス変換バッファT L 
Bは、DATコントローラによるページング処理が終了
するたびに随時署き換えられる。したがって、アドレス
変換バッファTLB内には、常に最近アクセスされた物
理アドレスのフレーム番号とそれに対応する論理アドレ
スのインデックス部が所定のエントリー数だけ格納され
る。また、このアドレス変換バッファTLBは、そのヒ
フ+−率が例えば95%以上となるようにエントリー数
が設定される。このため、このコンピュータシステムに
おける通常のアドレス変換処理のほとんどは、処理装置
CPU内のアドレス変換バッファTLBを参照するのみ
で終了する。
As shown in FIG. 2, the address conversion buffer LB provided in the processing unit CPU is constituted by an associative memory consisting of a plurality of entries, and includes XM address signal index sections XI and X2 and these indexes. The upper physical address corresponding to the frame, that is, the frame number FN is stored. Address translation buffer T L
B is updated whenever the DAT controller completes paging processing. Therefore, the frame number of the recently accessed physical address and the index part of the corresponding logical address are always stored in the address translation buffer TLB for a predetermined number of entries. Further, the number of entries in the address translation buffer TLB is set so that its high +- rate is, for example, 95% or more. Therefore, most of the normal address translation processing in this computer system is completed by simply referring to the address translation buffer TLB in the processing unit CPU.

アドレス変換バッファ制砧1回路TLBCは、内部論理
アドレス信号ai+1=ajとして(A給されるインデ
ックス部X1及びX2をアドレス変換バッファTLBの
読み出し用タグとする。アドレス変換バッファ’I” 
L Bは、与えられたタグすなわちインデックス部Xl
及びX2と全エントリーに格納されるインデックス部を
瞬時に比較する。両インデックス部が一致するエントリ
ーが存在する場合すなわちアドレス変換バッファT L
 B 7>(ヒツトした場合、アドレス変換バッファ制
御回路TLBCはそのエントリーのフレーム番号FNを
読み出し、上位のアドレス信号Ai+ 1 =A jと
して、上位アドレスバスAU上に出力する。また、下位
アドレスバスALには、下位のアドレス信号AO〜Ai
すなわちオフセット信号O5がそのまま出力されるうこ
れらのアドレス信号AO〜Ajは、アドレス変換バ・ン
ファ制御回路TLBCによって同時にアサートされるア
ドレスストローブ信号ASに従って、主記憶装置MM内
に取り込まれる。このとき、アドレス変換バッファ制御
回路TLBCによってDATコントローラに対する論理
/物理アドレス切り換え信号L/Pがアサ−・トされる
ため、D A Tコントローラはベージング処理を行わ
ない。
The address translation buffer control circuit TLBC sets the internal logical address signal ai+1=aj (A-supplied index parts X1 and X2 as read tags of the address translation buffer TLB.Address translation buffer 'I'
LB is the given tag, that is, the index part Xl
and X2 and the index parts stored in all entries are instantly compared. If there is an entry whose index parts match, the address translation buffer T L
B7> (If hit, the address translation buffer control circuit TLBC reads the frame number FN of the entry and outputs it on the upper address bus AU as the upper address signal Ai+ 1 = A j. The lower address signals AO to Ai
That is, these address signals AO-Aj, to which offset signal O5 is output as is, are taken into main memory device MM in accordance with address strobe signal AS simultaneously asserted by address translation buffer control circuit TLBC. At this time, the logical/physical address switching signal L/P for the DAT controller is asserted by the address translation buffer control circuit TLBC, so the DAT controller does not perform paging processing.

一方、アドレス変換バッファTLBにおいてインデック
ス部X1及びX2の両方が一致するエントリーが存在し
ない場合すなわちアドレス変換バッファTLBがミスヒ
ツトした場合、アドレス変換パンツ1制御回路TLBC
は内部論理アドレス信号a i+ 1〜ajをそのまま
上位のアドレス信号Ai+1〜Ajとして出力し、アド
レスストローブ信号π丁をアサートする。また、論理/
物理アドレス切り換え信号L/Tをネゲートし、上位の
アドレス信号Ai+1=Ajが論理アドレス信号である
ことをDATコントローラに知らせる。これにより、D
ATコントローラは、主記憶装置MM内のページ変換テ
ーブルPTEを参照するためのベージング処理を開始す
る。
On the other hand, if there is no entry in the address translation buffer TLB in which both index parts X1 and X2 match, that is, if there is a miss in the address translation buffer TLB, the address translation pants 1 control circuit TLBC
outputs the internal logical address signals a i+1 to aj as they are as upper address signals Ai+1 to Aj, and asserts the address strobe signal π. Also, logic/
The physical address switching signal L/T is negated to inform the DAT controller that the upper address signal Ai+1=Aj is a logical address signal. As a result, D
The AT controller starts paging processing to refer to the page translation table PTE in the main memory MM.

前述のように、この実施例のDATコントローラにおけ
るベージング処理は、2段階のマルチページング方式が
採られる。このため、主記す、Q装置MM内のページ変
換テーブルPTEは、第2図に示されるように、インデ
ックス部X1及びX2に対応して設けられる二組の変換
テーブルPTEI及びPTE2によって構成される。こ
のうち、第1の変換テーブルPTE1は、主記憶装置M
Mの所定のアドレスP1を先頭アドレスとして配置され
る。変換テーブルPTE 1には、メモリ保護用の制御
ビットなどのばか変換テーブルPTE2のアドレス修飾
売行”うためのブロック番号BNが格納される。実際に
アクセスされる変換テーブル装置のアドレスは、論理ア
ドレス信号の第1インデックス部X1によって修飾され
、P l +X 1となる。一方、第2の変換テーブル
PTE2は、主記f、a装置MMの所定のアドレスP2
を先頭アドレスとして複数ブロック配置される。変換テ
ーブルP T E 2には、メモリ保護用の制御ピント
などのほか上位の物理アドレスとして用いられるフレー
ム番号FNが格納される。変換テーブルPTE2のブロ
ック先頭アドレスは、上記変換テーブルPTE 1から
読み出されるブロック番号BNによって修飾され、P 
2 +BNとなる。また、実際にアクセスされるブロッ
ク内のアドレスは、さらに上記論理アドレス信号の第2
インデックス部X2によって修a^1され、P2+BN
+X2となる。
As described above, the paging process in the DAT controller of this embodiment employs a two-stage multi-paging method. Therefore, as shown in FIG. 2, the page conversion table PTE in the Q device MM, which is mainly described, is composed of two sets of conversion tables PTEI and PTE2 provided corresponding to the index sections X1 and X2. Among these, the first conversion table PTE1 is stored in the main storage M
They are arranged with a predetermined address P1 of M as the first address. The conversion table PTE1 stores a block number BN for address modification of the stupid conversion table PTE2 such as control bits for memory protection.The address of the conversion table device that is actually accessed is a logical address. Modified by the first index part X1 of the signal, it becomes P l +
Multiple blocks are placed with this as the starting address. The conversion table PTE2 stores a frame number FN used as an upper physical address in addition to a control focus for memory protection. The block start address of the conversion table PTE2 is modified by the block number BN read from the conversion table PTE1, and
2 +BN. Furthermore, the address within the block that is actually accessed is determined by the second of the logical address signals.
Repaired by index section X2, P2+BN
+X2.

DATコントローラは、上記変換テーブルPTEl及び
PTE2をアクセスするためのアドレス演算等を行いつ
つ主記憶装置MMのページ変換テーブルPTEを2回ア
クセスし、物理アドレス信号を形成する。つまり、DA
Tコントローラは、最後に第2の変換テーブルPTE2
から読み出されるフレーム番号FNを、上位の物理アド
レス信号とする。この上位の物理アドレス信号すなわち
フレーム番号FNと与えられた論理アドレス信号のイン
デックス部X1及びX2は、処理装置CPU内に設けら
れるアドレス変換バッファTLBに格納される。これら
の物理アドレス信号は、DA′rコントローラのページ
ング処理が終了した後に行われる処理装置CPUのリト
ライにおいて、アドレス変換バッファTLBから読み出
され、上位アドレスバスAUを介して、主記憶装置MM
に送られる。
The DAT controller accesses the page translation table PTE of the main memory device MM twice while performing address calculations and the like to access the translation tables PTEl and PTE2, thereby forming a physical address signal. In other words, D.A.
The T controller finally converts the second conversion table PTE2
The frame number FN read from is used as the upper physical address signal. This upper physical address signal, that is, the frame number FN and the index portions X1 and X2 of the given logical address signal are stored in an address translation buffer TLB provided in the processing device CPU. These physical address signals are read from the address translation buffer TLB during a retry of the processing unit CPU after the paging process of the DA′r controller is completed, and are sent to the main memory unit MM via the upper address bus AU.
sent to.

以上のように、この実施例のコンピュータシステムでは
、メモリ管理装置MMUがアドレス変換バッファTLB
とDATコントローラに分離される。このうち、アドレ
ス変換バッファTLB及びアドレス変換バッファTLB
の周辺回路を含むアドレス変換バッファ制御回路TLB
Cは処理装置CPU内に内蔵され、DATコントローラ
は、処理装置CPUの周辺装置として独立したチップ上
に形成される。処理装置CPUは、内蔵するアドレス変
換バッファTLBをパイプライン方式による並行処理に
よって参照できるため、アドレス変換処理にともなうバ
スサイクル遅延は解消される。
As described above, in the computer system of this embodiment, the memory management unit MMU uses the address translation buffer TLB.
and DAT controller. Of these, address translation buffer TLB and address translation buffer TLB
Address translation buffer control circuit TLB including peripheral circuits of
C is built in the processing device CPU, and the DAT controller is formed on an independent chip as a peripheral device of the processing device CPU. Since the processing device CPU can refer to the built-in address translation buffer TLB through parallel processing using a pipeline system, bus cycle delays associated with address translation processing are eliminated.

また、DATコントローラは、独立したチップ上に形成
されるため、処理装置cPUの汎用性を妨げることなく
、高機能化しまた多機能化することができる。これによ
り、コンピュータシステムのスルーブツトを向上し、シ
ステムとしての柔軟性を確保することができる。
Further, since the DAT controller is formed on an independent chip, it can be made highly functional and multifunctional without hindering the versatility of the processing unit cPU. Thereby, the throughput of the computer system can be improved and the flexibility of the system can be ensured.

〔実施例2〕 第3図には、この発明が通用された仮想記憶方式に用い
られるコンピュータシステムのもう一つの実施例の接続
図が示されている。以下の説明において、特に説明を加
えない部分については、上記実施例1のコンピュータシ
ステムの場合と同じである。
[Embodiment 2] FIG. 3 shows a connection diagram of another embodiment of a computer system used in a virtual storage system to which the present invention is applied. In the following explanation, parts that are not particularly explained are the same as those of the computer system of the first embodiment.

この実施例のコンピュータシステムにおいて、アドレス
変換バッファTLB及びDATコントローラ(アドレス
変換バッファ制御回路TLBCを含む)からなるメモリ
管理装置MMUが、処理装置CPUの外部に独立して設
けられる。このメモリ管理装置MMUは、処理装置CP
Uとは別個のチップ上に形成される。処理装置CPU内
には、上記アドレス変換バッファTLBよりも少ないエ
ントリーを持つようにされ、アドレス変換バッファT 
L Bに格納されるアドレス変換情報の一部を重複して
格納するミニアドレス変換バッファMTLBと、ミニア
ドレス変換バッファMTLBの周辺回路を含むミニアド
レス変換バッファ制御回路MTLBCが設けられる。こ
れらのミニアドレス変換バッファ及びミニアドレス変換
バッファ制御回路MTLBCは、処理装置CPU本体と
ともに同一のチップ上に形成される。
In the computer system of this embodiment, a memory management unit MMU consisting of an address translation buffer TLB and a DAT controller (including an address translation buffer control circuit TLBC) is provided independently outside the processing unit CPU. This memory management unit MMU is connected to the processing unit CP.
It is formed on a separate chip from U. The processing unit CPU has fewer entries than the address translation buffer TLB, and the address translation buffer T
A mini address translation buffer MTLB that redundantly stores a part of the address translation information stored in LB, and a mini address translation buffer control circuit MTLBC including a peripheral circuit of the mini address translation buffer MTLB are provided. These mini address translation buffer and mini address translation buffer control circuit MTLBC are formed on the same chip together with the main body of the processing device CPU.

ミニアドレス変換バッファMTLBは、そのヒット率が
所定の値以上となるような比較的少ないエントリー数(
例えば4エントリー)とされる。
The mini address translation buffer MTLB has a relatively small number of entries (
For example, 4 entries).

処理装置CPUは、バイブライン方式による並行処理に
よってミニアドレス変換バッファMTLBを参照し、論
理アドレスを物理アドレスに高速変換する。ミニアドレ
ス変換バッファM T L B カミスヒットすると、
メモリ管理装置MMUのアドレス変換バッファTLBに
よるアドレス変換処理が行われる。メモリ管理装置MM
Uのアドレス変換バー・ファTLBは、そのヒッI−率
が例えば95%以上となるような比較的多くのエントリ
ーを持つようにされる。アドレス変換バッファTLBが
ヒツトすると、所定の物理アドレス信号がアドレスバス
に出力されるとともに、ミニアドレス変換バッファ制御
回路MTLBCに対してミニアドレス変換バッファ書き
込み信号M T L B Wがアサートされ、そのバス
サイクル内においてミニアドレス変換バッファM T 
1. BのT’tき換えが行われる。これにより、ミニ
アドレス変換バッファM T L Bのヒット率の範囲
内において、処理装置cI’Uのバスサイクル内延が解
消され、コンビエータシステムとしてのスループットが
向上される。
The processing unit CPU refers to the mini-address translation buffer MTLB through parallel processing based on the vibe line method, and converts a logical address into a physical address at high speed. Mini address translation buffer M T L B When a mistake hits,
Address translation processing is performed by the address translation buffer TLB of the memory management unit MMU. Memory management device MM
U's address translation buffer TLB is configured to have a relatively large number of entries such that its hit rate is, for example, 95% or more. When the address translation buffer TLB hits, a predetermined physical address signal is output to the address bus, and a mini address translation buffer write signal MTLBW is asserted to the mini address translation buffer control circuit MTLBC, and the bus cycle Mini address translation buffer M T
1. T't switching of B is performed. As a result, bus cycle extension of the processing unit cI'U is eliminated within the range of the hit rate of the mini-address translation buffer MTLB, and the throughput as a combinator system is improved.

第3図において、ミニアドレス変換バッファMTLBに
は、処理装置CPUの内部アドレスバスを介して、上位
の内部論理アドレス信号a i+ 1〜ajが供給され
る。これらの内部論理アドレス信号a i+ 1〜aj
は、インデックス部Xi及びX2を含み、同時にアサー
トされる内部アドレスストローブ信号aSに従って、ミ
ニアドレス変換バッファ制御回路MTLBC内に取り込
まれる。
In FIG. 3, the mini-address translation buffer MTLB is supplied with upper internal logical address signals a i+ 1 to aj via the internal address bus of the processing unit CPU. These internal logical address signals a i+ 1 to aj
includes index portions Xi and X2, and is taken into the mini address translation buffer control circuit MTLBC according to the internal address strobe signal aS that is asserted at the same time.

ミニアドレス変換バッファMTLBは、前述のように、
比較的少ないエントリーを持つようにされ、複数の連想
記憶素子によって構成される。ミニアドレス変換バッフ
ァMTLBには、メモリ管理装置MMUのアドレス変換
バッファTLBと同一のアドレス変換情報すなわちイン
デックス部X1、X2とこのインデックス部に対応する
フレーム番号FNがエントリー数だけ格納される。
As mentioned above, the mini address translation buffer MTLB is
It has a relatively small number of entries and is composed of a plurality of associative memory elements. The mini address translation buffer MTLB stores the same address translation information as the address translation buffer TLB of the memory management unit MMU, that is, index parts X1, X2 and frame numbers FN corresponding to the index parts, as many as the number of entries.

ミニアドレス変換バッファ制御回路MTLBCは、処理
装置CPUから送られる上位の内部論理アドレス信号a
i+1”ajすなわちインデックス部X1及びX2をタ
グとして、ミニアドレス変換バッファMTLBを連想読
み出しする。ミニアドレス変換バッファMTLBがヒッ
トした場合、ミニアドレス変換バララフ制御回路MTL
BCは、そのエントリーからインデックス部XI及びX
2に対応するフレーム番号FNを読み出し、上位の物理
アドレス信号Ai+1〜Ajとして、上位アドレスバス
AUに送出する。また、このとき、ミニアドレス変換バ
ッファ制御回路MTLBCは物理アドレスストローブ信
号PASをアサートするとともに、論理/物理アドレス
切り換え信号L/7をアサートして、メモリ管理装置M
MUに上位アドレスバスAU上のアドレス信号が物理ア
ドレス信号であることを知らせる。これにより、メモリ
管理装置MMUは起動されず、ミニアドレス変換バッフ
ァ制御回路MTLBCから出力される物理アドレス信号
がそのまま主記憶装置MMに伝達される。
The mini address translation buffer control circuit MTLBC receives an upper internal logical address signal a sent from the processing unit CPU.
The mini address translation buffer MTLB is read associatively using i+1"aj, that is, the index parts X1 and X2 as tags. If the mini address translation buffer MTLB is hit, the mini address translation barrage control circuit MTL is read.
BC from its entry to index parts XI and X
The frame number FN corresponding to 2 is read out and sent to the upper address bus AU as upper physical address signals Ai+1 to Aj. At this time, the mini address translation buffer control circuit MTLBC asserts the physical address strobe signal PAS and also asserts the logical/physical address switching signal L/7 to
Notify the MU that the address signal on the upper address bus AU is a physical address signal. As a result, the memory management device MMU is not activated, and the physical address signal output from the mini address translation buffer control circuit MTLBC is directly transmitted to the main memory device MM.

一方、処理装置CPUから供給される内部論理アドレス
信号ai+1=ajに対してミニアドレス変換バッファ
MTLBがミスヒツトした場合、ミニアドレス変換バッ
ファ制御回路MTLBCは論理/物理アドレス切り換え
信号L/Pをネゲートした状態でアドレスストローブ信
号τ丁をアサートし、メモリ管理装置MMUに対してミ
ニアドレス変換バッファMTLBがミスヒットしたこと
を知らせる。このとき、上位アドレスバスAUには、内
部論理アドレス信号a i+ 1〜ajがそのまま上位
の論理アドレス信号Ai+1−Ajとして伝達される。
On the other hand, if the mini address translation buffer MTLB misses the internal logical address signal ai+1=aj supplied from the processing unit CPU, the mini address translation buffer control circuit MTLBC is in a state where the logical/physical address switching signal L/P is negated. The address strobe signal τ is asserted to notify the memory management unit MMU that the mini address translation buffer MTLB has mishit. At this time, the internal logical address signals a i+ 1 to aj are directly transmitted to the upper address bus AU as the upper logical address signals Ai+1-Aj.

メモリ管理装置MMUは、アドレスストローブ信号AS
がアサートされるとき論理/物理アドレス切り換え信号
L/Pがネゲートされていることによって、ミニアドレ
ス変換バッファMTLBがミスヒットしたことを識別し
、アドレス変換処理を開始する。すなわち、DATコン
トローラは、上位の論理アドレス信号Ai+1”Ajと
して供給されるインデックス部X1及びX2をタグとし
、アドレス変換バッファTLBを連想読み出しする。
The memory management unit MMU receives an address strobe signal AS.
Since the logical/physical address switching signal L/P is negated when is asserted, it is identified that the mini address translation buffer MTLB has mishit, and address translation processing is started. That is, the DAT controller uses the index sections X1 and X2 supplied as the upper logical address signal Ai+1''Aj as tags, and associatively reads the address translation buffer TLB.

アドレス変換バッファTLBがヒフt・シた場合、DA
Tコントローラは、アドレス変換バッファTLBからフ
レーム番号F Nを読み出し、上位の物理アドレス信号
Ai+I〜Ajとして、上位アドレスバスAU上に送出
する。このとき、DATコントローラは物理アドレスス
トローブ信号PASをアサートするとともに、ミニアド
レス変換バッファ書き込み信号MTLBWをアサートす
る。
If the address translation buffer TLB goes high, DA
The T controller reads the frame number FN from the address translation buffer TLB and sends it onto the upper address bus AU as upper physical address signals Ai+I to Aj. At this time, the DAT controller asserts the physical address strobe signal PAS and also asserts the mini address translation buffer write signal MTLBW.

処理装置C−P U内のミニアドレス変換バッファ制御
凹路MTLBCは、メモリ管理装置MMUから物理アド
レスが出力される前、すなわちアドレスストローブ信号
Asによってメモリ管理装置MMUに論理アドレス信号
が取り込まれた後、上位アドレスバスAUをハイインピ
ーダンス状態とする。また、メモリ管理装置MMUによ
ってミニアドレス変換バッファ書き込み信号M T L
 B Wがアサートされたとき、上位アドレスバスAU
上に伝達されるフレーム番号FNと下位アドレスバスA
L上に伝達されるインデックス部XI及びX2を取り込
み、ミニアドレス変換バッファMTLBに書き込む。特
に制限されないが、ミニアドレス変換バッファM T 
L Bの書き換えに際するエントリーの選択は、特別な
アルゴリズムを用いることなく、単にエントリ一番号順
に行われる。
The mini-address translation buffer control channel MTLBC in the processing unit C-P U operates before the physical address is output from the memory management unit MMU, that is, after the logical address signal is fetched into the memory management unit MMU by the address strobe signal As. , puts the upper address bus AU into a high impedance state. In addition, the memory management unit MMU outputs the mini address translation buffer write signal M T L
When BW is asserted, the upper address bus AU
Frame number FN transmitted above and lower address bus A
The index portions XI and X2 transmitted on L are taken in and written to the mini address translation buffer MTLB. Although not particularly limited, the mini address translation buffer M T
Selection of entries when rewriting LB is performed simply in the order of entry numbers without using any special algorithm.

主記憶装置MMは、ミニアドレス変換バッファ制御回路
MTLBC又はメモリ管理装置MMUによっ”ζアサー
トされる物理アドレスストローブ信号PASに従って、
上位アドレスバスAU及び下位アドレスバスAL上の物
理アドレス信号を取り込む。また、リード・ライト信号
R/Wに従って、データバスDT上の書き込みデータを
取り込み、あるいは工夫み出しデータをデータバスDT
に送出する。主記憶装置MMは、書き込み動作又は読み
出し動作が終了した時点で、データ転送確認信号D T
 A C,Kをアサートする。
The main memory device MM operates according to the physical address strobe signal PAS asserted by the mini address translation buffer control circuit MTLBC or the memory management device MMU.
Take in the physical address signals on the upper address bus AU and lower address bus AL. Also, according to the read/write signal R/W, write data on the data bus DT is taken in, or devised data is sent to the data bus DT.
Send to. The main memory device MM transmits a data transfer confirmation signal D T at the time when a write operation or a read operation is completed.
Assert A C, K.

第4図には、この実施例のコンピュータシステムにおけ
るアドレス変換処理の一実施例のフロー図が示されてい
る。同図には、処理装置CPU内のミニアドレス変換バ
ッファMTLBがヒットしたときの処理が実線によって
示され、ミニアドレス変換バッファM T L、 Bが
ミスヒツトしメモリ管理装置MMUのアドレス変換バッ
ファTLBがヒツトしたときの処理が点線によって示さ
れている。
FIG. 4 shows a flowchart of an embodiment of address translation processing in the computer system of this embodiment. In the figure, a solid line indicates the processing when the mini address translation buffer MTLB in the processing unit CPU has a hit, and the mini address translation buffers MTL, B have a miss and the address translation buffer TLB of the memory management unit MMU has a hit. The dotted line indicates the processing when this occurs.

また、ミニアドレス変換バッファM T L B及びア
ドレス変換バッファTLBがともにミスヒツトしたとき
の処理が、一点鎖線で示されている。メモリ管理装置M
MUのアドレス変換バッファTLBがミスヒツトした場
合に行われるページング処理は、第2図のフロー図の場
合と同じであり、省略されている。
Further, the process when both the mini address translation buffer MTLB and the address translation buffer TLB have a miss is shown by a chain line. Memory management device M
The paging process performed when there is a miss in the address translation buffer TLB of the MU is the same as in the flow diagram of FIG. 2, and is omitted.

第4図において、処理装置CPU内に設けられるミニア
ドレス変換バッファMTLBは、特に制限されないが、
4つのエントリーからなる連想メモリによって構成され
、処理装置CPUから出力される論理アドレス信号LA
のインデックス部X1及びX2と、これらのインデック
ス部に対応した上位物理アドレスすなわちフレーム番号
FNを格納する。ミニアドレス変換バッファMTLBは
、ミニアドレス変換バッファM T L Bがミスヒツ
トしメモリ管理装置MMUのアドレス変換バッファTL
Bがヒットしたときに、メモリ管理装置MMUによって
ミニアドレス変換バッファ書き込み信号MTLBWがア
サートされることで随時書き換えられる。したがって、
ミニアドレス変換バッファMTLB内には、常に最近ア
クセスされた物理アドレスのフレーム番号とそれに対応
する論理アドレスのインデックス部が4工ントリー分だ
け格納される。また、このミニアドレス変換バッフIM
 ’I” L Bは、4つのエントリーを持つことによ
って、所定の値以上のヒット率を持つようにされる。
In FIG. 4, the mini address translation buffer MTLB provided in the processing device CPU is not particularly limited, but
A logical address signal LA configured by an associative memory consisting of four entries and output from the processing unit CPU.
The index portions X1 and X2 of , and the upper physical address, that is, the frame number FN corresponding to these index portions are stored. The mini address translation buffer MTLB is the address translation buffer TL of the memory management unit MMU when the mini address translation buffer MTLB has a miss.
When B is hit, the mini address translation buffer write signal MTLBW is asserted by the memory management unit MMU, so that the data can be rewritten at any time. therefore,
The mini address translation buffer MTLB always stores four entries of the frame number of the recently accessed physical address and the index part of the corresponding logical address. Also, this mini address translation buffer IM
By having four entries, 'I'LB is made to have a hit rate greater than a predetermined value.

このため、このコンピュータシステムにおける通常のア
ドレス変換処理は、ミニアドレス変換バ。
For this reason, the normal address translation process in this computer system is a mini address translation bar.

ファM ”1’ L Bのヒツト率の範囲内において、
処理装置CPU内のミニアドレス変換バッファM T 
LBを参照するのみで終了する。
Within the hit rate of Fa M ``1' LB,
Mini address translation buffer M T in the processing unit CPU
The process ends by simply referencing the LB.

ミニアドレス変換バッファ制御回路MTLBCは、内部
論理アト1/ス信号ai+1〜ajとして供給されろイ
ンデックス部x1及びx2をミニアドレス変換バッファ
MTLBの読み出し用タグとする。ミニアドレス変換バ
ッファMTLBは、与えられたタグすなわちインテ:・
クス部X1及びX2と全エントリーに格納されるインテ
・ノクス部を瞬時に比・咬する。両インデックス部が一
敗するエントリーが存在する場合すなわちミニアドレス
変換バッファへ4TI、Bがヒットした場合、ミニアド
レス変換バフファ制御回路MTLBCはそのエントリー
のフレーム番号FNを読み出し、上位の物理アドレス信
号Ai+1〜Ajとして、上位アドレスバスAU上に出
力する。また、下位アドレスバスALには、下位のアド
レス信号AO=Aiすなわらオフセット信号O8をその
まま出力する。これらのアドレス信号AO〜Ajは、ミ
ニアドレス変換バッファ制御回路MTLBCによって同
時にアサートされるeJ理アドレスストローブ信号PA
Sに従って、主記憶装置MM内に取り込まれる。このと
き、ミニアドレス変換バッファ制御回路MTLI3Cが
メモリ管理装置M M Uに対する論理/?ff理アド
レス切り換え信号L/Pをアサートするため、メモリ管
理装置M M Uは一切のアドレス変換処理を行:bな
い。
The mini address translation buffer control circuit MTLBC uses the index sections x1 and x2 supplied as the internal logic AT1/S signals ai+1 to aj as read tags for the mini address translation buffer MTLB. The mini address translation buffer MTLB converts the given tag, i.e.
Instantly compare and match the system parts X1 and X2 with the inte-nox parts stored in all entries. If there is an entry in which both index sections fail, that is, if 4TI, B hits the mini address translation buffer, the mini address translation buffer control circuit MTLBC reads the frame number FN of that entry and uses the upper physical address signals Ai+1 to It is output as Aj onto the upper address bus AU. Furthermore, the lower address signal AO=Ai, that is, the offset signal O8, is output as is to the lower address bus AL. These address signals AO to Aj are connected to the eJ physical address strobe signal PA which is simultaneously asserted by the mini address translation buffer control circuit MTLBC.
According to S, the data is taken into the main memory device MM. At this time, the mini address translation buffer control circuit MTLI3C provides logic/? for the memory management device MMU. In order to assert the address switching signal L/P, the memory management unit MMU does not perform any address conversion processing.

一方、処理装置CPU内のミニアドレス変換バッファM
 T L Bにおいてインデックス部X1及びx2の両
方が一致するエントリーが存在しない場合すなわちミニ
アドレス変換バッファMTLBがミスヒツトした場合、
ミニアドレス変換バッファ制御回路MTLBCは内部論
理アドレス信号ai+1〜ajをそのまま上位のアドレ
ス信号Ai+1〜Ajとして出力し、アドレスストロー
ブ信号ASをアサートする。また、論理/物理アドレス
切り換え信号L/Pをネゲートし、上位のアドレス信号
Ai+1〜Ajが論理アドレス信号であることをメモリ
管ff装置MMUに知らせる。これにより、メモリ管理
装置MMUが、アドレス変換処理を開始する。
On the other hand, the mini address translation buffer M in the processing unit CPU
If there is no entry in TLB in which both index parts X1 and x2 match, that is, if there is a miss in the mini address translation buffer MTLB,
The mini address translation buffer control circuit MTLBC outputs the internal logical address signals ai+1 to aj as they are as upper address signals Ai+1 to Aj, and asserts the address strobe signal AS. It also negates the logical/physical address switching signal L/P and notifies the memory tube ff device MMU that the upper address signals Ai+1 to Aj are logical address signals. Thereby, the memory management device MMU starts address translation processing.

前述のように、メモリ管理装置MMUのアドレス変換バ
ッファTLBは、複数の連想記憶素子によって構成され
、そのヒット率が例えば95%以上となるようなエント
リー数を持つようにされる。
As described above, the address translation buffer TLB of the memory management unit MMU is configured by a plurality of content addressable memory elements, and has the number of entries such that the hit rate thereof is, for example, 95% or more.

各エントリーには、上記ミニアドレス変換バッファM 
TL Bと同様に、最近アクセスされた物理アドレスの
フレーム番鷲FNと、それに対応するインデックス部X
1及びX2が格納される。メモリ管理装置MMUのDA
Tコントローラは、まず上位の論理アドレス信号として
上位アドレスバスAUを介して伝達されるインデックス
部X1及びX2をタグとして、アドレス変換バッファT
LBの連想読み出しを行う。
Each entry has the mini address translation buffer M
Similar to TL B, the frame number FN of the recently accessed physical address and the corresponding index section
1 and X2 are stored. DA of memory management unit MMU
First, the T controller uses the index parts X1 and X2, which are transmitted as upper logical address signals via the upper address bus AU, as tags to convert the address translation buffer T.
Performs associative reading of LB.

アドレス変換バッファTLBに、インデックス部X1及
びX2が一致するエントリーが存在する場合すなわちア
ドレス変換バッファTLBがヒツトした場合、DATコ
ントローラは、そのエントリーのフレーム番号FNを読
み出し、上位の物理アドレス信号Ai+1〜Ajとして
、上位アドレスバスAUに送出する。このとき、主記憶
装置MMに対する物理アドレスストローブ信号PASを
アサートするとともに、ミニアドレス変換バッファ制御
回路MTLBCに対するミニアドレス変換バッファ書き
込み信号MTLBWをアサートする。
If there is an entry in the address translation buffer TLB with matching index parts X1 and The address is sent to the upper address bus AU as follows. At this time, the physical address strobe signal PAS for the main memory device MM is asserted, and the mini address translation buffer write signal MTLBW for the mini address translation buffer control circuit MTLBC is asserted.

ミニアドレス変換バッファ制御回路MTLBCは、ミニ
アドレス変換バッファ書き込み信号MTLBWがアサー
トされることによって、上位アドレスバスAUを介して
伝達される上位の物理アドレス信号すなわちフレーム番
号FNを取り込み、またバスサイクルの間下位アドレス
バスALを介して伝達される下位の論理アドレス信号す
なわちインデックス部X1及びX2を取り込む、ミニア
ドレス変換、<ッ、デ制御回路MTLBCは、内蔵する
ポインタによって指定されるミニアドレス変換バッファ
MTLBのエントリーに、これらのフレーム番号FN及
びインデックス部X1・X2を書き込む。また、主記憶
装置MMは、物理アドレスストローブ信号PASがアサ
ートされることによって、上位アドレスバスAtJ及び
下位アドレスバスALを介して伝達される物理アドレス
信号を取り込み、リード・ライト信号R/Wに従った書
き込み動作又は読み出し動作を開始する。
The mini address translation buffer control circuit MTLBC takes in the upper physical address signal, that is, the frame number FN, transmitted via the upper address bus AU when the mini address translation buffer write signal MTLBW is asserted, and also receives the frame number FN during the bus cycle. The mini-address conversion control circuit MTLBC that takes in the lower logical address signals, that is, the index portions X1 and X2 transmitted via the lower address bus AL, converts the mini-address conversion buffer MTLB specified by the built-in pointer. These frame numbers FN and index parts X1 and X2 are written in the entry. Furthermore, when the physical address strobe signal PAS is asserted, the main memory device MM takes in the physical address signal transmitted via the upper address bus AtJ and the lower address bus AL, and according to the read/write signal R/W. The specified write or read operation is started.

一方、アドレス変換バッファ’l” L Bにインデッ
クス部X1及びX2がともに一致するエントリーが存在
しない場合すなわちアドレス変換バッファTLBがミス
ヒツトした場合、メモリ管理装置MMUは主記憶装′f
liMM内のページ変換テーブルPTEによるページン
グ処理を開始する。このとき、メモリ管理装置MMUは
、処理装(葭CPUに対してホールト信号14 A L
 ’i’及びバスエラー信号BERRを”アサートし、
・処理装置CPUをホールト状態にするとともに、自ら
バスマスクとなる。
On the other hand, if there is no entry in the address translation buffer 'l' LB with matching index parts X1 and X2, that is, if there is a miss in the address translation buffer TLB, the memory management unit MMU
Paging processing using the page conversion table PTE in liMM is started. At this time, the memory management unit MMU sends a halt signal 14 A L to the processing unit (Yoshi CPU).
'i' and bus error signal BERR are asserted;
- Puts the processing device CPU into a halt state and becomes a bus mask.

以下、第2図の実施例1と同様なページング処理を行っ
た後、その結果として得られるフレーム番号FNとそれ
に対応するインデックス部X1及びX2をアドレス変換
バッファT L Bの所定のエントリーに書き込み、処
理装置CPUに対するホールト信号HA L T及びバ
スエラー信号BERRをネゲートする。これにより、処
理装置CPUはアドレス変換に係る中断処理をリトライ
する。このリトラ・イされたバスサイクルにおいて、上
記のアドレスi換バッファTLBがヒットした場合にお
ける処理が実行され、アドレス変換バッファTLBに書
き込まれたフレーム番号FNが改めて上位の物理アドレ
ス信号として読み出される。また、このリトライされた
バスサイクルにおいて、処理装置CPU内のミニアドレ
ス変換バッファM T LBが書き換えられる。
Thereafter, after performing the same paging process as in Example 1 of FIG. 2, the resulting frame number FN and the corresponding index parts X1 and X2 are written into a predetermined entry of the address translation buffer TLB, The halt signal HALT and bus error signal BERR for the processing unit CPU are negated. As a result, the processing device CPU retries the interruption process related to address translation. In this retried bus cycle, the process for the case where the address i translation buffer TLB hits is executed, and the frame number FN written in the address translation buffer TLB is read out again as an upper physical address signal. Furthermore, in this retried bus cycle, the mini address translation buffer M T LB in the processing unit CPU is rewritten.

以上のように、この実施例のコンビエータシステムでは
、アドレス変換バッファTLB及びDA]゛コントロー
ラからなるメモリ管理装置MMUが処理装置CPUの外
部に独立して設けられ、またアドレス変換バッファTL
Bよりも少ないエントリー数を持ちアドレス変換バッフ
ァTLBに格納されるアドレス変換情報の一部を重複し
て格納するミニアドレス変換バッファM T I、 B
が処理装置Ck’U内に設けられる。処理装置CP t
Jは、パイプラ・イン方式による並行処理によってミニ
アドレス変換バッファMTLBを参照し、論理アドレス
を物理アドレスに高速変換する。ミニアドレス変換バッ
ファMTLBがミスヒットした場合、メモリ管理装置M
MUのアドレス変換バッファ’r L Bによるアドレ
ス変換処理が開始されろ。ここで、’yfiドレス変換
バ7ファT L P、がヒツトすると、所定の物理アド
レス信号が主記憶装置MMに送られるとともに、そのバ
スサイクル内においてミニアドレス変換バッファMTL
Bの書き換えが行われる。これにより、ミニアドレス変
換バッファMTLBのヒツト率の範囲内において、処理
装置CPUのバスサイクル遅延は解消され、コンピュー
タシステムとしてのスルーブツトが向上される。また、
処理装置CPUは少ないエントリー数とされるミニアド
レス変換バッファMTLBを内蔵するだけでよく、その
汎用性を阻害されないばかりか、仮想記憶方式を採らな
い場合、ミニアドレス変換バッファMTLBを他の用途
の連想記憶装置として利用することもできる。さらに、
言うまでもなく、メモリ管理装3MMuは独立したチッ
プ上に形成されるため、処理装置cPUのレイアウトを
気にすることなく高機能化しJ:た多機消化することが
できる。
As described above, in the combinator system of this embodiment, the memory management unit MMU consisting of the address translation buffers TLB and DA controller is provided independently outside the processing unit CPU, and the address translation buffer TL
A mini-address translation buffer MTI, B that has a smaller number of entries than B and redundantly stores a part of the address translation information stored in the address translation buffer TLB.
is provided within the processing device Ck'U. Processing device CP t
J refers to the mini-address translation buffer MTLB by parallel processing using a pipeline method, and converts a logical address into a physical address at high speed. When the mini address translation buffer MTLB misses, the memory management device M
Address translation processing by the address translation buffer 'rLB of the MU is started. Here, when the 'yfi address translation buffer TLP is hit, a predetermined physical address signal is sent to the main memory device MM, and within that bus cycle, the mini address translation buffer MTL is
B is rewritten. As a result, the bus cycle delay of the processing unit CPU is eliminated within the range of the hit rate of the mini address translation buffer MTLB, and the throughput of the computer system is improved. Also,
The processing unit CPU only needs to have a built-in mini address translation buffer MTLB, which has a small number of entries, so its versatility is not hindered, and if a virtual memory method is not adopted, the mini address translation buffer MTLB can be used for other purposes. It can also be used as a storage device. moreover,
Needless to say, since the memory management unit 3MMu is formed on an independent chip, it is possible to increase the functionality and use multiple machines without worrying about the layout of the processing unit cPU.

以上の二つの実施例に示されるように、この発明を仮想
記憶方式を用いたコンビニ−クシステムに適用した場合
、次のような効果が得られる。すなわち、 (1)メモリ管理装置のアドレス変換バッファとDAT
コントローラを分離し、アドレス変換バッファを処理装
置に内蔵させるとともに、DATコントローラを別チッ
プとし処理Vl置の外部に設けることで、処理装置がパ
イプライン方式による並行処理を行うことができ、アド
レス変換バッフ1のヒツト率の範囲でアドレス変換にと
もなうバスサイクル遅延を解消することができるという
効果が得られる。
As shown in the above two embodiments, when this invention is applied to a convenience store system using a virtual storage method, the following effects can be obtained. That is, (1) Address translation buffer and DAT of memory management device
By separating the controller and incorporating the address translation buffer into the processing device, and by providing the DAT controller as a separate chip and external to the processing Vl, the processing device can perform parallel processing using a pipeline method, and the address translation buffer The effect is that bus cycle delays associated with address conversion can be eliminated within a hit rate range of 1.

(2)アドレス変換バッファ及びDATコントローラか
らなるメモリ管理装置を処理装置の外部に独立して設け
、上記メモリ管理装置のアドレス変換バッファよりも少
ないエントリー数を持ちメモリ管理装置のアドレス変換
バッファに格納されるアドレス変換情報の一部を重複し
て格納するミニアドレス変換バッファを処理装置に内蔵
することで、処理装置がパイブライ:/方式による並行
処理を行うことができ、ミニアドレス変換バッファのヒ
ツト率の範囲でアドレス変換にともなうバスサイクル遅
延を解消することができるという効果が得られる。
(2) A memory management device consisting of an address translation buffer and a DAT controller is provided independently outside the processing device, and the number of entries stored in the address translation buffer of the memory management device is smaller than that of the address translation buffer of the memory management device. By incorporating a mini-address translation buffer into the processing unit that stores part of the address translation information redundantly, the processing unit can perform parallel processing using the pi-bry:/ method, which reduces the hit rate of the mini-address translation buffer. The effect is that bus cycle delay associated with address conversion can be eliminated within the range.

(3)上記(2)項により、仮想記憶方式を採らない場
合において、処理装置はミニアドレス変換バッファ4他
の用途の連想記憶装置として利用することができるとい
う効果が得られる。
(3) According to the above item (2), when the virtual storage method is not adopted, the processing device can be used as an associative storage device for other purposes such as the mini address translation buffer 4.

(4り上記(1)項〜(2>項により、処理装置の汎用
性を確保しつつ、コンビエータシステムとしてのスルー
ブツトを向上できるとともに、DATコントローラ又は
メモリ管理装置を独立して高機能化・多機能化すること
ができ、仮想記憶方式を採るシステムの最適化を図るこ
とができるという効果が得られる。
(4) Items (1) to (2> above) ensure the versatility of the processing device, improve the throughput as a combinator system, and independently improve the functionality of the DAT controller or memory management device. This has the advantage of being multi-functional and optimizing a system that uses a virtual memory method.

以上本発明者によってなされた発明を実施例に基づき具
体的に説明したが、この発明は上記実施例に限定される
ものではなく、その要旨を進展しないf2囲で種々変更
可能であることはいうまでもない。例えば、処理装置は
、アドレス変換バッファ又はにアト【/ス変換バンファ
によるアドレス変換処理をパ・fブライン方式によって
実行する必要はないし、DATコントローラ及びDAT
コントローラを含むメモリ管理装置は、他の周辺装置と
ともに一つのチップ上に形成されるものであってもよい
。また、Dl〜Tコントローラによって行われるベージ
ング処理は、3段階以上のマルチレベルベージング方式
を採るものであってもよいし、セグメント方式又はセグ
メント方式とベージング方式を併用するものであっても
よい。アドレス変換バッファがミスヒツトしたときのり
トライ処理は、ホールト信号HALT及びバスエラー信
号「ERRによるものでなくてもよいし、その他の信号
線の組み合わせも、特にこの実施例によって制限される
ものではない、さらに、コンピュータシステムの具体的
な構成やメモリ構成等、種々の実施形態を探りうるちの
である。
Although the invention made by the present inventor has been specifically explained based on Examples above, this invention is not limited to the above Examples, and it is possible to make various changes without further advancing the gist of the invention. Not even. For example, the processing device does not need to perform address translation processing using an address translation buffer or an address translation buffer using a per-f line method, and
The memory management device including the controller may be formed on one chip along with other peripheral devices. Furthermore, the paging process performed by the Dl to T controllers may employ a multilevel paging method with three or more stages, or may use a segment method or a combination of a segment method and a paging method. The try processing when the address translation buffer has a mishit does not have to be based on the halt signal HALT and the bus error signal "ERR," and combinations of other signal lines are not particularly limited by this embodiment. Furthermore, various embodiments such as specific configurations of computer systems and memory configurations can be explored.

以上の説明では主として本発明者によってなされた発明
をその寿景となった利用分野である仮想記憶方式を採る
コンピュータシステムに通用した場合について説明した
が、それに限定されるものではな(、例えば、その他の
制御システムやデータ処理システムなどにも通用できる
0本発明は、少な(とも仮想2億方式を用いたディジタ
ルシステムに広く通用できる。
In the above explanation, the invention made by the present inventor was mainly applied to a computer system that adopts a virtual memory method, which is the field in which the invention became famous, but the present invention is not limited to this (for example, The present invention, which is applicable to other control systems and data processing systems, is widely applicable to digital systems using a virtual 200 million system.

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

本願において開示される発明のうち代表的なものによっ
て得られる効果を’Efr単に説明すれば、下記のとお
りである。すなわら、メモリ管理装置のアドレス変換バ
ッファとDATコントローラを分離し、アドレス変換バ
ッファを処理装置に内蔵するとともに、DATコントロ
ーラを別チップとし処理装置の外部に設けることで、あ
るいは、アドレス変換バッファ及びJ)ATコントロー
ラからなるメモリ管理装置を処理装置の外部に設け、上
記メモリ管理装置のアドレス変換バッファよりも少ない
エントリー数を持ちメモリ管理装置のアドレス変換バッ
ファに格納されるアドレス変換情報の一部を重複して格
納するミニアドレス変換バッフ1を処Pil装置に内蔵
することで、処理装置がパイプシ・イン方式による並行
処理を行うことができ、処理装置の汎用性を確保しつつ
、スルーブツトを向上できるとともに、L)ATコント
ローラを独立して高機能化・多機能化でき、仮想記憶方
式を採るシステムを最適構成とすることができるもので
ある。
A simple explanation of the effects obtained by typical inventions disclosed in this application is as follows. In other words, the address translation buffer of the memory management device and the DAT controller can be separated, the address translation buffer built into the processing device, and the DAT controller made into a separate chip and provided outside the processing device, or the address translation buffer and the DAT controller can be separated. J) A memory management device consisting of an AT controller is provided outside the processing device, and has a smaller number of entries than the address translation buffer of the memory management device, and a part of the address translation information stored in the address translation buffer of the memory management device is By incorporating the mini-address translation buffer 1 that stores redundantly into the processing device, the processing device can perform parallel processing using the pipeline method, and the throughput can be improved while ensuring the versatility of the processing device. At the same time, L) the AT controller can be independently made highly functional and multi-functional, and a system employing a virtual memory method can have an optimal configuration.

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

第1図は、この発明が通用された仮想記憶方式に用いら
れるコンピュータシステムの一実施例t−示す接続図、 第2図は、第1図のコンピュータシステムのアドレス変
換処理の一実施例を示すフロー図、第3図は、この発明
が通用された仮想記憶方式に用いられるコンピュータシ
ステムのもう一つの実施例を示す接続図、 第4図は、第3図のコンピュータシステムのアドレス変
換処理の一実施例を示すフロー図、第5図は、従来のコ
ンビエータシステムの一例を示す接続図である。 TLB・・・アドレス変換バッファ、TLBC・・・ア
ドレス変換バッファ制御回路、MTLB・・・ミニアド
レス変換バッファ、MTLBC・・・ミニアドレス変換
tイソファ制御回路、DATC・・・DATコントロー
ラ、M M tJ・・・メモリ管理装置、CPU・・・
中央処理装置、MM・・・主記憶装置、PTE・・・ベ
ージ変換テーブル。 LA・・・論理アドレス、PA・・・物理アドレス、P
TEl、PTE2・・・ページ変換テ−プル。 第1図 第2図 第3図 第4図 第5図
FIG. 1 is a connection diagram showing an embodiment of a computer system used in a virtual storage system to which the present invention is applied. FIG. 2 is a connection diagram showing an embodiment of the address conversion process of the computer system of FIG. 1. Flowchart, FIG. 3 is a connection diagram showing another embodiment of a computer system used in a virtual storage system to which the present invention is applied, and FIG. FIG. 5, a flowchart showing an embodiment, is a connection diagram showing an example of a conventional combinator system. TLB...Address translation buffer, TLBC...Address translation buffer control circuit, MTLB...Mini address translation buffer, MTLBC...Mini address translation t isofa control circuit, DATC...DAT controller, M M tJ・・Memory management device, CPU...
Central processing unit, MM... main memory, PTE... page conversion table. LA...Logical address, PA...Physical address, P
TEL, PTE2...Page conversion table. Figure 1 Figure 2 Figure 3 Figure 4 Figure 5

Claims (1)

【特許請求の範囲】 1、アドレス変換バッファをアドレス発生機能を有する
処理装置に内蔵し、動的アドレス変換機構を上記処理装
置の外部に設けることを特徴とする仮想記憶方式。 2、第1のアドレス変換バッファ及び動的アドレス変換
機構を含むメモリ管理装置をアドレス発生機能を有する
処理装置の外部に設け、上記第1のアドレス変換バッフ
ァよりも少ないエントリーを持ち上記第1のアドレス変
換バッファに格納されるアドレス変換情報の一部を重複
して格納する第2のアドレス変換バッファを上記処理装
置に内蔵することを特徴とする仮想記憶方式。 3、上記第2のアドレス変換バッファには、与えられた
論理アドレスに対して上記第2のアドレス変換バッファ
がミスヒットしかつ上記第1のアドレス変換バッファが
ヒットした場合に、上記第1のアドレス変換バッファか
ら出力される物理アドレス及びその物理アドレスに関連
するアドレス変換情報が同一のバスサイクル内において
書き込まれるものであることを特徴とする特許請求の範
囲第2項記載の仮想記憶方式。
[Scope of Claims] 1. A virtual storage system characterized in that an address translation buffer is built into a processing device having an address generation function, and a dynamic address translation mechanism is provided outside the processing device. 2. A memory management device including a first address translation buffer and a dynamic address translation mechanism is provided outside a processing device having an address generation function, and has fewer entries than the first address translation buffer and has a memory management device including a dynamic address translation mechanism. A virtual storage system characterized in that the processing device includes a second address translation buffer that redundantly stores a part of the address translation information stored in the translation buffer. 3. The second address translation buffer stores the first address when the second address translation buffer misses and the first address translation buffer hits a given logical address. 3. The virtual storage system according to claim 2, wherein the physical address output from the translation buffer and the address translation information related to the physical address are written within the same bus cycle.
JP61308447A 1986-12-26 1986-12-26 Virtual memory system Pending JPS63163647A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61308447A JPS63163647A (en) 1986-12-26 1986-12-26 Virtual memory system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61308447A JPS63163647A (en) 1986-12-26 1986-12-26 Virtual memory system

Publications (1)

Publication Number Publication Date
JPS63163647A true JPS63163647A (en) 1988-07-07

Family

ID=17981134

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61308447A Pending JPS63163647A (en) 1986-12-26 1986-12-26 Virtual memory system

Country Status (1)

Country Link
JP (1) JPS63163647A (en)

Similar Documents

Publication Publication Date Title
KR920005280B1 (en) High speed cache system
JP3802061B2 (en) Parallel access micro-TLB to increase address translation speed
EP0408058B1 (en) Microprocessor
US5522065A (en) Method for performing write operations in a parity fault tolerant disk array
JPS5821353B2 (en) Channel-to-memory writing device
JPS63244248A (en) Cache controller
JPH04232551A (en) Method and apparatus for converting multiple virtaul addresses
JPH02190930A (en) Software instruction executing apparatus
JP2001184263A (en) Device for invalidating and removing old cache line
EP0734553A1 (en) Split level cache
JP2001195303A (en) Translation lookaside buffer whose function is parallelly distributed
JPH0559455B2 (en)
JP3449487B2 (en) Conversion index buffer mechanism
JPH0564813B2 (en)
US5636354A (en) Data processor with serially accessed set associative memory cache interface and method
US5339397A (en) Hardware primary directory lock
JPH07120312B2 (en) Buffer memory controller
JPH0529945B2 (en)
JPS63101944A (en) Memory controller
JPH04308953A (en) Virtual address computer system
JP3210637B2 (en) Method and system for accessing a cache memory in a data processing system
JPS6126702B2 (en)
JP2000339221A (en) System and method for invalidating entry of conversion device
JPH0580018B2 (en)
JPS61275946A (en) Cash mmu system