JPS60215250A - Data processor - Google Patents

Data processor

Info

Publication number
JPS60215250A
JPS60215250A JP59179680A JP17968084A JPS60215250A JP S60215250 A JPS60215250 A JP S60215250A JP 59179680 A JP59179680 A JP 59179680A JP 17968084 A JP17968084 A JP 17968084A JP S60215250 A JPS60215250 A JP S60215250A
Authority
JP
Japan
Prior art keywords
virtual machine
state control
state
data
interrupt
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.)
Granted
Application number
JP59179680A
Other languages
Japanese (ja)
Other versions
JPS6212555B2 (en
Inventor
Koichi Ikeda
池田 公一
Masao Kato
正男 加藤
Masanori Kataoka
片岡 雅憲
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 JP59179680A priority Critical patent/JPS60215250A/en
Publication of JPS60215250A publication Critical patent/JPS60215250A/en
Publication of JPS6212555B2 publication Critical patent/JPS6212555B2/ja
Granted legal-status Critical Current

Links

Abstract

PURPOSE:To improve the data processing performance by using a means to decides whether an interruption factor if produced is equal to an interruption to be processed by a VMCP or an interruption to be processed by an operating system of a virtual computer. CONSTITUTION:In case an instruction which is interpreted by a processing part 10 is equal to a state control instruction, the information on designation of an action to be executed and the desired data are delivered to a data line 32. When the value of an FF30 is set at ''0'', i.e., the relevant computer is not set under a virtual computer mode, the data on the line 32 is applied to a state control part 11 of a CPU via an AND gate 33. Then access is given to a state register part 12 from the part 11 to execute a desired action. While the data on the line 32 is given to a state control part 21 of a virtual computer via an AND gate 34 in case the FF30 is set at ''1'', i.e., the relevant computer is set under a virtual computer mode. Then access is given to a state register part 22 of the virtual computer from the part 21, and a desired action is executed.

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は仮想計算機方式を実現するデータ処理装置に関
する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention relates to a data processing device that implements a virtual computer system.

〔発明の背景〕[Background of the invention]

仮想計算機方式とは、実計算機を時分割に使用し、各タ
イムスロットにおいて仮想のハードウェア情報(制御レ
ジスタ、演算レジスタ、pswななど)を設定すること
により、1台の実計算機が各タイムスロットごとに、あ
たかも別々の計算機のごとく動作するものである。した
がって、1台の計算機で複数個の異なったオペレーティ
ングシステムが見掛上同時に走行できることになる。
The virtual computer method uses real computers for time division, and sets virtual hardware information (control registers, calculation registers, psw, etc.) in each time slot, so that one real computer can handle each time slot. Each computer operates as if it were a separate computer. Therefore, a single computer can apparently run multiple different operating systems at the same time.

ところで、仮想計算機シテスムにおけるソフトウェアは
、一般に以下に述べるようにレベル0゜1.2の3層構
造を成している。レベルOはVMCP (Virtua
l Machine ContrOI Program
)と呼ばれるもので、実計算機のオペレーティングシス
テムであり、仮想計算機を実現するための制御を行って
いる。レベルlは各タイムスロットにおいて実行される
仮想針゛算機めオペレーテイングシステムである。レベ
ル1のオペレーティングシステムが取り扱うハードウェ
ア情報1例えばPSW(プログラム状態語)は実際の計
算機のPSWではなく、例えば主記憶装置内のデータと
して保持されている仮想のPSWである。したがって、
レベル1のオペレーティングシステムによって発行され
たPSWを書き替える命令はレベル0のVMCPによっ
て解釈し直されて、実際のPSWではなく主記憶装置内
の仮想のPSWを書き替えることになる。レベル2は仮
想計算機でのユーザプログラムであり、レベル1のオペ
レーティングシステムによって処理される。
By the way, software in a virtual computer system generally has a three-layer structure of levels 0° and 1.2, as described below. Level O is VMCP (Virtua
l Machine ContrOI Program
), which is the operating system of the real computer and performs control to realize the virtual computer. Level l is a virtual needle computer operating system that is executed in each time slot. Hardware information 1 handled by a level 1 operating system, for example, PSW (program state word), is not an actual PSW of a computer, but a virtual PSW held as data in a main storage device, for example. therefore,
An instruction issued by a level 1 operating system to rewrite the PSW is reinterpreted by the level 0 VMCP and results in rewriting the virtual PSW in main storage rather than the actual PSW. Level 2 is a user program on a virtual machine and is processed by a level 1 operating system.

このような仮想計算機システムにおいて1割り込みが発
生した場合の処理について考えてみる。
Let us consider the processing when one interrupt occurs in such a virtual computer system.

第2図は該割り込みが発生した場合のプログラムにおけ
る制御権の移動例を示したものである。例えば、レベル
2のユーザプログラムの実行中にプログラム割込みが発
生した場合には、それを実行しているy想計算機にとっ
ては、゛第2図(a’)に示すように、そのユーザプロ
グラムを管理しているところのレベルlのオペレーティ
ングシステムに直ちに割り込んで処理を行うのが望まし
い。しかし、割り込みは実計算機によってハードウェア
的に認識されるため、実際には、第2図(b)に示すよ
うに一旦レベル0のVMCPによって処理を受け、しか
る後にレベル1の仮想計算機のオペレーティングシステ
ムに処理を戻すという方式が行われている。この場合、
VMCPの割り込み処理ルーチンで処理しなくてはなら
ない事柄としては、1、この割込みはVMCPで処理す
べきか、それとも割込みを発生した仮想計算機のオペレ
ーテ、イングシステムに戻すべきか(例えばマシン障害
割込みなどは前者に属し、演算のオーバフロー割込みな
どは後者に属する)。
FIG. 2 shows an example of transfer of control rights in a program when the interrupt occurs. For example, if a program interrupt occurs during the execution of a level 2 user program, the virtual computer that is executing it will have to manage the user program as shown in Figure 2 (a'). It is desirable to immediately interrupt the level I operating system that is currently running the process. However, since interrupts are recognized by the hardware of the real computer, in reality, as shown in Figure 2 (b), they are first processed by the level 0 VMCP, and then the operating system of the level 1 virtual machine The method used is to return the processing to in this case,
The issues that must be handled by the VMCP interrupt handling routine are: 1. Should this interrupt be handled by VMCP, or should it be returned to the operating system of the virtual machine that generated the interrupt? (It belongs to the former, and calculation overflow interrupts, etc. belong to the latter).

2、戻すとしたらどの仮想計算機に戻すか、3、その仮
想計算機ではこの割込みを受け付けるか、 4、受は付ける場合、旧PSWの格納、新PSWの取り
出し、その他。
2. If you want to restore it, which virtual computer should you restore it to? 3. Will that virtual computer accept this interrupt? 4. If it accepts it, should you store the old PSW, retrieve the new PSW, etc.

などがある。and so on.

以上のように、仮想y算機において割り込みが発生した
場合には、必らず一旦はVMCPの処理を受けるため、
−すの割り込み処理に非常に大きなオーバヘッド時間を
要するという欠点がある。
As mentioned above, when an interrupt occurs in the virtual y machine, it is always processed by VMCP, so
- It has the disadvantage that a very large amount of overhead time is required for interrupt processing.

例えば、その仮想計算機においてはマスクオフされてい
て受け付けられない割り込みについては、それが仮想計
算機の上でなく本物の計算機で行われる場合には1割り
込み要因の発生後、零または極く短いオーバヘッド時間
の後には元の処理に復帰するのであるが、仮想計算機で
行われる場合にはマスクのオン・オフにかかわらず、必
らず前記の1〜3までの処理が行われるので、元の処理
に復帰するまでには多大な時間が費されることになる。
For example, for interrupts that are masked off and cannot be accepted in a virtual computer, if the interrupt is performed on a real computer rather than on a virtual computer, the overhead time will be zero or very short after the occurrence of one interrupt factor. After that, the process returns to the original process, but when it is performed on a virtual machine, the processes 1 to 3 above are always performed regardless of whether the mask is on or off, so the original process cannot be resumed. It will take a lot of time to recover.

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

本発明は、上に述べた仮想計算機システムの欠点を改善
することを目的とするものである。
The present invention aims to improve the drawbacks of the virtual computer system described above.

〔発明の概要〕[Summary of the invention]

本発明は仮想計算機において例えば割り込み要因が発生
した場合、それがVMCPで処理すべき割り込みである
か、仮想計算機の・オペレーティングシステムで処理す
べき割り込みであるか判定し。
For example, when an interrupt factor occurs in a virtual machine, the present invention determines whether it is an interrupt that should be handled by the VMCP or an interrupt that should be handled by the operating system of the virtual machine.

後者である場合にはVMCPの処理に入ることなしに、
直ちに該当仮想計算機のマスクを参照して割り込みの受
け付は可否を判断し、マスクがオンされていて受け付は
可能である場合には直接該当仮想計算機のオペレーティ
ングシステムに割り込み、マスクがオフされていて受け
付は不可能である場合には元の処理に復帰せしめるよう
にして、割り込み処理に関するオーバヘッド時間を最小
とし、よって仮想計算機システムの性能を向上させるも
のである。
In the latter case, without entering VMCP processing,
Immediately refers to the mask of the relevant virtual machine to determine whether or not to accept interrupts, and if the mask is on and interrupts can be accepted, interrupts directly to the operating system of the relevant virtual machine, and if the mask is turned off. If the interrupt cannot be accepted, the original processing is resumed, thereby minimizing the overhead time related to interrupt processing and improving the performance of the virtual computer system.

〔発明の実施例〕[Embodiments of the invention]

以下、実施例によって本発明の内容を詳細に説明する。 Hereinafter, the content of the present invention will be explained in detail with reference to Examples.

第1図は本発明を実施し・た場合の計算機システムにお
ける中央処理装置(CPU)の構成例を示すブロック図
である。図において、IOはCPUにおいて必要な命令
処理、演算処理を行う処理部であり、11は割り込みや
制御命令などCPUの状態を変える。二とが必要になっ
たとき動作する状態制御部であり、12はプログラム状
態語(PSW)や制御レジスタなどCPUの状態情報を
貯えている状態レジスタ部である。以上の3部分は従来
の計算機においても設けられているところのものであり
、これに対して、第1図において以上の3部分以外のと
ころが本発明の実施によって新しく加えられたところの
ものである。即ち、第2図において、21は仮想計算機
としてのCPtJの状態を制御する状態制御部であり、
22は仮想計算機のCPUの状態情報を貯えている状態
レジスタ部である。また、30はこのCPUが現在仮想
計算機モードで動作していることを示すフリップフロッ
プであり、33.34はアンドゲートである。
FIG. 1 is a block diagram showing an example of the configuration of a central processing unit (CPU) in a computer system in which the present invention is implemented. In the figure, IO is a processing unit that performs necessary instruction processing and arithmetic processing in the CPU, and 11 changes the state of the CPU such as interrupts and control instructions. 2 is a state control section that operates when necessary, and 12 is a state register section that stores CPU state information such as a program status word (PSW) and a control register. The above three parts are also provided in conventional computers; on the other hand, in Fig. 1, the parts other than the above three parts are newly added by implementing the present invention. . That is, in FIG. 2, 21 is a state control unit that controls the state of CPtJ as a virtual machine;
Reference numeral 22 denotes a status register unit that stores status information of the CPU of the virtual machine. Further, 30 is a flip-flop indicating that this CPU is currently operating in virtual machine mode, and 33 and 34 are AND gates.

上記CPUの状態制御部11および仮想計算機の状態制
御部21は論理素子の組み合せによって構成された論理
回路でもよいし、マイクロプログラムを貯蔵する記憶装
置を含むものであってもよい。そして、これらの状態制
御部11または21がマイクロプログラム記憶装置を含
む場合には、これらは物理的には処理部のマイクロプロ
グラム記憶装置も含めて、すべて一体となった記憶装置
であってもよい。また、仮想計算機モード指定フリップ
プロップ30は仮想計算機を実現する従来のCPUにお
ける如く、制御レジスタの中の1ビツト(即ち状態レジ
スタ部12に含まれるもの)であってもよい。このフリ
ップフロップ30はVMCPによって、これから仮想計
算機の動作にはいるというときに“1′′に設定され、
仮想計算機としての動作を中断してVMCPに割れ込ん
できたときに0”に設定される。この制御は状態制御部
11によって信号線36を介して行われる。
The CPU state control section 11 and the virtual machine state control section 21 may be a logic circuit configured by a combination of logic elements, or may include a storage device that stores a microprogram. When the state control section 11 or 21 includes a microprogram storage device, these may be all physically integrated storage devices including the microprogram storage device of the processing section. . Further, the virtual machine mode designation flip-flop 30 may be one bit in a control register (ie, included in the status register section 12) as in a conventional CPU that realizes a virtual machine. This flip-flop 30 is set to "1" by the VMCP when the virtual machine starts operating.
It is set to 0'' when the operation as a virtual machine is interrupted and the VMCP is interrupted. This control is performed by the state control unit 11 via the signal line 36.

第1図のような構成例において、仮想計算機が実現され
る場合の動作について以下に説明する。
In the configuration example shown in FIG. 1, the operation when a virtual machine is realized will be described below.

まず、各仮想計算機に処理が割り当てられるタイムスロ
ットの初めには、前記レベル1のプログラム(仮想計算
機のオペレーティングシステム)によってその仮想計算
機の状態設定が行われる。この場合、従来技術による仮
想計算機の実現におい ゛ては、レベル1のプログラム
による状態制御命令はそのまま命令とし1て実行される
のではなくて。
First, at the beginning of a time slot in which processing is assigned to each virtual machine, the state of the virtual machine is set by the level 1 program (the operating system of the virtual machine). In this case, in the implementation of a virtual machine according to the prior art, the state control instructions from the level 1 program are not executed as they are as instructions.

その都度VMCPに割り込んでVMCPのプログラムに
より模擬的に実行された。例えばレベル1においてPS
Wにデータを設定する命令が発行さ九たときには、その
命令は実行されずにVMCPへ割り込み、VMCPでは
例えば主記憶装置内の所定の領域へそのPSWデータを
格納する。これに対し、で1本発明によればレベル1に
よる状態制御命令はVMCPへ割り込むことなしに直接
に実行することができる。
Each time, the VMCP was interrupted and executed in a simulated manner by the VMCP program. For example, at level 1, PS
When an instruction to set data in W is issued, the instruction is not executed but interrupts the VMCP, and the VMCP stores the PSW data in a predetermined area in the main memory, for example. In contrast, according to the present invention, level 1 state control instructions can be directly executed without interrupting the VMCP.

即ち、第1図において、処理部10で新たに実行するた
めに解釈された命令が状態制御命令であるときには、デ
ータ線32に実行すべき動作の指定情報と必要なデータ
とが出力される。ご′こで、フリップフロップ30の値
が0″′であるとき、即ちこの計算機が仮想計算機モー
ドでないときには、データ線32のデータはアンドゲー
ト33を介してCPUの状態制御部11へ与えられ、そ
こから状態レジスタ部12をアクセスして必要な動作が
遂行さ九る。またフリップフロップ30の値がII I
 11であるとき、即ち、この計算機が仮想計算機モー
ドであるときには、データ線32のデータはアンドゲー
ト34を介して仮想計算機の状態制御部21へ与えられ
、そこから仮想計算機の状態レジスタ部22をアクセス
して必要な動作が遂行される。
That is, in FIG. 1, when the command newly interpreted to be executed by the processing unit 10 is a state control command, information specifying the operation to be executed and necessary data are output to the data line 32. Here, when the value of the flip-flop 30 is 0'', that is, when this computer is not in virtual computer mode, the data on the data line 32 is given to the state control unit 11 of the CPU via the AND gate 33. From there, the status register section 12 is accessed to perform the necessary operations.The value of the flip-flop 30 is
11, that is, when this computer is in the virtual machine mode, the data on the data line 32 is given to the state control section 21 of the virtual machine via the AND gate 34, and from there the state register section 22 of the virtual machine is sent. access and perform necessary operations.

以上のようにして、各仮想計算機は自分の計算機の状態
情報をVMCPの介入を経ることなく状態レジスタ部2
2に設定できたことになる。このこと自体処理の高速化
とプログラム(VMCP)の簡略化が実現されたことを
意味するものである。
As described above, each virtual machine stores the state information of its own computer in the state register section 2 without the intervention of the VMCP.
This means that it can be set to 2. This itself means that the processing speed has been increased and the program (VMCP) has been simplified.

仮想計算機の状態設定がなされると、レベルlの仮想計
算機のオペレーティングシステムのもとでレベル2のプ
ログラムの処理が行われる。本発明の最たる特徴とする
ところは、このように仮想計算機モードで走行するCP
tJの割り込みの処理のしかたにある。
Once the state of the virtual machine is set, the level 2 program is processed under the operating system of the level 1 virtual machine. The most important feature of the present invention is that the CP running in virtual machine mode
This is how to handle tJ interrupts.

第1図において、処理部10で処理中のプログラムに割
り込みの要求が発生したときには、データ線32に割り
込み要求信号とそれに関連して必要なデータとが出力さ
れる。なお、データ線32は複数の信号線から構成され
ており、先に述べた状態制御命令の実行の場合に使用さ
れる信号線と割り込み要求の場合に使用される信号線と
は物理的には必ずしも一致するものではない。データ線
32に出力された割り込み要求信号およびデータは、状
態制御命令の場合と同様に、ブリップフロップ30の示
す値に従って、仮想計算機モードで走行しているときに
は仮想計算機の状態制御部21に、そうでないときには
CPUの状態制御部11にり、えられる。
In FIG. 1, when an interrupt request is generated in a program being processed by the processing section 10, an interrupt request signal and related necessary data are output to the data line 32. Note that the data line 32 is composed of a plurality of signal lines, and the signal line used in the case of executing the state control instruction mentioned above and the signal line used in the case of an interrupt request are physically different. They do not necessarily match. The interrupt request signal and data output to the data line 32 are sent to the state control unit 21 of the virtual machine when running in the virtual machine mode, according to the value indicated by the flip-flop 30, as in the case of the state control command. If not, the state control unit 11 of the CPU obtains the result.

割り込み要求信号およびデータが仮想計算機の状態制御
部21に与えられたとき、該状態制御部21では次の制
御を行う。まず、この割り込み要求の内容を吟味して、
これがレベルO(VMCP’)へ割り込むべきものか、
レベル(仮想計算機のオペレーティングシステム)へ割
り込むべきものかを判定する。レベル0へ割り込?べき
ものであると判断された場合には、データ線35を介し
てこの割り込み要求信号と関連データとをCPUの状態
制御部11に送付し、以後の処理を制御部11に移管す
る。一方1割り込み要求がレベル1へ割り込むべきもの
であると判断された場合には、状態制御部21は状態レ
ジスタ部22に設定−されている仮想計算機の状態情報
をアクセスしながら必要な割り込み制御を行う。その主
たるものは、この仮想計算機の割り込みマスク情報を参
照し該割り込み要求の受け付けの可否を決定することと
、もし受け付けられた場合にはPSWの交換を行うこと
である。この割り込み制御が終了すると、状態制御部2
1はデータ線23を介して処理部10に割り込み制御の
終了を知らせ、処理部lOは割り込み後の処理を実行す
る。
When the interrupt request signal and data are given to the state control unit 21 of the virtual machine, the state control unit 21 performs the following control. First, examine the contents of this interrupt request,
Is this what should interrupt level O (VMCP')?
Determine whether the level (virtual machine operating system) should be interrupted. Interrupt to level 0? If it is determined that the interrupt request signal and related data are appropriate, the interrupt request signal and related data are sent to the state control section 11 of the CPU via the data line 35, and subsequent processing is transferred to the control section 11. On the other hand, if it is determined that the 1 interrupt request should be interrupted to level 1, the state control unit 21 performs the necessary interrupt control while accessing the virtual machine state information set in the state register unit 22. conduct. The main purpose is to refer to the interrupt mask information of this virtual machine and decide whether or not to accept the interrupt request, and if it is accepted, to exchange the PSW. When this interrupt control is finished, the state control unit 2
1 notifies the processing section 10 of the end of interrupt control via the data line 23, and the processing section 10 executes the processing after the interrupt.

なお、これまでの説明においては、仮想計算機のプログ
ラム走行中に発生する割り込みの例として、レベル2か
らレベル0又はレベル1へ割り込むものを考えたが、こ
のほかに当然レベルlからレベルO又はレベル1自身へ
割り込むこともあり得る。これらの場合にも明らかにレ
ベル2からの場合と何ら変ることなく1本発明は適用さ
れる。
In the explanation so far, as an example of an interrupt that occurs while a program is running on a virtual machine, we have considered an interrupt from level 2 to level 0 or level 1, but of course there are also interrupts from level l to level O or level 1. 1 itself may be interrupted. Obviously, the present invention can be applied to these cases as well, with no change from the case from level 2 onwards.

また、第1図の実施例における動作としては。Also, as for the operation in the embodiment shown in FIG.

仮想計算機の状態設定のための状態制御命令の場合と1
割り込みが発生した場合について述べたがそれ以外にも
、状態レジスタ部への書き込み/読み出しを行う状態制
御命令が発生さ九た全ての場合について、同様の議論が
成立する。
Case of state control instruction for setting the state of virtual machine and 1
Although the case where an interrupt occurs has been described, the same argument holds true for all other cases in which a state control instruction for writing/reading to/from the state register section is generated.

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

以上に述べた如く1本発明によれば、CPUが仮想計算
機としてプログラムを実行しているとき割り込みの発生
または状態制御命令の発行があればj’cPUはこれを
VMCPの介入なく直ちに処理をする1:とができる。
As described above, according to the present invention, when an interrupt occurs or a state control instruction is issued while the CPU is executing a program as a virtual machine, the j'cPU immediately processes this without intervention from the VMCP. 1: I can do it.

これはCP’Uの仮想計算機としての処理性能を飛躍的
に高めるものであり、よって本発明の効果は多大である
。更に5本発明によりVMCPはその機能のうちのかな
りの部分を削除することができ、プログラム容量の削減
、作成工数の低減に寄与するところが大きく、この面か
らも本発明の有効性は明らかである。
This dramatically increases the processing performance of the CPU'U as a virtual computer, and therefore the effects of the present invention are significant. Furthermore, according to the present invention, a considerable part of the functions of the VMCP can be deleted, which greatly contributes to reducing the program capacity and the number of man-hours for creating the program, and the effectiveness of the present invention is clear from this aspect as well. .

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

第1図は本発明の一実施例を示すデータ処理装置のブロ
ック図である。第2図は仮想計算機として動作している
データ処理装置に割り込みが発生した場合のプログラム
における制御権の移動例を示す概念図で1図(a)は本
発明を実施した場合、図(b)は従来技術による場合を
示したものである。 10・・・処理部、11・・・CPUの状態制御部、1
2・・・CPUの状態レジスタ部、21・・・仮想計算
機の状態制御部、 22・・・仮想計算機の状態レジス
タ部、 30・・・仮想計算機モードの指定フリッププ
ロップ。
FIG. 1 is a block diagram of a data processing device showing one embodiment of the present invention. Figure 2 is a conceptual diagram showing an example of transfer of control rights in a program when an interrupt occurs in a data processing device operating as a virtual machine. shows the case according to the prior art. 10... Processing unit, 11... CPU state control unit, 1
2...CPU status register unit, 21...Virtual machine status control unit, 22...Virtual machine status register unit, 30...Virtual machine mode specification flip-flop.

Claims (1)

【特許請求の範囲】[Claims] (1)仮想計算機方式をとるデータ処理装置において、
該データ処理装置が仮想計算機として動作していること
を示す識別手段と、仮想計算機の状態情報を格納する状
態レジスタ部と、前記識別手段が仮想計算機とし、で動
作していることを示す時、前記状態レジスタ部にアクセ
スして仮想計算機の状態を制御する状態制御部を有し、
前記状態制御部は、前記識別手段が仮想計算機としての
動作を指示している時1発行された状態制御命令または
発生し、た割込み要求を、当該状態制御部で処理すべき
かどうか判定し、処理すべきと判定された場合、前記発
行された状態制御命令または発生した割込み要求を、仮
想計算機としての制御プログラムを介入させることなく
処理することを特徴とするデータ処理装置。
(1) In a data processing device that uses a virtual computer method,
an identification means for indicating that the data processing device is operating as a virtual machine; a state register section for storing state information of the virtual machine; when the identification means indicates that the data processing apparatus is operating as a virtual machine; a state control unit that controls the state of the virtual machine by accessing the state register unit;
The state control unit determines whether or not the state control unit should process a state control command issued or an interrupt request that occurs when the identification means instructs an operation as a virtual machine. A data processing device characterized in that, when it is determined that the issued state control command or the generated interrupt request should be processed, the issued state control command or the generated interrupt request is processed without intervention of a control program as a virtual machine.
JP59179680A 1984-08-29 1984-08-29 Data processor Granted JPS60215250A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59179680A JPS60215250A (en) 1984-08-29 1984-08-29 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59179680A JPS60215250A (en) 1984-08-29 1984-08-29 Data processor

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP1522678A Division JPS6049352B2 (en) 1978-02-13 1978-02-13 data processing equipment

Publications (2)

Publication Number Publication Date
JPS60215250A true JPS60215250A (en) 1985-10-28
JPS6212555B2 JPS6212555B2 (en) 1987-03-19

Family

ID=16069992

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59179680A Granted JPS60215250A (en) 1984-08-29 1984-08-29 Data processor

Country Status (1)

Country Link
JP (1) JPS60215250A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07319714A (en) * 1993-12-15 1995-12-08 Microsoft Corp Method and system for selective application of proper object ownership model

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH047945U (en) * 1990-05-14 1992-01-24

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
A GUIDE TO THE IBM SYSTEM370 MODEL 158=1974M1 *
IBM SYSTEM370 EXTENDED FACILITY=1978M1 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07319714A (en) * 1993-12-15 1995-12-08 Microsoft Corp Method and system for selective application of proper object ownership model

Also Published As

Publication number Publication date
JPS6212555B2 (en) 1987-03-19

Similar Documents

Publication Publication Date Title
JPS6258341A (en) Input and output interruption processing system
JPS61206043A (en) Interruption control method in virtual computer system
EP0230350A2 (en) Protection of data in a multiprogramming data processing system
KR920003044B1 (en) Control system for guest execution of virtual computer system
US5018064A (en) Virtual computer system
JPS6049352B2 (en) data processing equipment
JPS60215250A (en) Data processor
JPS61184643A (en) Starting control system for virtual computer
JPS6032220B2 (en) information processing equipment
JPH0567973B2 (en)
KR100195953B1 (en) High performance dma operating method of i/o processor
JPH0412861B2 (en)
JPS63163656A (en) Method and system for input/output interruption
JPS6220034A (en) Program status word switching control system
JPS5942331B2 (en) Prosetsusasouchinoseigiohoshiki
JP2501393B2 (en) Direct memory access device
JP2883489B2 (en) Instruction processing unit
JPS592297A (en) Projection method of shared memory
US20040006677A1 (en) Microcomputer and method for controlling a microcomputer
JPH03182945A (en) Transfer system for data in main storage
JPS62114045A (en) Address mode control system
JPH0438011B2 (en)
JPH0373031A (en) Memory access control system
JPS6118224B2 (en)
JPH02284235A (en) Register preserving system