JPH03144841A - Data processing system - Google Patents

Data processing system

Info

Publication number
JPH03144841A
JPH03144841A JP28552889A JP28552889A JPH03144841A JP H03144841 A JPH03144841 A JP H03144841A JP 28552889 A JP28552889 A JP 28552889A JP 28552889 A JP28552889 A JP 28552889A JP H03144841 A JPH03144841 A JP H03144841A
Authority
JP
Japan
Prior art keywords
data
transfer
instruction
asynchronous
input
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
JP28552889A
Other languages
Japanese (ja)
Inventor
Jiro Imamura
今村 二郎
Hiroyuki Okura
弘行 大倉
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 Microcomputer System Ltd
Hitachi Ltd
Original Assignee
Hitachi Ltd
Hitachi Microcomputer Engineering 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, Hitachi Microcomputer Engineering Ltd filed Critical Hitachi Ltd
Priority to JP28552889A priority Critical patent/JPH03144841A/en
Publication of JPH03144841A publication Critical patent/JPH03144841A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To attain the asynchronous transfer of data between a main storage and an extension storage without using a channel processor by using an instruction processor kept in a wait state to perform the asynchronous transfer of data between the main storage and the extension storage. CONSTITUTION:A data processing system consists of plural instruction processors 1A - 1D, a storage controller 2, the input/output processors 3A - 3D, a main storage MS 4, and an extension storage ES 5. The data are transferred between the MS 4 and the ES 5 with the transfer instructions. These instructions includes the synchronous and asynchronous instructions, and an instruction code, an MS address, an ES address, and the data transfer quantity are designated to each of both instructions. In such a constitution, no channel processor is required for an asynchronous process and therefore the data transfer ability of a channel is never deteriorated when data are transferred between an external storage and the MS 4. Then the same throughput as a synchronous transfer system is secured for transfer of data between the MS 4 and the ES 5.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、データ処理システムに関し、特に複数の命令
プロセッサと入出力処理装置と主記憶装置と拡張記憶装
置とを有するデータ処理システムに関するものである。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a data processing system, and particularly to a data processing system having a plurality of instruction processors, an input/output processing device, a main storage device, and an extended storage device. be.

〔従来技術〕[Prior art]

従来、主記憶装置(MS)と拡張記憶装置(ES)間の
データ転送方式としては、特開昭58−9276号公報
に記載されているように、同期転送方式と非同期転送方
式がある。
Conventionally, as a data transfer method between a main storage device (MS) and an expanded storage device (ES), there are a synchronous transfer method and an asynchronous transfer method, as described in Japanese Patent Laid-Open No. 58-9276.

同期転送方式は、同期命令によって指定されたMSアド
レス、ESアドレスに従って、MS、ES間のデータ転
送を直ちに実行する。
The synchronous transfer method immediately executes data transfer between the MS and ES according to the MS address and ES address specified by a synchronization command.

これに対して非同期転送方式は、命令プロセッサ(I 
P)が入出力命令を実行することにより、チャネルプロ
セッサを起動した後、チャネルプロセッサは、チャネル
・アドレス・ワード(CAW)からチャネルプログラム
の先頭番地を知って、チャネルプログラムを順に実行す
る。
In contrast, the asynchronous transfer method uses an instruction processor (I
After P) starts up the channel processor by executing an input/output instruction, the channel processor learns the starting address of the channel program from the channel address word (CAW) and executes the channel program in order.

チャネルプログラムはチャネル制御語(CCW)を並べ
たものであり、CCWには、リクエストの種類、MSア
ドレス、ESアドレスが記述されており、チャネルプロ
セッサはCCWを連続して解読、実行することにより、
MS、ES間のデータ転送を行う。
A channel program is a list of channel control words (CCW), and the CCW describes the request type, MS address, and ES address.The channel processor continuously decodes and executes the CCW, thereby
Transfers data between MS and ES.

このデータ転送は、IPの入出力命令で指示された処理
であるが、IPの入出力命令終了後、IPとは同期をと
らず独立して実行されるため、非同期転送と呼ばれる。
This data transfer is a process instructed by an IP input/output command, but is called asynchronous transfer because it is executed independently without synchronization with the IP after the IP input/output command is completed.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

MS、ES間の非同期転送をチャネルプロセッサによっ
て行なわせることによる効果として、三媒体転送がある
(例えば、特開昭58−9276号公報)。
Three-media transfer is an effect of having a channel processor perform asynchronous transfer between MS and ES (for example, Japanese Patent Laid-Open No. 58-9276).

三媒体転送とは、1回の入出力命令によってチャネルを
起動し、チャネルプログラムを実行させると、コマンド
チェーンによって、外部記憶(DASD)MS、ESの
順に連続してデータ転送を行うことである。
Three-media transfer means that when a channel is activated by a single input/output command and a channel program is executed, data is transferred successively to external storage (DASD) MS and ES using a command chain.

しかし、MSの容量に余裕があれば、三媒体転送をやら
なくても、DASD、ES間の転送はDASDとMS間
の転送(これは通常の入出力命令で可能)とMS、ES
間の転送の組合わせで実現できる。
However, if the MS has sufficient capacity, transfer between DASD and ES is possible without the need for three-media transfer.
This can be achieved by combining transfers between

しかし、チャネルプロセッサが三媒体転送をサポートせ
ず、MS、ES間の非同期転送のみサポートした場合、
次のような問題がある。
However, if the channel processor does not support three-media transfer but only supports asynchronous transfer between MS and ES,
There are the following problems.

(1)MS、ES間の非同期転送方式をサポートするた
め、IPから起動があるとチャネルプロセッサは、CA
WからCCWの先頭アドレスを知り、CCWをフェッチ
しCCWを解読し、そのCCWの並びが、MS、ES間
のデータ転送を示している場合、MSアドレス、ESア
ドレスを記憶制御装置(’sc)側へ転送して、MS、
ES間のデータ転送を実行させる。このため上記の処理
のための特別なハードウェアが必要となり、SC側もこ
れらのアドレスを受取って、MS、ES間のデータ転送
を実行させるための特別なハードウェアが必要となる。
(1) To support the asynchronous transfer method between MS and ES, when activated from IP, the channel processor
Know the start address of the CCW from W, fetch the CCW, decode the CCW, and if the sequence of CCW indicates data transfer between MS and ES, send the MS address and ES address to the storage controller ('sc). Transfer to MS,
Executes data transfer between ESs. Therefore, special hardware is required for the above processing, and special hardware is also required on the SC side to receive these addresses and execute data transfer between the MS and ES.

(2)MS、ES間の非同期転送のために、特定のチャ
ネルを選んで、このチャンネルには外部記憶装置(DA
SD)を接続せず、チャネルプロセッサをMS、ES間
の非同期転送のための専用プロセッサとした場合、DA
SDとMS間の通常のデータ転送のために使用可能なチ
ャネルが、その分だけ減る。
(2) Select a specific channel for asynchronous transfer between the MS and ES, and use an external storage device (DA) for this channel.
SD) is not connected and the channel processor is a dedicated processor for asynchronous transfer between MS and ES, DA
The channels available for normal data transfer between SD and MS are reduced accordingly.

また1つのチャネルで1通常のDASDとMS間のデー
タ転送と、MS、ES間のデータ転送を両方可能とした
場合、チャネルプロセッサの構造が複雑になるだけでな
く、2つの処理が重さなるため、チャネル使用率が高く
なり、システム性能が低下する場合がある。
Furthermore, if one channel allows data transfer between a normal DASD and an MS, and data transfer between an MS and an ES, not only will the structure of the channel processor become complicated, but the two processes will overlap. This may result in high channel utilization and degraded system performance.

(3)チャネルプロセッサによって、非同期転送方式を
サポートした場合、チャネルプロセッサが、MS、ES
と離れていること、チャネルプロセッサによる処理がI
Pに比べ遅いことから、MS、ESに、アドレス、制御
信号を伝える過程で、オーバーヘットが発生し結果とし
て、同期方式に比べ総合的なデータ転送スループットが
低くなり、性能が出ないという問題がある。
(3) If the channel processor supports the asynchronous transfer method, the channel processor
and that the processing by the channel processor is
Since it is slower than P, overhead occurs in the process of transmitting addresses and control signals to the MS and ES, resulting in a lower overall data transfer throughput than the synchronous method, resulting in poor performance. be.

本発明は、前記問題点を解決するためになされたもので
ある。
The present invention has been made to solve the above problems.

本発明の目的は、チャネルプロセッサを使用せずにMS
、ES間の非同期転送を可能とするデータ処理システム
を提供することにある。
It is an object of the invention to
, an object of the present invention is to provide a data processing system that enables asynchronous transfer between ESs.

〔課題を解決するための手段〕[Means to solve the problem]

前記目的を達成するために、複数の命令プロセッサと、
主記憶装置と、拡張記憶装置とを有するデータ処理シス
テムにおいて、主記憶装置と拡張記憶装置間の非同期転
送を、ウエート状態にある命令プロセッサが実行するよ
うにした。
To achieve the above objective, a plurality of instruction processors;
In a data processing system having a main storage device and an expanded storage device, an instruction processor in a wait state executes asynchronous transfer between the main storage device and the expanded storage device.

〔作 用〕[For production]

命令プロセッサ(I P)からの、主記憶装置(MS)
と拡張記憶装置(ES)間のデータ転送を指示する命令
の処理は、最初に命令を発行したIPによって、データ
転送の種類、MSアドレス、ESアドレス、データ転送
量を、システム内の全IPが取込めるレジスタ、または
、記憶装置に格納する。MS、ES間のデータ転送処理
を行・うIPは、システム内の全IPの中から1台のI
Pを選択する回路によって決定し、選択されたIPにデ
ータ転送要求を送る。
Main memory (MS) from the instruction processor (IP)
Processing of an instruction that instructs data transfer between an ES and an extended storage device (ES) is performed by all IPs in the system, including the type of data transfer, MS address, ES address, and amount of data transferred, depending on the IP that first issued the instruction. Store in a retrievable register or storage device. The IP that performs data transfer processing between the MS and ES is one IP out of all the IPs in the system.
P is determined by the selecting circuit and a data transfer request is sent to the selected IP.

該IPは、前記レジスタまたは記憶装置から起動情報を
自IP内に転送し、この起動情報によって、MS、ES
間のデータ転送を行う。
The IP transfers activation information from the register or storage device into its own IP, and uses this activation information to
Transfer data between

MS、ES間のデータ転送終了後は、終了報告を人出割
込み要求として、システム内の全IPへ伝え、1台のI
Pが割込み処理を行う。
After the data transfer between MS and ES is completed, the completion report is sent to all IPs in the system as a traffic interruption request, and one IP
P performs interrupt processing.

〔実施例〕〔Example〕

以下、本発明の一実施例を図面を用いて具体的に説明す
る。
Hereinafter, one embodiment of the present invention will be specifically described using the drawings.

第1図は、本発明の実施例のデータ処理システムのブロ
ック図である。
FIG. 1 is a block diagram of a data processing system according to an embodiment of the present invention.

第1図に示すように、このデータ処理システムは、複数
の命令プロセッサ(IP)IA〜ID。
As shown in FIG. 1, this data processing system includes a plurality of instruction processors (IP) IA-ID.

記憶制御装置(SC)2、入出力処理装置(IOP)3
A〜3D、主記憶装置(MS)4.および拡張記憶装置
(ES)5から構成されている。
Storage control unit (SC) 2, input/output processing unit (IOP) 3
A to 3D, main memory (MS)4. and an expanded storage device (ES) 5.

MS、ES間のデータ転送は、転送命令により行なわれ
る。該命令には同期命令、非同期命令があり、両命令と
も命令コード、MSアドレス、じSアドレス、データ転
送量が指定される。
Data transfer between MS and ES is performed by a transfer command. The instructions include synchronous instructions and asynchronous instructions, and both instructions specify an instruction code, MS address, same S address, and data transfer amount.

第2図は、主記憶装置(MS)と拡張記憶装置(ES)
との間のデータ転送を行う転送命令(非同期)の形式の
一例を示す図である。この命令は非同期命令であり、命
令の処理と実際の処理を同期させなくてよい。
Figure 2 shows the main memory (MS) and expanded storage (ES).
FIG. 3 is a diagram illustrating an example of the format of a transfer command (asynchronous) for transferring data between. This instruction is an asynchronous instruction, and the processing of the instruction and the actual processing do not need to be synchronized.

第2図に示すように、MSとES間のデータ転送を行う
命令は、MSからESへのデータ転送であるか、ESか
らMSへのデータ転送であるかを示す命令コード11.
MSアドレス12.ESアドレス13、およびデータ転
送量を指示する転送ブロック数14を含んだ構成となっ
ている。
As shown in FIG. 2, an instruction for transferring data between an MS and an ES is an instruction code 11.
MS address 12. The configuration includes an ES address 13 and a transfer block number 14 indicating the amount of data transfer.

第3図は、主記憶装置(MS)と拡張記憶装置(ES)
間のデータ転送を行う命令の、命令発行側の命令プロセ
ッサ(r p)の処理を示すフローチャートである。
Figure 3 shows the main memory (MS) and expanded storage (ES).
12 is a flowchart showing the processing of an instruction processor (rp) on the instruction issuing side for an instruction that transfers data between two computers.

命令の種類として、ここでは、MSからESへのデータ
転送命令(WRITE  ES)とESからMSへのデ
ータ転送命令(READ  ES)を示す。
Here, as types of commands, a data transfer command from MS to ES (WRITE ES) and a data transfer command from ES to MS (READ ES) are shown.

IPは、MS、ES間のデータ転送命令の処理の開始を
指示されると、MS上のハトウェア専用アクセス領域(
Hardware System Area : HS
 A )上にあるES起動キューをロックする(ステッ
プ301)。
When the IP is instructed to start processing a data transfer command between the MS and ES, the IP accesses the hardware dedicated access area (
Hardware System Area: HS
A) Lock the upper ES startup queue (step 301).

次にES起動キューに、MS、ES間のデータ転送要求
が、既に1つ以上あるか否かを調べ(ステップ302)
、既に1つ以上ある場合は何もしないが、Oの場合、新
たに上記要求が発生したとして上記要求ありを示すラッ
チ(第4図のラッチ21)にIll をセットする(ス
テップ303)。
Next, check whether there is already one or more data transfer requests between the MS and ES in the ES activation queue (step 302).
, if there is already one or more, nothing is done, but in the case of O, it is assumed that the above-mentioned request has newly occurred and Ill is set in the latch (latch 21 in FIG. 4) indicating that the above-mentioned request exists (step 303).

次にIP内部にセットアツプされたデータからES起動
情報を作成し、これをES起動キューへエンキューしく
ステップ304) 、ロックを解除しくステップ305
)、命令発行側IPの処理を終る。
Next, create ES startup information from the data set up inside the IP, enqueue it to the ES startup queue (step 304), and release the lock (step 305).
), the processing of the instruction issuing IP ends.

勿論ES起動情報をセットする場所は、H3Aではなく
、システム内の全IPがアクセス可能な専用レジスタで
もよい。
Of course, the location where the ES activation information is set may not be in the H3A, but in a dedicated register that can be accessed by all IPs in the system.

第4図は、主記憶装置(MS)と拡張記憶装置(E、S
)間のデータ転送を行うに最適な命令プロセッサ(I 
P)を選択する回路を示す図である。
Figure 4 shows the main memory (MS) and extended storage (E, S).
) is the most suitable instruction processor (I) for data transfer between
FIG. 3 is a diagram showing a circuit for selecting P).

MS、ES間のデータ転送要求がある場合、オアゲート
22を介して、ラッチ21に“1′がセットされる。
When there is a data transfer request between the MS and ES, “1” is set in the latch 21 via the OR gate 22.

各IPからは、ウエート状態(23A−D) 、ストッ
プ状態(24A−D)を示す信号が記憶制御装置i[(
SC)2に入力され、前者はオアゲート25A〜Dを介
して、後者はそのままアンドゲート26A〜Dに入力さ
れる。アンドゲート26A−Dには、構成制御レジスタ
27A−Dの出力が入力されている。
From each IP, signals indicating a wait state (23A-D) and a stop state (24A-D) are sent to the storage control device i[(
SC) 2, the former is input via OR gates 25A to 25D, and the latter is input as is to AND gates 26A to 26D. The outputs of configuration control registers 27A-D are input to AND gates 26A-D.

このアンドゲート26A−Dの出力は、(1)IPがS
Cと接続状態にあり、ウエート状態で、ストップ状態に
ない場合 (2)IPがSCと接続状態でストップ状態になく、ラ
ッチ21の出力が1′になった後、所定時間経過したこ
とをカウンタ28の出力のデコーダ29が検出した場合
′1′となる。
The output of the AND gates 26A-D is (1) IP is S
(2) When the IP is connected to the SC and is not in the stop state, and the output of the latch 21 becomes 1', the counter indicates that a predetermined time has elapsed. If the decoder 29 detects the output of 28, it becomes '1'.

アンドゲート26A−Dの出力が1′で、ラッチ21の
出力が11′の場合、アントゲ−h30A〜Dの出力が
1″となり、選択回路31に入力される。選択回路31
では、アンドゲート30A−Dからの入力信号が1′の
ものが複数ある場合、所定の優先順位に従って、1台の
IPを選択する。例えば、若番のIPを選択する。
When the output of the AND gates 26A-D is 1' and the output of the latch 21 is 11', the output of the AND gates h30A-D is 1'', which is input to the selection circuit 31.Selection circuit 31
If there are a plurality of input signals of 1' from the AND gates 30A-D, one IP is selected according to a predetermined priority order. For example, select the lowest IP number.

選択回路の出力信号32A−Dのうち1つだけ1′とな
り、選択されたIPは、ブレークインしてMS、ES間
のデータ転送を行う。
Only one of the output signals 32A-D of the selection circuit becomes 1', and the selected IP breaks in to perform data transfer between the MS and ES.

ここでIPを選択する条件を整理すると、前記(1)の
場合、ウエート状態で、ストップ状態になく、SCと接
続状態にあるIPを選べば、命令処理を実行していない
ので、MS、ES間のデータ転送を実行させても、性能
のロスがないことを示している。
To summarize the conditions for selecting an IP here, in the case of (1) above, if you select an IP that is in the wait state, not in the stop state, and in the connected state with the SC, the MS, ES This shows that there is no loss in performance even when data is transferred between

また前記(2)の場合、上記のようなIPがみつからな
いので、ラッチ21セツト後、所定時間が経過すると強
制的にウエート状態になった場合と同等になるようにし
である。信号線33は、′1′となってオアゲート25
A−Dに入力される。
In the case of (2) above, since the above-mentioned IP is not found, the system is designed to be equivalent to the case where a predetermined period of time has elapsed after the latch 21 is set, and the system is forcibly placed in a wait state. The signal line 33 becomes '1' and the OR gate 25
It is input to A-D.

所定時間が経過してデコーダ29の出力が′1′となる
時間はシステムによって異なる。これは、ウエートして
いるIPがなくても、ある時間がたてば必ずリクエスト
が受付けられることを示している。
The time at which the output of the decoder 29 becomes '1' after a predetermined period of time has elapsed varies depending on the system. This shows that even if there is no waiting IP, the request will always be accepted after a certain amount of time.

選択回路の出力信号はオアゲート34、遅延回路35を
経てカウンタ28をリセットする。ラッチ21は各IP
からリセットできるようになっている。また36はオア
ゲートである。
The output signal of the selection circuit passes through an OR gate 34 and a delay circuit 35 to reset the counter 28. The latch 21 is for each IP
It can be reset from Also, 36 is an or gate.

第5図は、主記憶装置(MS)と拡張記憶装置(ES)
間のデータ転送を行う命令を、命令発行側から引継いで
実行する命令プロセッサ(r p)の処理を示すフロー
チャートである。
Figure 5 shows the main memory (MS) and expanded storage (ES).
12 is a flowchart showing the processing of an instruction processor (rp) that takes over and executes an instruction for data transfer between two computers from an instruction issuing side.

MS、ES間のデータ転送要求を引継いだIPは、)I
SA上のES起動キューエリアをロックする(ステップ
5ol)。
The IP that took over the data transfer request between the MS and ES is )I
Lock the ES startup queue area on SA (step 5ol).

ES起動キューから、MS、ES間のデータ転送要求を
デキューする(ステップ502)。
A data transfer request between the MS and the ES is dequeued from the ES activation queue (step 502).

デキュー後、キューが空になった場合(ステップ503
)、ラッチ21をリセットする(ステップ504)。
If the queue is empty after dequeuing (step 503
), the latch 21 is reset (step 504).

次にH5Aから起動情報をフェッチして、MS。Next, fetch the boot information from H5A and send it to MS.

ES間のデータ転送を実行する(ステップ505)。Data transfer between ESs is executed (step 505).

データ転送終了後、ES起動キューのロックを解除する
(ステップ506,507)。
After the data transfer is completed, the ES activation queue is unlocked (steps 506 and 507).

次に、H3A上の入出力割込みキューをロックする(ス
テップ508)。そして割込みキューが空になっている
か否かを調べ(ステップ509)、空なら、ラッチ41
に′1′ をセットする(ステップ510)、このラッ
チは、入出力割込み要求が一つ以上あることを示す。
Next, the I/O interrupt queue on H3A is locked (step 508). Then, it is checked whether the interrupt queue is empty (step 509), and if it is empty, the latch 41
is set to '1' (step 510), this latch indicates that there is one or more I/O interrupt requests.

入出力割込みキューに、MS、ES間のデータ転送終了
を1割込み要求として、エンキューする(ステップ51
1)。このキューは1通常の入出力割込みとMS、ES
間のデータ転送終了による割込み(ESアクセス終了割
込み)を同時に登録可能である。そして、入出力割込み
キューのロックを解除する(ステップ512)。
The end of data transfer between the MS and ES is enqueued in the input/output interrupt queue as one interrupt request (step 51).
1). This queue consists of 1 normal input/output interrupt, MS, ES
An interrupt caused by the end of data transfer (ES access end interrupt) can be registered at the same time. Then, the input/output interrupt queue is unlocked (step 512).

第6図は、命令プロセッサ(IP)、入出力処理装置(
IOP)とラッチ41の関係を示す回路図である。
Figure 6 shows the instruction processor (IP), input/output processing unit (
3 is a circuit diagram showing the relationship between IOP) and a latch 41. FIG.

ラッチ41は各Ip(IA−D)、各IOP (3A−
D)からオアゲート42を介してセット可能であり、オ
アゲート43を介してリセット可能である。
The latch 41 is connected to each Ip (IA-D), each IOP (3A-
D) can be set via the OR gate 42 and reset via the OR gate 43.

またラッチ44の出力は各IPに入力されている。Furthermore, the output of the latch 44 is input to each IP.

第7図は、入出力割込み処理ルーチンの概略を示すフロ
ーチャートである。この入出力割込みはフローティング
割込みのため、マルチプロセッサの場合、どのIPが割
込み処理を行ってもよい9ラツチ41からの割込み要求
によって、1台または複数のIPがブレークインして割
込み処理ルーチンに入る。
FIG. 7 is a flowchart showing an outline of the input/output interrupt processing routine. Since this input/output interrupt is a floating interrupt, in the case of a multiprocessor, any IP can handle the interrupt.In response to an interrupt request from the 9 latch 41, one or more IPs break in and enter the interrupt processing routine. .

IPはH8A上の入出力割込みキューをロックする(ス
テップ701)。
The IP locks the I/O interrupt queue on the H8A (step 701).

複数のIPがほとんど同時に、ロックしようとした場合
、1台のIPがロックに成功し、他のIPのロック要求
は、ロック解除まで待たされる。
If multiple IPs attempt to lock almost simultaneously, one IP will succeed in locking, and lock requests from other IPs will be forced to wait until unlocking.

すなわち、処理がシリアライズされる。That is, the process is serialized.

ロックに成功したIPは、入出力割込みキューが空か否
かを調べる(ステップ702)。空の場合、ロックを解
除して何もせずに終了する(ステップ707)。
The IP that has successfully acquired the lock checks whether the input/output interrupt queue is empty (step 702). If it is empty, the lock is released and the process ends without doing anything (step 707).

これは、割込み要求が1つで、複数のIPが入出力割込
み処理のためにブレークインし1割込み処理ルーチンに
入っても、1台のIPのみが割込み処理を行い、他のI
Pは何もせずこのルーチンを抜けることを示している。
This means that even if there is one interrupt request and multiple IPs break in for input/output interrupt processing and enter one interrupt processing routine, only one IP will process the interrupt and other IPs will
P indicates to exit this routine without doing anything.

入出力割込みキューが空でない場合の処理として、入出
力割込みキューから、MS、ES間のデ−夕終了による
割込み要求(ESアクセス終了割込み)をデキューし、
割込み処理を行う(ステップ703,704)。
As a process when the input/output interrupt queue is not empty, an interrupt request due to the end of data between the MS and ES (ES access end interrupt) is dequeued from the input/output interrupt queue,
Interrupt processing is performed (steps 703 and 704).

割込み処理実行後、キューが空になった場合、ラッチ4
1をリセットする(ステップ706)。
If the queue becomes empty after interrupt processing is executed, latch 4
1 (step 706).

そして、入出力割込みキューのロックを解除し処理を終
了する(ステップ7o7)。
Then, the input/output interrupt queue is unlocked and the process ends (step 7o7).

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

以上、説明したように、本発明によれば、複数の命令プ
ロセッサと、入出力処理装置と、主記憶装置と拡張記憶
装置を有するデータ処理システムにおいて、主記憶装置
と拡張記憶装置間のデータ転送を行う非同期命令の処理
をチャネルプロセッサではなく上記複数の命令プロセッ
サの中の1台に実行させることができるので、チャネル
プロセッサは、非同期命令処理のためのハードウェアを
設ける必要がなくなり、その構造、制御を簡単化するこ
とができる。
As described above, according to the present invention, in a data processing system having a plurality of instruction processors, an input/output processing device, a main storage device, and an expansion storage device, data transfer between the main storage device and the expansion storage device is possible. Since it is possible to have one of the plurality of instruction processors described above execute the processing of the asynchronous instruction that performs Control can be simplified.

また、チャネルプロセッサを非同期処理のために使用し
ないので、外部記憶と主記憶装置間のデータ転送を行う
場合、チャネルのデータ転送能力を損なうことがなく、
主記憶装置と拡張記憶装置間のデータ転送が同期転送方
式と差のないスループットを確保することができる。
In addition, since the channel processor is not used for asynchronous processing, when data is transferred between external storage and main storage, the data transfer ability of the channel is not impaired.
Data transfer between the main storage device and the extended storage device can ensure throughput comparable to that of the synchronous transfer method.

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

第1図は1本発明の実施例のデータ処理システムのブロ
ック図、 第2図は、転送命令の形式の一例を示す図、第3図は、
命令発行側の命令プロセッサの処理を示すフローチャー
ト、 第4図は、命令プロセッサを選択する回路を示す図、 第5図は、命令発行側から引継いで実行する命令プロセ
ッサの処理を示すフローチャー1−5第6図は、命令プ
ロセッサと入出力処理装置とラッチの関係を示す回路図
、 第7図は、入出力割込み処理ルーチンの概略を示すフロ
ーチャートである。 図中、IA〜ID・・・命令プロセッサ、2・・・記憶
制御装置、3A−3D・・・入出力処理装置、4・・・
主記憶装置、 ・・拡張記憶装置、 21゜ 41・・ ラッチ、 28・・・カウンタ、 3!・・・選択回路。
FIG. 1 is a block diagram of a data processing system according to an embodiment of the present invention, FIG. 2 is a diagram showing an example of the format of a transfer command, and FIG. 3 is a diagram showing an example of the format of a transfer command.
Flowchart showing the processing of the instruction processor on the instruction issuing side. FIG. 4 is a diagram showing a circuit for selecting an instruction processor. FIG. 5 is a flowchart showing the processing of the instruction processor taking over from the instruction issuing side. 5. FIG. 6 is a circuit diagram showing the relationship between the instruction processor, the input/output processing device, and the latch, and FIG. 7 is a flowchart showing the outline of the input/output interrupt processing routine. In the figure, IA-ID...instruction processor, 2... storage control device, 3A-3D... input/output processing device, 4...
Main storage device,...Extended storage device, 21゜41...Latch, 28...Counter, 3! ...Selection circuit.

Claims (1)

【特許請求の範囲】[Claims] 1、複数の命令プロセッサと、主記憶装置と、拡張記憶
装置とを有するデータ処理システムにおいて、主記憶装
置と拡張記憶装置間の非同期転送を、ウエート状態にあ
る命令プロセッサが実行することを特徴とするデータ処
理システム。
1. In a data processing system having a plurality of instruction processors, a main memory device, and an expanded storage device, an instruction processor in a wait state executes asynchronous transfer between the main storage device and the expanded storage device. data processing system.
JP28552889A 1989-10-31 1989-10-31 Data processing system Pending JPH03144841A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP28552889A JPH03144841A (en) 1989-10-31 1989-10-31 Data processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP28552889A JPH03144841A (en) 1989-10-31 1989-10-31 Data processing system

Publications (1)

Publication Number Publication Date
JPH03144841A true JPH03144841A (en) 1991-06-20

Family

ID=17692701

Family Applications (1)

Application Number Title Priority Date Filing Date
JP28552889A Pending JPH03144841A (en) 1989-10-31 1989-10-31 Data processing system

Country Status (1)

Country Link
JP (1) JPH03144841A (en)

Similar Documents

Publication Publication Date Title
US5282272A (en) Interrupt distribution scheme for a computer bus
US5261109A (en) Distributed arbitration method and apparatus for a computer bus using arbitration groups
US5987550A (en) Lock mechanism for shared resources in a data processing system
KR970001919B1 (en) System and method for transfering information between multiple buses
JP3010400B2 (en) Shared memory control method and shared memory control device
US5271020A (en) Bus stretching protocol for handling invalid data
JP2557199B2 (en) Interface system and method
JPS63127368A (en) Control system for vector processor
US5371857A (en) Input/output interruption control system for a virtual machine
US3961312A (en) Cycle interleaving during burst mode operation
JPH0626336B2 (en) Control link
JPH03144841A (en) Data processing system
US20020078269A1 (en) Active ports in a transfer controller with hub and ports
JP3006676B2 (en) Multiprocessor
JPH1185673A (en) Method and device for controlling shared bus
JPS62219058A (en) Exclusive control system for shared memory
US7155580B2 (en) Information processing apparatus and method of controlling memory thereof
JPH0391055A (en) Method for setting hardware lock, hardware lock controller, method and device for detecting hardware lock
US8301845B2 (en) Access control method and computer system
JPH0424733B2 (en)
JPH01302448A (en) Information processor
JPS63304345A (en) Control system for memory request
JPH10187634A (en) Synchronous control method and main storage sharing type parallel processor
JPS6174045A (en) Channel control system in multi-processor system
JPH0991246A (en) Bus control device and method