JPS6212555B2 - - Google Patents

Info

Publication number
JPS6212555B2
JPS6212555B2 JP59179680A JP17968084A JPS6212555B2 JP S6212555 B2 JPS6212555 B2 JP S6212555B2 JP 59179680 A JP59179680 A JP 59179680A JP 17968084 A JP17968084 A JP 17968084A JP S6212555 B2 JPS6212555 B2 JP S6212555B2
Authority
JP
Japan
Prior art keywords
virtual machine
state control
interrupt
state
virtual
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired
Application number
JP59179680A
Other languages
Japanese (ja)
Other versions
JPS60215250A (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

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 a real computer for time division, and sets virtual hardware information (control registers, calculation registers, PSW, etc.) for each time slot, so that one real computer can control 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層構造を成している。レベル0は
VMCP(Virtual Machine Control Program)と
呼ばれるもので、実計算機のオペレーテイングシ
ステムであり、仮想計算機を実現するための制御
を行つている。レベル1は各タイムスロツトにお
いて実行される仮想計算機のオペレーテイングシ
ステムである。レベル1のオペレーテイングシス
テムが取り扱うハードウエア情報、例えばPSW
(プログラム状態語)は実際の計算機のPSWでは
なく、例えば主記憶装置内のデータとして保持さ
れている仮想のPSWである。したがつて、レベ
ル1のオペレーテイングシステムによつて発行さ
れたPSWを書き替える命令はレベル0のVMCP
によつて解釈し直されて、実際のPSWではなく
主記憶装置内の仮想のPSWを書き替えることに
なる。レベル2は仮想計算機でのユーザプログラ
ムであり、レベル1のオペレーテイングシステム
によつて処理される。
By the way, software in a virtual computer system is generally level 0, as described below.
It has a three-layer structure of 1 and 2. Level 0 is
It is called VMCP (Virtual Machine Control Program), and is an operating system for real computers that performs control to realize virtual computers. Level 1 is the virtual machine operating system running in each time slot. Hardware information handled by a level 1 operating system, e.g. PSW
(Program state word) is not the actual PSW of the computer, but a virtual PSW held as data in the main memory, for example. Therefore, an instruction to rewrite a PSW issued by a level 1 operating system is a level 0 VMCP.
The virtual PSW in main storage is rewritten instead of the actual PSW. Level 2 is a user program on a virtual machine and is processed by a level 1 operating system.

このような仮想計算機システムにおいて、割り
込みが発生した場合の処理について考えてみる。
第2図は該割り込みが発生した場合のプログラム
における制御権の移動列を示したものである。例
えば、レベル2のユーザプログラムの実行中にプ
ログラム割込みが発生した場合には、それを実行
している仮想計算機にとつては、第2図aに示す
ように、そのユーザプログラムを管理していると
ころのレベル1のオペレーテイングシステムに直
ちに割り込んで処理を行うのが望ましい。しか
し、割り込みには実計算機によつてハードウエア
的に認識されるため、実際には、第2図bに示す
ような一旦レベル0のVMCPによつて処理を受
け、しかる後にレベル1の仮想計算機のオペレー
テイングシステムに処理を戻すという方式が行わ
れている。この場合、VMCPの割り込み処理ルー
チンで処理しなくてはならない事柄としては、 1 この割込みはVMCPで処理すべきか、それと
も割込みを発生した仮想計算機のオペレーテイ
ングシステムに戻すべきか(例えばマシン障害
割込みなどは前者に属し、演算のオーバフロー
割込みなどは後者に属する)、 2 戻すとしたらどの仮想計算機に戻すか、 3 その仮想計算機ではこの割込みを受け付ける
か、 4 受け付ける場合、旧PSWの格納、新PSWの
取り出し、その他、 などがある。
Let us consider the processing when an interrupt occurs in such a virtual computer system.
FIG. 2 shows the sequence of movement of control rights in the program when the interrupt occurs. For example, if a program interrupt occurs during the execution of a level 2 user program, the virtual machine that is executing it will manage the user program as shown in Figure 2a. However, it is desirable to immediately interrupt the level 1 operating system and perform processing. However, since interrupts are recognized by the hardware by the real computer, in reality they are first processed by the level 0 VMCP as shown in Figure 2b, and then processed by the level 1 virtual computer. The method used is to return the processing to the operating system. 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 (for example, a machine failure interrupt)? (belongs to the former, and calculation overflow interrupts, etc. belong to the latter), 2. Which virtual computer should I restore it to? 3. Will that virtual computer accept this interrupt? 4. If so, should I store the old PSW and store the new PSW? There are things like taking out, etc.

以上のように、仮想計算機において割り込みが
発生した場合には、必らず一旦はVMCPの処理を
受けるため、一回の割り込み処理に非常に大きな
オーバヘツド時間を要するという欠点がある。例
えば、その仮想計算機においてはマスクオフされ
ていて受け付けられない割り込みについては、そ
れが仮想計算機の上でなく本物の計算機で行われ
る場合には、割り込み要因の発生後、零または極
く短いオーバヘツド時間の後には元の処理に復帰
するのであるが、仮想計算機で行われる場合には
マスクのオン・オフにかかわらず、必らず前記の
1〜3までの処理が行われるので、元の処理に復
帰するまでには多大な時間が費されることにな
る。
As described above, when an interrupt occurs in a virtual machine, it is always processed by VMCP, which has the disadvantage that a very large amount of overhead time is required for one interrupt processing. 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 the 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で処理すべき割
り込みであるか、仮想計算機のオペレーテイング
システムで処理すべき割り込みであるか判定し、
後者である場合には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 VMCP or an interrupt that should be handled by the operating system of the virtual machine,
If the latter is the case, without entering VMCP processing, immediately refer to the mask of the virtual machine to determine whether interrupts can be accepted, and if the mask is on and interrupts can be accepted, directly interrupt the virtual machine. If the mask is turned off and cannot be accepted, interrupt the operating system of
This minimizes the overhead time related to interrupt processing, thereby 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)の構成例を示
すブロツク図である。図において、10はCPU
において必要な命令処理、演算処理を行う処理部
であり、11は割り込みや制御命令などCPUの
状態を変えることが必要になつたとき動作する状
態制御部であり、12はプログラム状態語
(PSW)や制御レジスタなどCPUの状態情報を貯
えている状態レジスタ部である。以上の3部分は
従来の計算機においても設けられているところの
ものであり、これに対して、第1図において以上
の3部分以外のところが本発明の実施によつて新
しく加えられたところのものである。即ち、第2
図において、21は仮想計算機としてのCPUの
状態を制御する状態制御部であり、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 diagram, 10 is the CPU
11 is a state control unit that operates when it is necessary to change the state of the CPU such as an interrupt or a control instruction, and 12 is a program status word (PSW). This is a status register section that stores CPU status information such as CPU and control registers. 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. It is. That is, the second
In the figure, 21 is a state control section that controls the state of the CPU as a virtual machine, and 22 is a state register section that stores state 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 unit 11 and the virtual machine state control unit 21 may be a logic circuit configured by a combination of logic elements, or may include a storage device that stores a microprogram. These state control units 11 or 21
contains a microprogram storage device,
Physically, these may be all integrated storage devices including the microprogram storage device of the processing section. In addition, the virtual machine mode designation flip-flop 30 is configured to use one bit in the control register (i.e., the one included in the status register section 12) as in a conventional CPU that realizes a virtual machine.
It may be. This flip-flop 30
It is set to "1" by VMCP when the virtual machine starts operating, and is set to "0" when the virtual machine operation is interrupted and VMCP interrupts. This control is performed by the state control section 11 via the signal line 36.

第1図のような構成例において、仮想計算機が
実現される場合の動作について以下に説明する。
まず、各仮想計算機に処理が割り当てられるタイ
ムスロツトの初めには、前記レベル1のプログラ
ム(仮想計算機のオペレーテイングシステム)に
よつてその仮想計算機の状態設定が行われる。こ
の場合、従来技術による仮想計算機の実現におい
ては、レベル1のプログラムによる状態制御命令
はそのまま命令として実行されるのではなくて、
その都度VMCPに割り込んでVMCPのプログラム
により模擬的に実行された。例えばレベル1にお
いてPSWにデータを設定する命令が発行された
ときには、その命令は実行されずにVMCPへ割り
込み、VMCPでは例えば主記憶装置内の所定の領
域へそのPSWデータを格納する。これに対し
て、本発明によればレベル1による状態制御命令
はVMCPへ割り込むことなしに直接に実行するこ
とができる。
In the configuration example shown in FIG. 1, the operation when a virtual machine is realized will be described below.
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 realization of a virtual machine according to the conventional technology, the state control instructions by the level 1 program are not executed as instructions as they are;
Each time, it interrupted VMCP and was executed in a simulated manner by the VMCP program. For example, when an instruction to set data in PSW is issued at level 1, the instruction is not executed but interrupts VMCP, and VMCP stores the PSW data in a predetermined area in the main storage, for example. In contrast, according to the present invention, level 1 state control instructions can be executed directly without interrupting VMCP.

即ち、第1図において、処理部10で新たに実
行するために解釈された命令が状態制御命令であ
るときには、データ線32に実行すべき動作の指
定情報と必要なデータとが出力される。ここで、
フリツプフロツプ30の値が“0”であるとき、
即ちこの計算機が仮想計算機モードでないときに
は、データ線32のデータはアンドゲート33を
介してCPUの状態制御部11へ与えられ、そこ
から状態レジスタ部12をアクセスして必要な動
作が遂行される。またフリツプフロツプ30の値
が“1”であるとき、即ち、この計算機が仮想計
算機モードであるときには、データ線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 flip-flop 30 is "0",
That is, when this computer is not in the virtual machine mode, the data on the data line 32 is applied to the CPU state control section 11 via the AND gate 33, and the state register section 12 is accessed from there to perform necessary operations. Further, when the value of the flip-flop 30 is "1", that is, when this computer is in the virtual machine mode, the data on the data line 32 is given to the state control unit 21 of the virtual machine via the AND gate 34, and from there. Necessary operations are performed by accessing the state register section 22 of the virtual machine.

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

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

第1図において、処理部10で処理中のプログ
ラムに割り込みの要求が発生したときには、デー
タ線32に割り込み要求信号とそれに関連して必
要なデータとが出力される。なお、データ線32
は複数の信号線から構成されており、先に述べた
状態制御命令の実行の場合に使用される信号線と
割り込み要求の場合に使用される信号線とは物理
的には必ずしも一致するものではない。データ線
32に出力された割り込み要求信号およびデータ
は、状態制御命令の場合と同様に、フリツプフロ
ツプ30の示す値に従つて、仮想計算機モードで
走行しているときには仮想計算機の状態制御部2
1に、そうでないときにはCPUの状態制御部1
1に与えられる。
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
consists of multiple signal lines, and the signal lines used for executing the state control instructions mentioned above and the signal lines used for interrupt requests are not necessarily the same physically. do not have. As in the case of state control instructions, the interrupt request signal and data output to the data line 32 are sent to the state control unit of the virtual machine when running in the virtual machine mode, according to the value indicated by the flip-flop 30.
1, otherwise the CPU state control unit 1
1 is given.

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

なお、これまでの説明においては、仮想計算機
のプログラム走行中に発生する割り込みの例とし
て、レベル2からレベル0又はレベル1へ割り込
むものを考えたが、このほかに当然レベル1から
レベル0又はレベル1自身へ割り込むこともあり
得る。これらの場合にも明らかにレベル2からの
場合と何ら変ることなく、本発明は適用される。
In addition, 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. 1 itself may be interrupted. Obviously, the present invention is applicable to these cases as well, with no change from the case from level 2 onwards.

また、第1図の実施例における動作としては、
仮想計算機の状態設定のための状態制御命令の場
合と、割り込みが発生した場合について述べたが
それ以外にも、状態レジスタ部への書き込み/読
み出しを行う状態制御命令が発生された全ての場
合について、同様の議論が成立する。
Furthermore, the operation in the embodiment shown in FIG. 1 is as follows:
We have described the case of a state control instruction for setting the state of a virtual machine and the case of an interrupt, but in addition to that, we have also described all cases in which a state control instruction for writing/reading to the state register section is generated. , a similar argument holds.

〔発明の効果〕 以上に述べた如く、本発明によれば、CPUが
仮想計算機としてプログラムを実行しているとき
割り込みの発生または状態制御命令の発行があれ
ば、CPUはこれをVMCPの介入なく直ちに処理
をすることができる。これはCPUの仮想計算機
としての処理性能を飛躍的に高めるものであり、
よつて本発明の効果は多大である。更に、本発明
によりVMCPはその機能のうちのかなりの部分を
削除することができ、プログラム容量の削減、作
成工数の低減に寄与するところが大きく、この面
からも本発明の有効性は明らかである。
[Effects of the Invention] As described above, according to the present invention, if an interrupt occurs or a state control instruction is issued while the CPU is executing a program as a virtual machine, the CPU can handle this without the intervention of the VMCP. Can be processed immediately. This dramatically increases the processing performance of the CPU as a virtual machine.
Therefore, the effects of the present invention are significant. Furthermore, the present invention makes it possible to delete a considerable part of the functions of VMCP, which greatly contributes to reducing program capacity and creation man-hours, and the effectiveness of the present invention is clear from this aspect as well. .

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

第1図は本発明の一実施例を示すデータ処理装
置のブロツク図である。第2図は仮想計算機とし
て動作しているデータ処理装置に割り込みが発生
した場合のプログラムにおける制御権の移動例を
示す概念図で、図aは本発明を実施した場合、図
bは従来技術による場合を示したものである。 10……処理部、11……CPUの状態制御
部、12……CPUの状態レジスタ部、21……
仮想計算機の状態制御部、22……仮想計算機の
状態レジスタ部、30……仮想計算機モードの指
定フリツプフロツプ。
FIG. 1 is a block diagram of a data processing device showing one embodiment of the present invention. FIG. 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. This shows the case. 10...processing section, 11...CPU state control section, 12...CPU state register section, 21...
Virtual machine state control unit, 22...virtual machine state register unit, 30...virtual machine mode specification flip-flop.

Claims (1)

【特許請求の範囲】[Claims] 1 仮想計算機方式をとるデータ処理装置におい
て、該データ処理装置が仮想計算機として動作し
ていることを示す識別手段と、仮想計算機の状態
情報を格納する状態レジスタ部と、前記識別手段
が仮想計算機として動作していることを示す時、
前記状態レジスタ部にアクセスして仮想計算機の
状態を制御する状態制御部を有し、前記状態制御
部は、前記識別手段が仮想計算機としての動作を
指示している時、発行された状態制御命令または
発生した割込み要求を、当該状態制御部で処理す
べきかどうか判定し、処理すべきと判定された場
合、前記発行された状態制御命令または発生した
割込み要求を、仮想計算機としての制御プログラ
ムを介入させることなく処理することを特徴とす
るデータ処理装置。
1. In a data processing device that employs a virtual machine method, an identification means for indicating that the data processing device is operating as a virtual computer, a status register section for storing state information of the virtual machine, and an identification means for indicating that the data processing device is operating as a virtual computer; When indicating that it is working,
The state control unit includes a state control unit that controls the state of the virtual machine by accessing the state register unit, and the state control unit receives a state control command issued when the identification means instructs operation as a virtual machine. Alternatively, it is determined whether the generated interrupt request should be processed by the state control unit, and if it is determined that the generated interrupt request should be processed, the issued state control instruction or the generated interrupt request is processed by the control program as a virtual machine. A data processing device characterized in that it performs processing without causing any interference.
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 JPS60215250A (en) 1985-10-28
JPS6212555B2 true 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
JPH047945U (en) * 1990-05-14 1992-01-24

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5432924A (en) * 1993-12-15 1995-07-11 Microsoft Corporation Method and system for selectively applying an appropriate object ownership model

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
JPH047945U (en) * 1990-05-14 1992-01-24

Also Published As

Publication number Publication date
JPS60215250A (en) 1985-10-28

Similar Documents

Publication Publication Date Title
KR920010978B1 (en) Computer system with interrupt controller
US5125087A (en) Method of resetting sequence of access to extended memory disrupted by interrupt processing in 80286 compatible system using code segment register
US4812981A (en) Memory management system improving the efficiency of fork operations
JPS6275735A (en) Emulating method
EP0230350A2 (en) Protection of data in a multiprogramming data processing system
US5003468A (en) Guest machine execution control system for virutal machine system
KR910007743B1 (en) Virtual computer system
JPS6049352B2 (en) data processing equipment
JPH01169557A (en) Storage control system for computer
JPS6212555B2 (en)
JPS6319058A (en) Memory device
EP0206335B1 (en) Interruption method for a data processing system
US5201052A (en) System for transferring first and second ring information from program status word register and store buffer
JPS61184643A (en) Starting control system for virtual computer
JPS603229B2 (en) Information processing method
JP2671160B2 (en) Exception handling method
JPS6032220B2 (en) information processing equipment
JPH0567973B2 (en)
JP2501393B2 (en) Direct memory access device
JPH0412861B2 (en)
JPH11249937A (en) Computer system
JPS592297A (en) Projection method of shared memory
JPH01300352A (en) Dump area instruction control system
JPS6118224B2 (en)
JPS6267648A (en) Processing system for exclusive control instruction