JPH04237336A - Program context control system - Google Patents

Program context control system

Info

Publication number
JPH04237336A
JPH04237336A JP2046191A JP2046191A JPH04237336A JP H04237336 A JPH04237336 A JP H04237336A JP 2046191 A JP2046191 A JP 2046191A JP 2046191 A JP2046191 A JP 2046191A JP H04237336 A JPH04237336 A JP H04237336A
Authority
JP
Japan
Prior art keywords
register
subset
context
superset
program
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
JP2046191A
Other languages
Japanese (ja)
Inventor
Hidekazu Saikaichi
西開地 秀和
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2046191A priority Critical patent/JPH04237336A/en
Publication of JPH04237336A publication Critical patent/JPH04237336A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To store and restore register even extended register values by detecting the execution of a super-setting program in a sub-setting side context at the time of switching the context. CONSTITUTION:At the time of switching a context being executed by a super- setting program 22d in a task 22, an extending register storing/extending function 15 detects the switching and stores the register values of an extending register group 12 i a stack 22c and a sub-setting register storing/restoring function 13 stores the register values of a sub-setting register group 11 in a context storing area 22b. In the case of restoring the register values, the sub-setting register group 11 is restored from the area 22b by the means 13, the extending register storing/extending function 15 restores the extending register group 12 fromt the stack 22c.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明はプログラムコンテキスト
制御方式に関し、特に2つの異なるレジスタセットのプ
ログラムを混在動作可能なマイクロプロセッサでのプロ
グラムコンテキスト制御方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program context control system, and more particularly to a program context control system in a microprocessor that can operate programs of two different register sets in a mixed manner.

【0002】0002

【従来の技術】従来、2つの異なるレジスタセットのプ
ログラムを混在動作可能なマイクロプロセッサでは、そ
れぞれのレジスタセット用のコンテキスト保存/復元手
段のみを備えている。例えば、インテル社製80386
/486マイクロプロセッサでは、16ビットのレジス
タセットを使用するプログラムと32ビットの拡張レジ
スタセットを使用するプログラムとが混在して動作可能
であり、それぞれのコンテキストを保存および復元する
手段として、それぞれ16ビットのTSS(Task 
 State  Segment)と32ビットのTS
Sとを備えているが、16ビットのTSSの下で32ビ
ットの拡張レジスタセットを使用するプログラムの動作
中にコンテキストを切り替える場合には、保存されるレ
ジスタ値は16ビットのレジスタセット分のみとなる(
インテル社発行80386/486各種マニュアル参照
)。
2. Description of the Related Art Conventionally, a microprocessor capable of running programs for two different register sets in a mixed manner has only a context saving/restoring means for each register set. For example, Intel 80386
The /486 microprocessor allows programs that use a 16-bit register set and programs that use a 32-bit extended register set to run together, each using a 16-bit TSS (Task
State Segment) and 32-bit TS
However, when switching contexts during the operation of a program that uses a 32-bit extended register set under a 16-bit TSS, only the register values for the 16-bit register set are saved. Become(
(Refer to various 80386/486 manuals published by Intel).

【0003】0003

【発明が解決しようとする課題】上述した従来のプログ
ラムコンテキスト制御方式では、サブセット側のコンテ
キスト上でスーパセット用プログラムが動作していたと
きにコンテキスト切替えが発生すると、保存されるのは
サブセット分のレジスタ値のみであったので、コンテキ
スト再開時にスーパセット用プログラムが正しく動作で
きなくなるという欠点がある。
[Problems to be Solved by the Invention] In the conventional program context control method described above, when a context switch occurs while a superset program is running on a context on the subset side, only the contents of the subset are saved. Since only register values were used, there is a drawback that the superset program cannot operate correctly when the context is restarted.

【0004】したがって、サブセット用に設計されたO
S(OperatingSystem)を使用する場合
、そのサブセット用OS上ではスーパセット用プログラ
ムを自由に使用することができず、逆にスーパセット用
プログラムを自由に結合して使用する場合、サブセット
用OSを改造してスーパセット用コンテキスト保存/復
元手段に対応させる必要があった。
[0004] Therefore, O
When using S (Operating System), superset programs cannot be freely used on the subset OS, and conversely, when superset programs are freely combined and used, the subset OS must be modified. It was necessary to make it compatible with superset context saving/restoring means.

【0005】このことは、2つのプログラムの実行環境
を活かして、複数のサブセット用OSおよびスーパセッ
ト用OSを1台のマイクロプロセッサ上で並行動作させ
るマルチOS機構の実現を困難にする問題の1つである
[0005] This is one of the problems that makes it difficult to realize a multi-OS mechanism in which a plurality of subset OSs and superset OSes are operated in parallel on one microprocessor by taking advantage of the execution environments of two programs. It is one.

【0006】本発明の目的は、上述の点に鑑み、コンテ
キスト切替え時にサブセット側のコンテキスト上でのス
ーパセット用プログラムの実行を検出し、サブセット用
コンテキスト保存/復元手段では保存および復元されな
い拡張分のレジスタ値までも保存および復元できるよう
にして、サブセット用OSとスーパセット用プログラム
とを自由に混在使用でき、さらに複数のサブセット用O
Sおよびスーパセット用OSを1台のマイクロプロセッ
サ上で並行動作させることができるようにしたプログラ
ムコンテキスト制御方式を提供することにある。
In view of the above-mentioned points, an object of the present invention is to detect execution of a superset program on a context on the subset side at the time of context switching, and to detect the execution of a superset program on the context of the subset side, and to detect the execution of a superset program on the context of the subset side, and to detect the execution of a superset program on the context of the subset side, and By making it possible to save and restore even register values, subset OS and superset programs can be freely used together, and multiple subset OS
An object of the present invention is to provide a program context control method that allows S and superset OS to operate in parallel on one microprocessor.

【0007】[0007]

【課題を解決するための手段】本発明のプログラムコン
テキスト制御方式では、一方をサブセットとし他方をス
ーパセットとする2つのレジスタセットのプログラムの
実行環境を同時に提供し混在動作可能とするマイクロプ
ロセッサにおいて、サブセットに対応してサブセット分
のレジスタ値を保存および復元するサブセット用コンテ
キスト保存/復元手段と、スーパセットに対応してスー
パセット分のレジスタ値を保存および復元するスーパセ
ット用コンテキスト保存/復元手段と、サブセット側の
コンテキスト上でスーパセット用プログラムが実行され
ていた場合を検出し前記サブセット用コンテキスト保存
/復元手段とは別に拡張分のレジスタ値を保存および復
元する拡張分コンテキスト保存/復元手段とを有する。
[Means for Solving the Problems] The program context control method of the present invention provides a microprocessor that simultaneously provides an execution environment for programs with two register sets, one as a subset and the other as a superset, and enables mixed operation. Subset context saving/restoring means for saving and restoring register values for a subset corresponding to a subset; and superset context saving/restoring means for saving and restoring register values for a superset corresponding to a superset. , extended context saving/restoring means for detecting when a superset program is being executed on a context on the subset side and saving and restoring extended register values separately from the subset context saving/restoring means; have

【0008】[0008]

【作用】本発明のプログラムコンテキスト制御方式では
、サブセット用コンテキスト保存/復元手段がサブセッ
トに対応してサブセット分のレジスタ値を保存および復
元し、スーパセット用コンテキスト保存/復元手段がス
ーパセットに対応してスーパセット分のレジスタ値を保
存および復元し、拡張分コンテキスト保存/復元手段が
サブセット側のコンテキスト上でスーパセット用プログ
ラムが実行されていた場合を検出しサブセット用コンテ
キスト保存/復元手段とは別に拡張分のレジスタ値を保
存および復元する。
[Operation] In the program context control method of the present invention, the context saving/restoring means for subset saves and restores register values for the subset in correspondence with the subset, and the context saving/restoring means for superset saves and restores register values for the subset in correspondence with the superset. The extended context save/restore means detects when a superset program is being executed on the context of the subset, and separately from the subset context save/restore means. Save and restore extended register values.

【0009】[0009]

【実施例】次に、本発明について図面を参照して詳細に
説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be explained in detail with reference to the drawings.

【0010】図1は、本発明の一実施例に係るプログラ
ムコンテキスト制御方式が適用されたマイクロプロセッ
サを模式的に示すブロック図である。このマイクロプロ
セッサは、CPU(Central  Process
ing  Unit)1と、メモリ2とから、その主要
部が構成されている。
FIG. 1 is a block diagram schematically showing a microprocessor to which a program context control method according to an embodiment of the present invention is applied. This microprocessor is a CPU (Central Process).
The main part thereof is composed of an input unit) 1 and a memory 2.

【0011】CPU1は、サブセットレジスタ群11と
、スーパセット用に拡張した拡張レジスタ群12とを持
ち、コンテキスト切替え時にレジスタ値を格納する機能
として、サブセット用レジスタ保存/復元機能13と、
スーパセット用レジスタ保存/復元機能14とを有する
。サブセット用レジスタ保存/復元機能13は、サブセ
ット用コンテキスト保存/復元手段に相当し、スーパセ
ット用レジスタ保存/復元機能14は、スーパセット用
コンテキスト保存/復元手段に相当する。また、CPU
1は、サブセット側のコンテキスト上でスーパセット用
プログラム24dが動作していた場合を検出し、拡張レ
ジスタ群12のレジスタ値を保存および復元する拡張分
レジスタ保存/復元機能15をマイクロプログラムとし
て持つ。拡張分レジスタ保存/復元機能15は、拡張分
コンテキスト保存/復元手段に相当する。
The CPU 1 has a subset register group 11 and an extended register group 12 expanded for supersets, and has a subset register save/restore function 13 as a function for storing register values at the time of context switching.
It has a superset register save/restore function 14. The subset register save/restore function 13 corresponds to a subset context save/restore means, and the superset register save/restore function 14 corresponds to a superset context save/restore means. Also, CPU
1 has an extension register save/restore function 15 as a microprogram that detects when the superset program 24d is operating on the context of the subset side and saves and restores the register values of the extension register group 12. The extension register save/restore function 15 corresponds to an extension context save/restore means.

【0012】メモリ2上には、サブセット用プログラム
22aを対象としたOS(以下、サブセット用OSとい
う)21と、サブセット用OS21上で動作するタスク
22と、スーパセット用プログラム24aを対象とした
OS(以下、スーパセット用OSという)23と、スー
パセット用OS23上で動作するタスク24とが存在す
るものとし、タスク実行環境をコンテキストと考え、タ
スク切替えや外部割込み発生時にCPU1のサブセット
用レジスタ保存/復元機能13,スーパセット用レジス
タ保存/復元機能14および拡張分レジスタ保存/復元
機能15を使用するものとする。
[0012] On the memory 2, there are an OS 21 (hereinafter referred to as subset OS) that targets a subset program 22a, a task 22 that runs on the subset OS 21, and an OS that targets a superset program 24a. (hereinafter referred to as the superset OS) 23 and a task 24 running on the superset OS 23, the task execution environment is considered as a context, and the subset registers of the CPU 1 are saved when switching tasks or when an external interrupt occurs. /restore function 13, superset register save/restore function 14, and extended register save/restore function 15.

【0013】タスク22上には、サブセットレジスタ群
11を使用するサブセット用プログラム22aと、サブ
セットレジスタ群11のレジスタ値を保存するコンテキ
スト保存領域22bと、拡張レジスタ群12のレジスタ
値を保存するスタック22cと、サブセットレジスタ群
11および拡張レジスタ群12を使用するスーパセット
用プログラム22dとが存在する。
On the task 22, there is a subset program 22a that uses the subset register group 11, a context storage area 22b that stores the register values of the subset register group 11, and a stack 22c that stores the register values of the extension register group 12. and a superset program 22d that uses the subset register group 11 and the extension register group 12.

【0014】タスク24上には、サブセットレジスタ群
11および拡張レジスタ群12を使用するスーパセット
用プログラム24aと、サブセットレジスタ群11のレ
ジスタ値および拡張レジスタ群12のレジスタ値を保存
するコンテキスト保存領域24bと、スタック24cと
が存在する。
On the task 24, there is a superset program 24a that uses the subset register group 11 and the extension register group 12, and a context storage area 24b that saves the register values of the subset register group 11 and the extension register group 12. and a stack 24c.

【0015】次に、このように構成された本実施例のプ
ログラムコンテキスト制御方式の動作について説明する
Next, the operation of the program context control system of this embodiment configured as described above will be explained.

【0016】タスク22上でサブセット用プログラム2
2aの実行中およびタスク24上でスーパセット用プロ
グラム24aを実行中にコンテキストが切り替わる場合
、CPU1のサブセット用レジスタ保存/復元機能13
およびスーパセット用レジスタ保存/復元機能14が、
サブセット用OS21およびスーパセット用OS23が
タスク22およびタスク24毎に用意しているコンテキ
スト保存領域22bおよびコンテキスト保存領域24b
に、それぞれのレジスタセットの範囲、つまりタスク2
2の場合にはサブセットレジスタ群11のみのレジスタ
値、タスク24の場合にはサブセットレジスタ群11の
レジスタ値および拡張レジスタ群12のレジスタ値をそ
れぞれ保存する。復元するときには、サブセット用レジ
スタ保存/復元機能13およびスーパセット用レジスタ
保存/復元機能14が、コンテキスト保存領域22bお
よびコンテキスト保存領域24bに保存されているレジ
スタ値をサブセットレジスタ群11ならびにサブセット
レジスタ群11および拡張レジスタ群12にそれぞれ復
元する。
Subset program 2 on task 22
2a or the superset program 24a on the task 24, the subset register save/restore function 13 of the CPU 1
and superset register save/restore function 14,
A context storage area 22b and a context storage area 24b prepared by the subset OS 21 and the superset OS 23 for each task 22 and task 24
The range of each register set, that is, task 2
In the case of task 2, the register values of only the subset register group 11 are saved, and in the case of task 24, the register values of the subset register group 11 and the register values of the extended register group 12 are respectively saved. When restoring, the subset register save/restore function 13 and the superset register save/restore function 14 save the register values saved in the context save area 22b and the context save area 24b into the subset register group 11 and the subset register group 11. and are restored to the extension register group 12, respectively.

【0017】タスク22上でスーパセット用プログラム
22dの実行中にコンテキストが切り替わる場合、拡張
分レジスタ保存/拡張機能15がこれを検出して拡張レ
ジスタ群12のレジスタ値をスタック22cに保存して
から、サブセット用レジスタ保存/復元機能13がサブ
セットレジスタ群11のレジスタ値をコンテキスト保存
領域22bに保存する。逆に、復元するときには、サブ
セット用レジスタ保存/復元機能13によるコンテキス
ト保存領域22bからのサブセットレジスタ群11の復
元の後に、拡張分レジスタ保存/拡張機能15がスタッ
ク22cから拡張レジスタ群12を復元する。
When the context is switched during the execution of the superset program 22d on the task 22, the extension register save/extension function 15 detects this and saves the register values of the extension register group 12 to the stack 22c. , the subset register save/restore function 13 saves the register values of the subset register group 11 in the context save area 22b. Conversely, when restoring, after the subset register saving/restoring function 13 restores the subset register group 11 from the context saving area 22b, the extension register saving/extending function 15 restores the extended register group 12 from the stack 22c. .

【0018】図2は、本発明の他の実施例に係るプログ
ラムコンテキスト制御方式が適用されたマイクロプロセ
ッサを模式的に示すブロック図である。このマイクロプ
ロセッサは、インテル社製80386/486マイクロ
プロセッサであり、図1の拡張分レジスタ保存/復元機
能15に相当する拡張分コンテキスト保存/復元手段を
、メモリ102上のスーパセット用OS123に含まれ
る混在検出/拡張レジスタ保存/復元プログラム125
により実現している。
FIG. 2 is a block diagram schematically showing a microprocessor to which a program context control method according to another embodiment of the present invention is applied. This microprocessor is an Intel 80386/486 microprocessor, and an extended context save/restore means corresponding to the extended register save/restore function 15 in FIG. Mixed detection/extended register save/restore program 125
This is realized by

【0019】CPU101は、16ビットレジスタ群1
11と、32ビット用に拡張した拡張レジスタ群112
とを持ち、コンテキスト切替え時にレジスタ値を格納す
る機能として、サブセット用レジスタ保存/復元機能1
13と、スーパセット用レジスタ保存/復元機能114
とを有する。
The CPU 101 has a 16-bit register group 1.
11 and an extended register group 112 expanded for 32 bits.
It has a subset register save/restore function 1 as a function to store register values when switching contexts.
13 and superset register save/restore function 114
and has.

【0020】メモリ102上には、16ビットプログラ
ム122aを対象としたサブセット用OS121と、サ
ブセット用OS121上で動作するタスク122と、3
2ビットプログラム124aを対象としたスーパセット
用OS123と、スーパセット用OS123上で動作す
るタスク124とが存在するものとする。
On the memory 102, a subset OS 121 for a 16-bit program 122a, a task 122 running on the subset OS 121, and 3
It is assumed that there is a superset OS 123 that targets the 2-bit program 124a, and a task 124 that operates on the superset OS 123.

【0021】タスク122上には、16ビットレジスタ
群111を使用する16ビットプログラム122aと、
16ビットレジスタ群111のレジスタ値を保存する1
6ビットTSS122bと、拡張レジスタ群112のレ
ジスタ値を保存するスタック122cと、32ビットレ
ジスタ群(16ビットレジスタ群111および拡張レジ
スタ群112)を使用する32ビットプログラム122
dとが存在する。
On the task 122, there is a 16-bit program 122a that uses the 16-bit register group 111;
1 to save register values of 16-bit register group 111
A 32-bit program 122 that uses a 6-bit TSS 122b, a stack 122c that stores register values of the extension register group 112, and a 32-bit register group (16-bit register group 111 and extension register group 112).
d exists.

【0022】タスク124上には、32ビットレジスタ
群(16ビットレジスタ群111および拡張レジスタ群
112)を使用する32ビットプログラム124aと、
32ビットレジスタ群(16ビットレジスタ群111お
よび拡張レジスタ群112)のレジスタ値を保存する3
2ビットTSS124bと、スタック124cとが存在
する。
On the task 124, there is a 32-bit program 124a that uses a 32-bit register group (16-bit register group 111 and extension register group 112);
3 to save register values of 32-bit register group (16-bit register group 111 and extension register group 112)
There is a 2-bit TSS 124b and a stack 124c.

【0023】このように構成された本実施例のプログラ
ムコンテキスト制御方式では、スーパセット用OS12
3に含まれる混在検出/拡張レジスタ保存/復元プログ
ラム125は、サブセット用OS121上でのタスク切
替え時やすべての外部割込み受付け時に呼び出され、そ
の時点でのコンテキストとプログラムのレジスタセット
との違いを検出し、図1の拡張分レジスタ保存/復元機
能15と同様に動作する。したがって、本実施例のプロ
グラムコンテキスト制御方式の動作は、図1に示した実
施例のプログラムコンテキスト制御方式の動作とほぼ同
様となるので、その詳しい説明は割愛する。
In the program context control method of this embodiment configured as described above, the superset OS 12
The mixture detection/extended register save/restore program 125 included in 3 is called when switching tasks on the subset OS 121 or when accepting all external interrupts, and detects the difference between the context at that point and the register set of the program. However, it operates in the same manner as the extended register save/restore function 15 in FIG. Therefore, since the operation of the program context control method of this embodiment is almost the same as the operation of the program context control method of the embodiment shown in FIG. 1, a detailed explanation thereof will be omitted.

【0024】[0024]

【発明の効果】以上説明したように本発明は、コンテキ
スト切替え時にサブセット側のコンテキスト上でのスー
パセット用プログラムの実行を検出し、サブセット用コ
ンテキスト保存/復元手段では保存および復元されない
拡張分のレジスタ値までも保存および復元できるように
したことにより、サブセット用OSとスーパセット用プ
ログラムとを自由に混在使用でき、さらに複数のサブセ
ット用OSおよびスーパセット用OSを並行動作させる
ことができるという効果を有する。
As described above, the present invention detects the execution of a superset program on a context on the subset side when switching contexts, and stores extended registers that are not saved or restored by the subset context saving/restoring means. By making it possible to save and restore even values, subset OS and superset programs can be freely used together, and multiple subset OSes and superset OSes can be operated in parallel. have

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

【図1】本発明の一実施例に係るプログラムコンテキス
ト制御方式が適用されたマイクロプロセッサを模式的に
示すブロック図である。
FIG. 1 is a block diagram schematically showing a microprocessor to which a program context control method according to an embodiment of the present invention is applied.

【図2】本発明の他の実施例に係るプログラムコンテキ
スト制御方式が適用されたマイクロプロセッサを模式的
に示すブロック図である。
FIG. 2 is a block diagram schematically showing a microprocessor to which a program context control method according to another embodiment of the present invention is applied.

【符号の説明】[Explanation of symbols]

1,101  CPU 2,102  メモリ 11  サブセットレジスタ群 12  拡張レジスタ群 13,113  サブセット用レジスタ保存/復元機能
14,114  スーパセット用レジスタ保存/復元機
能15  拡張レジスタ保存/復元機能 21,121  サブセット用OS 22,122  サブセット用OS上のタスク22a 
 サブセット用プログラム 22b  コンテキスト保存領域 22c,122c  スタック 22d  スーパセット用プログラム 23,123  スーパセット用OS 24,124  スーパセット用OS上のタスク24a
  スーパセット用プログラム 24b  コンテキスト保存領域 24c,124c  スタック 111  16ビットレジスタ群 112  拡張レジスタ群 122a  16ビットプログラム 122b  16ビットTSS 122d  32ビットプログラム 124a  32ビットプログラム 124b  32ビットTSS
1,101 CPU 2,102 Memory 11 Subset register group 12 Extension register group 13, 113 Subset register save/restore function 14, 114 Superset register save/restore function 15 Extended register save/restore function 21, 121 Subset OS 22,122 Task 22a on the subset OS
Subset program 22b Context storage area 22c, 122c Stack 22d Superset program 23, 123 Superset OS 24, 124 Task 24a on superset OS
Superset program 24b Context storage area 24c, 124c Stack 111 16-bit register group 112 Extension register group 122a 16-bit program 122b 16-bit TSS 122d 32-bit program 124a 32-bit program 124b 32-bit TSS

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  一方をサブセットとし他方をスーパセ
ットとする2つのレジスタセットのプログラムの実行環
境を同時に提供し混在動作可能とするマイクロプロセッ
サにおいて、サブセットに対応してサブセット分のレジ
スタ値を保存および復元するサブセット用コンテキスト
保存/復元手段と、スーパセットに対応してスーパセッ
ト分のレジスタ値を保存および復元するスーパセット用
コンテキスト保存/復元手段と、サブセット側のコンテ
キスト上でスーパセット用プログラムが実行されていた
場合を検出し前記サブセット用コンテキスト保存/復元
手段とは別に拡張分のレジスタ値を保存および復元する
拡張分コンテキスト保存/復元手段とを有することを特
徴とするプログラムコンテキスト制御方式。
1. A microprocessor that simultaneously provides an execution environment for programs with two register sets, one as a subset and the other as a superset, and enables mixed operation, wherein register values for the subset are stored and stored in correspondence with the subset. A context saving/restoring means for the subset to be restored, a superset context saving/restoring means for saving and restoring register values for the superset corresponding to the superset, and a superset program executed on the context on the subset side. 1. A program context control method, comprising: an extended context saving/restoring means for detecting a case where the subset context saving/restoring means saves and restores an extended register value separately from the subset context saving/restoring means.
JP2046191A 1991-01-21 1991-01-21 Program context control system Pending JPH04237336A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2046191A JPH04237336A (en) 1991-01-21 1991-01-21 Program context control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2046191A JPH04237336A (en) 1991-01-21 1991-01-21 Program context control system

Publications (1)

Publication Number Publication Date
JPH04237336A true JPH04237336A (en) 1992-08-25

Family

ID=12027723

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2046191A Pending JPH04237336A (en) 1991-01-21 1991-01-21 Program context control system

Country Status (1)

Country Link
JP (1) JPH04237336A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07141202A (en) * 1992-10-29 1995-06-02 Internatl Business Mach Corp <Ibm> System and method for controlling context

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07141202A (en) * 1992-10-29 1995-06-02 Internatl Business Mach Corp <Ibm> System and method for controlling context

Similar Documents

Publication Publication Date Title
KR100311581B1 (en) Dynamic extension of static device drivers
US8176219B1 (en) Router having routing engine software instance and interaface controller software instance on a single processor
JP2655615B2 (en) Information processing device
US6205414B1 (en) Methodology for emulation of multi-threaded processes in a single-threaded operating system
EP0644481A1 (en) Back-up logic for dual execution unit processor
EP0290942B1 (en) Guest machine execution control system for virtual machine system
JPH04237336A (en) Program context control system
JP2000020352A (en) Stack overflow detecting method and stack underflow detecting method
JPS63106836A (en) Different architecture emulation system
JPH0264740A (en) Microprocessor
JPS61184644A (en) Control system of virtual computer system
JPS6243734A (en) Microprocessor
JPH01136251A (en) Self-diagnosing system
JPH0552535B2 (en)
JPH05165652A (en) Task switching control method
US5778207A (en) Assisting operating-system interrupts using application-based processing
JPH0758470B2 (en) Virtual machine interrupt control method
JPH0713778A (en) Device and method for process communication control
JP2844624B2 (en) Data processing device
JPS623345A (en) Interruption system
JPH0764802A (en) Simulation device for real-time system
JPH05250161A (en) Microcomputer device
JPS61210440A (en) Level tracing device
JPS63109545A (en) Self-diagnostic system for hardware
JPS63278147A (en) Control system for preventing erroneous use of register