JPS6232554A - Extended memory controlling system - Google Patents
Extended memory controlling systemInfo
- Publication number
- JPS6232554A JPS6232554A JP60172674A JP17267485A JPS6232554A JP S6232554 A JPS6232554 A JP S6232554A JP 60172674 A JP60172674 A JP 60172674A JP 17267485 A JP17267485 A JP 17267485A JP S6232554 A JPS6232554 A JP S6232554A
- Authority
- JP
- Japan
- Prior art keywords
- block
- signal
- storage device
- response
- section
- 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
Description
【発明の詳細な説明】
(産業上の利用分野)
本発明は、階層構造を有する拡張記憶の制御方式に関す
る。DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention relates to a control method for extended storage having a hierarchical structure.
(従来技術とその問題点)
従来、仮想記憶方式と呼ばれる方式が知られており、広
く汎用計算機においてもこの技術が使用されている(金
田弘着電子計算機(21F92〜98コロナ社1978
年発行)。(Prior art and its problems) Conventionally, a method called the virtual memory method has been known, and this technology is widely used in general-purpose computers (Kaneda Hiroki Electronic Computer (21F92-98 Corona Publishing 1978).
Published in 2013).
これは、広大なアドレス空間をもつ仮想的な主記憶装置
を提供することにより、ユーザは実質的に無限の容tt
もつ大きな主記憶が存在するものとしてプログラムが作
成できるようにし几ものであり、仮想記憶方式の計算機
システムにおいては、プログラムおよびデータは、仮想
アドレスによりアクセスされることになる。By providing a virtual main memory with a vast address space, it allows the user to have virtually unlimited capacity.
In a virtual memory computer system, programs and data are accessed using virtual addresses.
仮想記憶は実際には、主記憶装置とこれに格納しきれな
い分を保持する九めのバッキングストアから構成される
。ベージノブ方式の仮想記憶方式を採用した計算機シス
テムにおいては、主記憶へのアクセスに際しては、指定
された仮想アドレスを含むページが実主記憶上で有効か
どうか、即ち実主記憶上に割当てられており、使用可能
な状態であるか否かが調べられ、有効である場合には、
直ちに対応する実主記憶上のページに対してアクセスが
行われ、有効でない場合、即ちページフtルト発生時に
はこのプログラムを中断した上で主記憶上のページをこ
の光めに割当て対応するページをバッキングストアから
主記憶上に取込んだ上でプログラムの実行を再開する。Virtual memory actually consists of main memory and a ninth backing store that holds data that cannot be stored in main memory. In a computer system that employs a page-knob virtual memory method, when accessing main memory, it is necessary to check whether the page containing the specified virtual address is valid on real main memory, that is, whether it is allocated on real main memory or not. , it is checked whether it is available or not, and if it is valid,
The corresponding page on the real main memory is immediately accessed, and if it is not valid, that is, when a page slip occurs, this program is interrupted, a page on the main memory is allocated to this light, and the corresponding page is backed up. The program is imported from the store to the main memory and then resumes execution of the program.
即ち、ページフォルトが発生し几場合には、このプログ
ラムを実行中のプロセスは中断され、待ち状態におかれ
ることになる。そして前述のぺ一ジフtルト処理が完了
しプロセスが実行可能な状態となるまでの間は、一般に
は、プロセッサにより他のプロセスが実行されることに
なる。That is, if a page fault occurs, the process executing this program will be interrupted and placed in a waiting state. Generally, the processor executes other processes until the above-mentioned page lift process is completed and the process becomes executable.
このような仮想記憶の概念を計算機システムにおける拡
張記憶装置にも適用することが可能である。It is possible to apply such a concept of virtual memory to an extended storage device in a computer system.
拡張記憶装置は主記憶に接続される記憶装置で、主記憶
との間での高速なブロックデータ転送を可能にしたもの
で従来磁気ディスク装置等に格納されてい友情報をこれ
に格納することにより、計算機システムの処理能力の向
上を計るものである。Expanded storage is a storage device connected to main memory that enables high-speed block data transfer to and from main memory. , which aims to improve the processing power of computer systems.
しかしながら、従来の拡張記憶装置は、単に高速なブロ
ック転送デバイスを提供しているだけでのものであり、
プログラムを作成する人が、これを利用しようとする場
合には、拡張記憶装置の容量を意識し九うえで拡張記憶
装置上に格納すべき情報および、その格納位置を決定し
、これにもとづき、主記憶とのブロック転送、拡張記憶
装置からディスク装置へのブロック転送、ディスク装置
から拡張記憶装置へのブロック転送の指令をプログラム
から指令する必要があり、プログラム作成が繁雑になる
だけでなく、拡張記憶装置の容量が変動した場合1fC
は、再び、拡張記憶装置への情報の割り当て万を考え直
さねばならないという問題があった。However, conventional expanded storage devices merely provide high-speed block transfer devices;
When a person creating a program intends to use this, he/she must be aware of the capacity of the extended storage device, decide on the information to be stored on the extended storage device, and its storage location, and based on this, It is necessary for the program to issue commands for block transfers to the main memory, block transfers from the expanded storage device to the disk device, and block transfers from the disk device to the expanded storage device, which not only complicates program creation but also increases the 1 fC if the storage capacity changes
However, there was a problem in that the allocation of information to the expanded storage device had to be reconsidered.
本発明は、拡張記憶装置として、充分大きなアドレス空
間をもつ仮想的な拡張記憶装置を提供し、プログラムか
らは実質的に無限の容量をもつ大きな拡張記憶装置が存
在するものとして取扱えるようにし几ものである。以下
これを仮想拡張記憶装置とよぶ。The present invention provides a virtual extended storage device with a sufficiently large address space as an extended storage device, and allows a program to treat it as if it were a large extended storage device with virtually unlimited capacity. It is something. Hereinafter, this will be referred to as a virtual extended storage device.
これにより、拡張記憶装置上への情報の割り当て、この
割当てに基づくディスク装置とのデータ転送等は、プロ
グラムが制御する必要がなくなる。This eliminates the need for the program to control the allocation of information on the extended storage device, the data transfer with the disk device based on this allocation, and the like.
伊し、この場合でもプログラムから適切な指令を出すこ
とにより、実効的な性能向上が可能なことは当然である
。Of course, even in this case, it is possible to effectively improve performance by issuing appropriate commands from the program.
仮想拡張記憶装置は、実際VCは比較的小容量の拡張記
憶装置(高速部)と大容量のバッキングストア(低速部
)から構成されており、仮想拡張記憶に対するアクセス
に際して、要求されたブロックが実拡張記憶装置に存在
する場合には直ちに、主記憶装置との間で高速にデータ
転送を行い、存在しない場合には、仮想拡張記憶装置に
この几めの記憶位置を割当て、バッキングストアから必
要なブロックを拡張記憶装置に転送し有効化し几うえで
主記憶との間でのブロック転送が行われることになる。Virtual expanded storage actually consists of a relatively small-capacity expanded storage (high-speed section) and a large-capacity backing store (low-speed section), and when accessing virtual expanded storage, the requested block is If it exists in expanded storage, it immediately transfers the data to and from main storage at high speed; if it does not exist, it allocates this refined storage location in virtual expanded storage and retrieves the required data from backing store. The block is transferred to the expanded storage device, validated, and then transferred to and from the main memory.
前述のように拡張記憶装置と主記憶装置間は高速なブロ
ックデータ転送が可能であり、必要なブロックが拡張記
憶装置(高速部)に存在する場合には、(以下ヒツト時
とよぶ)主記憶とのブロック転送は速かに完了するので
転送命令は直ちに完了し、プログラムは待ち状態となる
ことなく次の命令が続行できることになる。As mentioned above, high-speed block data transfer is possible between the extended storage device and the main storage device, and if the necessary block exists in the extended storage device (high-speed section), the main memory Since the block transfer to and from the program is completed quickly, the transfer instruction is completed immediately, and the program can continue with the next instruction without entering a wait state.
これに対して、存在しない場合(以下ミスヒツト時とよ
ぶ)には、バッキングストア(低速部:通常は磁気ディ
スク装置で実現される)からのブロック転送の九めに長
い時間を必要とするので、このプログラムラ一旦待ち状
態にし、他のプログラムに10セツサを引渡せるように
する必要がある。On the other hand, if it does not exist (hereinafter referred to as a miss time), it will take a long time to transfer the block from the backing store (low speed part: usually realized by a magnetic disk device). It is necessary to temporarily put this program into a waiting state so that it can hand over the 10 sets to another program.
(発明の目的)
本発明の目的は、仮想拡張記憶装置に対する主記憶間と
のブロック転送命令の実行に際して実拡張記憶装置に必
要な情報が存在する場合にはこの命令の実行として直ち
にブロック転送を行い、存在しない場合にはプログラム
を実行したタスクを待ち状態とし実拡張記憶へのバッキ
ングストアからのグoツタ転送が完了した時点でプログ
ラムの実行を再開することにより、無駄なタスクの切換
えを省くとともに、プロセッサの有効利用をはかること
ができプログラムの実行を高速化するとともに計算機シ
ステムの処理能力を向上させる拡張記憶制御方式を提供
することにある、
(発明の構成)
本発明の方式は、高速部と低速部との少くとも2つの階
層を有する仮想拡張記憶装置と前記高速部との間でブロ
ック単位でデータ転送を行なう主記憶装置とを含む情報
処理装置の拡張記憶制御方式において、前記主記憶装置
と前記仮想拡張記憶装置間でのブロック転送命令である
ことを示す命令コード部と主記憶アドレスを指定する第
1のオペランド部と仮想拡張記憶アドレスを指定する第
2のオペランド部とを有するブロック転送命令を用意し
、前記第2のオペランド部で指定されるブロックの検索
を指示する検索指令に応答して前記高速部に検索対象ブ
ロックが存在しているときには存在信号を発生し前記第
2のオペランド部の仮想拡張記憶アドレスを前記高速部
での冥アドレスに変換し前記高速部に検索対象ブロック
が存在しないときには不存在信号を発生するアドレス変
換手段と、前記ブロック転送命令に応答して前記検索指
令を発生し前記存在信号の供給に応答して第1の起動信
号を発生し前記不存在信号の供給に応答して第2の起動
信号とウェイト信号と全発生するブロック転送命令実行
手段と、前記第1の起動信号の供給に応答して前記アド
レス変換手段により得られ友前記高速部の実アドレスと
前記第1のオペランド部で指定された主記憶アドレスと
の間でブロック転送を行ない転送完了に応答して第1の
完了信号を発生するブロック転送制御手段と、前記第2
の起動信号の供給に応答して前記第2のオペランド部で
指定される仮想拡張記憶装置のブロックを前記高速部で
有効化しこの完了に応答して第2の完了信号を発生する
階層制御手段と前記ウェイト信号の供給に応答して前記
ブロック転送命令を発行したプロセスをウェイト状態と
し前記第2の完了信号の供給に応答して前記プロセスを
前記ブロック転送命令より実行せしめるプロセス制御手
段とを含んで構成される。(Objective of the Invention) An object of the present invention is to immediately perform a block transfer as the execution of a virtual expanded storage device when necessary information exists in the real expanded storage device when executing a block transfer instruction between the main memory and the virtual expanded storage device. If the task that executed the program does not exist, the task that executed the program is placed in a waiting state, and program execution is resumed when the transfer from the backing store to the real extended memory is completed, thereby eliminating unnecessary task switching. In addition, an object of the present invention is to provide an extended storage control method that can effectively utilize a processor, speed up program execution, and improve the processing capacity of a computer system. In an extended storage control method for an information processing apparatus, the information processing apparatus includes a virtual extended storage device having at least two hierarchies, a high-speed section and a low-speed section, and a main storage device that transfers data in blocks between the high-speed section and the high-speed section. It has an instruction code section indicating that it is a block transfer instruction between a storage device and the virtual extended storage device, a first operand section that specifies a main memory address, and a second operand section that specifies a virtual extended storage address. A block transfer command is prepared, and in response to a search command instructing to search for a block specified by the second operand section, when a block to be searched exists in the high speed section, a presence signal is generated. address converting means for converting a virtual extended memory address in the operand section of the operand section into a virtual address in the high speed section and generating an absence signal when the block to be searched does not exist in the high speed section; block transfer command execution means for generating a search command, generating a first activation signal in response to the supply of the presence signal, and generating a second activation signal and a wait signal in response to the supply of the absence signal; , in response to the supply of the first activation signal, block transfer is performed between the real address of the high-speed section obtained by the address conversion means and the main memory address specified by the first operand section. block transfer control means for generating a first completion signal in response to completion;
hierarchical control means for activating a block of the virtual extended storage device designated by the second operand section in the high speed section in response to the supply of the activation signal, and generating a second completion signal in response to this completion; and process control means for placing the process that issued the block transfer command in a wait state in response to the supply of the wait signal, and causing the process to be executed by the block transfer command in response to the supply of the second completion signal. configured.
(実施例)
次に、本発明の実施例について図面を参照して説明する
。(Example) Next, an example of the present invention will be described with reference to the drawings.
第1図は本発明の一実施例を示すブロック図である。本
実施例においては、仮想拡張記憶装置は、実拡張記憶装
置8およびバッキングストア装置902レベルから構成
されているものとしている。FIG. 1 is a block diagram showing one embodiment of the present invention. In this embodiment, it is assumed that the virtual expanded storage device is composed of the real expanded storage device 8 and the backing store device 902 level.
本実施例においては、ブロック転送命令は、命令コード
部と、第1および第2のオペランド部とをもつ。第1の
オペランドSは、主記憶装置7の実ブロックアドレスを
示し、第2のオペランド部は仮想拡張記憶装置の仮想ブ
ロックアドレスを示すものとしている。In this embodiment, the block transfer instruction has an instruction code section and first and second operand sections. The first operand S indicates a real block address of the main storage device 7, and the second operand section indicates a virtual block address of the virtual expanded storage device.
ブロック転送命令としては、主記憶装置7から拡張記憶
へのブロック転送の几めのブロックストア命令およびこ
の逆方向の転送の几めのブロックロード命令が用意され
ているとしている。As block transfer commands, a block store command for a detailed block transfer from the main storage device 7 to the extended storage and a block load command for a detailed transfer in the reverse direction are provided.
命令レジスタlの命令コード部の値は命令デコーダ11
に印加されており、第1のオペランド部の値は、ブロッ
クアドレスとして主記憶装置7に印加されている。第2
のオペランド部の値はアドレス変換機構5および、階層
制御機構6に印加されている。命令デコーダ11の出力
は、転送命令実行機構2に印加され、これにはさらに、
アドレス変換機構5の出力である一致検出信号F、ブロ
ック転送制御機構10からの転送完了信号C1も印加さ
れている。転送命令実行機構2からは、アドレス変換機
構5に対しては検索指令1.ブロック転送制御機構lO
に対しては主記憶装置7とのブロック転送指令ST1、
階層制御機構6に対しては割当て指令STzが各々印加
されている。さらに転送命令実行機構2の出力であるウ
ェイト指令信号Wは、プロセス制御機構4に印加されて
いる。プロセス制御機構4GCは、階層制御機構6から
の割当て完了信号C2も印加されている。。The value of the instruction code section of the instruction register l is determined by the instruction decoder 11.
The value of the first operand part is applied to the main memory device 7 as a block address. Second
The value of the operand part is applied to the address translation mechanism 5 and the hierarchy control mechanism 6. The output of the instruction decoder 11 is applied to the transfer instruction execution mechanism 2, which further includes:
A coincidence detection signal F, which is the output of the address conversion mechanism 5, and a transfer completion signal C1 from the block transfer control mechanism 10 are also applied. The transfer instruction execution mechanism 2 sends search instructions 1. to the address conversion mechanism 5. Block transfer control mechanism lO
For block transfer command ST1 with main storage device 7,
An allocation command STz is applied to each hierarchical control mechanism 6. Further, a wait command signal W, which is an output of the transfer command execution mechanism 2, is applied to the process control mechanism 4. The process control mechanism 4GC is also applied with an allocation completion signal C2 from the hierarchical control mechanism 6. .
アドレス変換機構5は、実拡張記憶装置8上に割当てら
れている仮想拡張記憶のブロックについて命令レジスタ
lの第2オペランド部で指定される仮想ブロックアドレ
スを実ブロックアドレスに変換する几めの機構で、変換
された実ブロックアドレスは実拡張記憶装置8に印加さ
れている。またf換が成功あるいは不成功であること金
示す信号(一致信号二に゛)は転送命令実行機構2に印
加されている。The address conversion mechanism 5 is an elaborate mechanism that converts a virtual block address specified by the second operand part of the instruction register l into a real block address for a block of virtual expanded storage allocated on the real expanded storage device 8. , the converted real block address is applied to the real extended storage device 8. Further, a signal indicating whether the f conversion is successful or unsuccessful (coincidence signal 2) is applied to the transfer command execution mechanism 2.
階層制御機構6は実拡張記憶装置8およびバッキングス
トア装置9への10ツクの割当て、およびこの割当ての
決定に基づく両装置間のデータ転送を管理する九めの機
構であり階層制御機構6の割当て完了信号C2は、プロ
セス制御機構4に印加されている。The hierarchical control mechanism 6 is the ninth mechanism that manages the allocation of 10 disks to the real expansion storage device 8 and the backing store device 9, and the data transfer between the two devices based on the determination of this allocation. The completion signal C2 is applied to the process control mechanism 4.
次に第1図の拡張記憶制御方式の動作をブロックロード
命令の場合について説明する。Next, the operation of the extended storage control method shown in FIG. 1 will be explained in the case of a block load instruction.
主記憶装置7から、命令が読出され、命令レジスタlに
格納され命令デコーダ11により命令がブロックロード
命令であることが検出されると、転送命令実行機構2が
起動され、アドレス変換機構5に対して、検索指令Iが
出される。When an instruction is read from the main memory 7 and stored in the instruction register l, and the instruction decoder 11 detects that the instruction is a block load instruction, the transfer instruction execution mechanism 2 is activated and the address conversion mechanism 5 is Then, search command I is issued.
検索が成功し九場合、即ち実拡張記憶装置8に命令の第
2オペランド部で指定される仮想拡張記憶装置のブロッ
クが存在する場合には、直ちにブロック転送制御機構l
Oに対してブロック転送指令STlを出し、これにより
、アドレス変換機構5により得られt実拡張記憶装置8
の実ブロックアドレスで指定される記憶位置から、命令
レジスタlの第1のオペランド部で指定される主記憶装
置7の記憶位置へのブロックの転送が起動される。If the search is successful, that is, if the block of the virtual expanded storage device specified by the second operand part of the instruction exists in the real expanded storage device 8, the block transfer control mechanism l
A block transfer command STl is issued to O, thereby the address translation mechanism 5 obtains the t real extended storage device 8.
A transfer of the block is started from the storage location specified by the real block address in the main memory 7 to the storage location specified by the first operand portion of the instruction register l.
ブロック転送制御機構10がブロック転送を完了すると
、転送完了信号C1により転送命令実行機構2に通知さ
れ、これにより、ブロックロード命令が完了する。When the block transfer control mechanism 10 completes the block transfer, the transfer instruction execution mechanism 2 is notified by a transfer completion signal C1, thereby completing the block load instruction.
アドレス変換機構5での検索が不成功の場合、即ち、命
令レジスタlの第2オペランド部で指定される仮想拡張
記憶装置のブロックが実拡張記憶装置8に存在しない場
合には、転送命令実行機構2は、 命令カウンタをこの
ブロックロード命令の存在する主記憶アドレスに設定し
几上で、この命令t−冥行したプロセスをウェイト状態
とするためにウェイト指令信号Wによりプロセス制御機
構4を起動するとともに割当て指令8T2により階層制
御機構6を起動する。プロセス制御機構4はウェイト指
令信号w2うけて、このプロセスをウェイト状態にする
。階層制御機構6は割当て指令5T2t−うけて命令レ
ジスタlの第2オペランド部で指定される仮想拡張記憶
装置のブロックを割当てるべき実拡張記憶装置8の記憶
位置を決定し、これが書込みのあり九ブロックであれば
これをバッキングストア装置9に書戻したうえで、バッ
キングストア装置9の対応する記憶位置のブロックを実
拡張記憶装f8の前記決定され九紀憶位置に転送すると
ともにこの新しい割当てに伴ってアドレス変換機構5も
更新する。バッ′#/ゲスドア装置9からのブロック転
送が完了すると階層制御機構6は割当完了信号C2によ
りプロセス制御機構4を起動する。プロセス制御機構4
はこれをうけてブロックロード命令を発行し実拡張記憶
装置8で必要なブロックが有効でなかったために9エイ
ト状態となっているプロセスを再開する九めに、ウェイ
ト状態の解除を行なう。プロセス制御機構4によりこの
プロセスが実行可能となり、プロセッサが割当てられる
と、命令カウンタは先のブロックロード命令を示してい
るので、再びこの命令が実行されることになり、今回は
、実拡張記憶装置8に必要なブロックが存在することに
なり、直ちに主記憶装置7ヘブロツク転送が実行できる
ことになる。If the search in the address translation mechanism 5 is unsuccessful, that is, if the block of the virtual extended storage device specified by the second operand part of the instruction register l does not exist in the real expanded storage device 8, the transfer instruction execution mechanism Step 2 sets the instruction counter to the main memory address where this block load instruction exists, and then activates the process control mechanism 4 with a wait command signal W in order to place the process that has passed this instruction T in a wait state. At the same time, the hierarchical control mechanism 6 is activated by the assignment command 8T2. The process control mechanism 4 receives the wait command signal w2 and puts this process into a wait state. In response to the allocation command 5T2t-, the hierarchical control mechanism 6 determines the storage location in the real expanded storage device 8 to which the block of the virtual expanded storage device specified by the second operand part of the instruction register I is to be allocated, and this determines the storage location of the 9th block to be written. If so, this is written back to the backing store device 9, and the block at the corresponding storage location in the backing store device 9 is transferred to the determined ninth storage location in the actual expansion storage device f8, and in accordance with this new allocation. The address translation mechanism 5 is also updated. When the block transfer from the batch door device 9 is completed, the hierarchical control mechanism 6 activates the process control mechanism 4 in response to the allocation completion signal C2. Process control mechanism 4
In response to this, it issues a block load command and releases the wait state at the ninth point when it restarts the process that is in the 9-eight state because the necessary block in the real extended storage device 8 is not valid. When this process is made executable by the process control mechanism 4 and a processor is allocated, the instruction counter indicates the previous block load instruction, so this instruction will be executed again. Since the necessary blocks exist in memory 8, block transfer to main memory 7 can be executed immediately.
本発明が、実施例に限定されるものでないことはあきら
かである。たとえば、本実施例におけるブロックロード
/ブロックストア命令の形式は、本実施例に限定される
ものではなく、第1.第2オペランドともに従来知られ
ている種々のアドレシング手法が適用できこれに伴い、
本発明の実現の方式も異ってくることは当然である。ま
た、本実施例の説明においては、命令デコーダ、転送命
令実行制御機構、アドレス変換機構、・・・・・・等の
具体的な実現方法については本発明の主旨とは直接関係
がなく、かつこれらについては従来知られている技術で
実現可能でおるのでこれに関しても、種々の実現が考え
られることも明らかであろう。It is clear that the invention is not limited to the examples. For example, the format of the block load/block store instruction in this embodiment is not limited to this embodiment. Various conventionally known addressing methods can be applied to both the second operand.
Naturally, the methods of implementing the present invention may also differ. In addition, in the description of this embodiment, the specific implementation methods of the instruction decoder, transfer instruction execution control mechanism, address translation mechanism, etc. are not directly related to the gist of the present invention, and Since these can be realized using conventionally known techniques, it is clear that various realizations can be considered.
(発明の効果)
本発明には、仮想拡張記憶装置に対する主記憶間とのブ
ロック転送命令の実行に際して実拡張記憶装置に必要な
情報が存在する場合にはこの命令の実行として直ちにブ
ロック転送を行い、存在しない場合にはプログラムを実
行したタスクを待ち状態とし実拡張記憶へのバッキング
ストアからのブロック転送が完了し定時点でプログラム
の実行を再開することにより、無駄なタスクの切換え金
省くとともに、プロセッサの有効利用’thかることが
できプログラムの実行を高速化するとともに計算機シス
テムの処理能力を向上できるという効果がある。(Effects of the Invention) In the present invention, when necessary information exists in the real expanded storage device when executing a block transfer instruction between the main memory and the virtual expanded storage device, the block transfer is performed immediately as the execution of this instruction. , if it does not exist, the task that executed the program is placed in a wait state and the block transfer from the backing store to the real extended memory is completed and the program execution is resumed at a fixed point, thereby saving unnecessary task switching costs. This has the effect of making effective use of the processor, speeding up program execution, and improving the processing capacity of the computer system.
第1図は、本発明の一実施例を示すブロック図である。
l・・・・・・命令レジスタ、2・・・・・・転送命令
実行機構、4・・・・・・プロセス制御機構、5・・・
・・・アドレス変換機構、6・・・・・・階層制御機構
、7・・・・・・主記憶装置、8・・・・・・実拡張記
憶装置、9・・・・・・バク中7グストア装置、lO・
・・・・・ブロック転送制御機構、11・・・・・・命
令デコーダ。
f1圀FIG. 1 is a block diagram showing one embodiment of the present invention. l...Instruction register, 2...Transfer instruction execution mechanism, 4...Process control mechanism, 5...
... Address translation mechanism, 6 ... Hierarchical control mechanism, 7 ... Main storage device, 8 ... Real expansion storage device, 9 ... ... Backing up 7. Store device, lO・
...Block transfer control mechanism, 11...Instruction decoder. f1 country
Claims (1)
張記憶装置と前記高速部との間でブロック単位でデータ
転送を行なう主記憶装置とを含む情報処理装置の拡張記
憶制御方式において、前記主記憶装置と前記仮想拡張記
憶装置間でのブロック転送命令であることを示す命令コ
ード部と主記憶アドレスを指定する第1のオペランド部
と仮想拡張記憶アドレスを指定する第2のオペランド部
とを有するブロック転送命令を用意し、前記第2のオペ
ランド部で指定されるブロックの検索を指示する検索指
令に応答して前記高速部に検索対象ブロックが存在して
いるときには存在信号を発生し前記第2のオペランド部
の仮想拡張記憶アドレスを前記高速部での実アドレスに
変換し前記高速部に検索対象ブロックが存在しないとき
には不存在信号を発生するアドレス変換手段と、前記ブ
ロック転送命令に応答して前記検索指令を発生し前記存
在信号の供給に応答して第1の起動信号を発生し前記不
存在信号の供給に応答して第2の起動信号とウェイト信
号とを発生するブロック転送命令実行手段と、前記第1
の起動信号の供給に応答して前記アドレス変換手段によ
り得られた前記高速部の実アドレスと前記第1のオペラ
ンド部で指定された主記憶アドレスとの間でブロック転
送を行ない転送完了に応答して第1の完了信号を発生す
るブロック転送制御手段と、前記第2の起動信号の供給
に応答して前記第2のオペランド部で指定される仮想拡
張記憶装置のブロックを前記高速部で有効化しこの完了
に応答して第2の完了信号を発生する階層制御手段と、
前記ウェイト信号の供給に応答して前記ブロック転送命
令を発行したプロセスをウェイト状態とし前記第2の完
了信号の供給に応答して前記プロセスを前記ブロック転
送命令より実行せしめるプロセス制御手段とを含むこと
を特徴とする拡張記憶制御方式。In the expanded storage control method for an information processing device, the information processing device includes a virtual expanded storage device having at least two hierarchies, a high-speed section and a low-speed section, and a main storage device that transfers data in blocks between the high-speed section and the high-speed section. an instruction code section indicating that the instruction is a block transfer instruction between the main storage device and the virtual extended storage device, a first operand section specifying the main memory address, and a second operand section specifying the virtual extended storage address. and generating a presence signal when the block to be searched exists in the high-speed section in response to a search command instructing to search for the block specified by the second operand section. address converting means for converting a virtual extended memory address in the second operand section into a real address in the high speed section and generating an absence signal when the block to be searched does not exist in the high speed section; Block transfer command execution means for generating the search command, generating a first activation signal in response to the supply of the presence signal, and generating a second activation signal and a wait signal in response to the supply of the absence signal. and the first
In response to the supply of the activation signal, block transfer is performed between the real address of the high-speed section obtained by the address conversion means and the main memory address specified by the first operand section, and in response to the completion of the transfer. block transfer control means for generating a first completion signal in response to the supply of the second activation signal; and enabling the block of the virtual extended storage device designated by the second operand section in the high speed section in response to the supply of the second activation signal. hierarchical control means for generating a second completion signal in response to this completion;
and process control means for placing the process that issued the block transfer command in a wait state in response to the supply of the wait signal, and causing the process to be executed by the block transfer command in response to the supply of the second completion signal. An extended storage control method featuring:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP60172674A JPS6232554A (en) | 1985-08-05 | 1985-08-05 | Extended memory controlling system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP60172674A JPS6232554A (en) | 1985-08-05 | 1985-08-05 | Extended memory controlling system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS6232554A true JPS6232554A (en) | 1987-02-12 |
Family
ID=15946265
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP60172674A Pending JPS6232554A (en) | 1985-08-05 | 1985-08-05 | Extended memory controlling system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS6232554A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63244152A (en) * | 1987-03-30 | 1988-10-11 | Fujitsu Ltd | Access control system for extended memory device |
-
1985
- 1985-08-05 JP JP60172674A patent/JPS6232554A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63244152A (en) * | 1987-03-30 | 1988-10-11 | Fujitsu Ltd | Access control system for extended memory device |
JPH0548500B2 (en) * | 1987-03-30 | 1993-07-21 | Fujitsu Ltd |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2863693B2 (en) | Data transfer device and method in virtual storage system | |
JPH03223945A (en) | Virtual storage control method | |
US20060149940A1 (en) | Implementation to save and restore processor registers on a context switch | |
JPS6232554A (en) | Extended memory controlling system | |
JPS626261B2 (en) | ||
JPS63244152A (en) | Access control system for extended memory device | |
JP3163196B2 (en) | Instruction interruption information storage control method in virtual storage control | |
JPS6234258A (en) | Control system for expanded memory | |
JPH0552539B2 (en) | ||
JPH0567973B2 (en) | ||
JPS6336012B2 (en) | ||
JPH03154139A (en) | Cache memory | |
JPH11120011A (en) | Interruption processing method and multitask execution system | |
JPH0554141B2 (en) | ||
JPH0553912A (en) | Control method for cache memory | |
JPS62125437A (en) | Control method for additional processor | |
JPH0337748A (en) | External storage accessing system utilizing main storage | |
JPH04113432A (en) | Virtual storage control method | |
JPS59117620A (en) | Computer system | |
Neumann | Disk-based program swapping in 8080-based microcomputers | |
JPS6214244A (en) | Virtual storage control system | |
JPS589452B2 (en) | Firmware broom | |
JPS61240333A (en) | Input and output interruption processing system | |
JPS5836373B2 (en) | Access time variable device | |
JPH02183849A (en) | Invalidation processing system for address correspondence table |