JPH04190426A - Memory access device - Google Patents

Memory access device

Info

Publication number
JPH04190426A
JPH04190426A JP2324824A JP32482490A JPH04190426A JP H04190426 A JPH04190426 A JP H04190426A JP 2324824 A JP2324824 A JP 2324824A JP 32482490 A JP32482490 A JP 32482490A JP H04190426 A JPH04190426 A JP H04190426A
Authority
JP
Japan
Prior art keywords
interrupt
period
detection output
storage means
identification information
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
JP2324824A
Other languages
Japanese (ja)
Inventor
Shinya Kato
慎哉 加藤
Takahito Noda
野田 敬人
Yuji Kamisaka
神阪 裕士
Kazukana Nonomura
野々村 一奏
Toru Watabe
徹 渡部
Takumi Takeno
巧 竹野
Takumi Maruyama
拓巳 丸山
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2324824A priority Critical patent/JPH04190426A/en
Publication of JPH04190426A publication Critical patent/JPH04190426A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To prevent an interruption flag from being reset during an interruption processing period by storing an interruption detection output when an interruption accompanying address conversion from a logical address to a physical address is detected, and holding the storage state throughout the interruption processing period. CONSTITUTION:When an address conversion exception is generated, an interruption detecting circuit 21 detects the interruption and the output of the circuit 21 goes up to 'H'. At this time, data '1' is held in a period discrimination register 24, the output of an AND circuit 251 becomes '1', and an interruption flag 22 is set to '1' through an OR circuit 253. Then when an interruption processing circuit 23 starts the interruption processing, the contents of the register 24 are changed into '0', the gate of the circuit 251 is closed, and the gate of a circuit 252 is opened. When the interruption processing ends, a circuit 23 changes the data in the register 24 into '1' and the flag 22 is reset. The flag 22 is therefore prevented from being reset in the interruption processing period.

Description

【発明の詳細な説明】 〔発明の概要] ページング方式やセグメンテーション方式等の仮想記憶
方式に基づいて主記憶装置をアクセスするメモリアクセ
ス装置に関し、 割込み処理性能を低下させることなく、割込みフラグの
変化を防止することができるメモリアクセス装置を提供
することを目的とし、 仮想記憶方式に基づいて主記憶をアクセスするメモリア
クセス装置において、論理アドレスから物理アドレスへ
のアドレス変換に伴う割込みを検出する割込み検出手段
と、この割込み検出手段の検出出力を記憶する割込み検
出出力記憶手段と、割込み処理期間中、この割込み検出
出力記憶手段の記憶状態を保持する記憶状態保持手段と
を具備するように構成する。
[Detailed Description of the Invention] [Summary of the Invention] Regarding a memory access device that accesses a main storage device based on a virtual memory method such as a paging method or a segmentation method, changes in interrupt flags can be controlled without deteriorating interrupt processing performance. Interrupt detection means for detecting interrupts associated with address conversion from a logical address to a physical address in a memory access device that accesses main memory based on a virtual memory method. The interrupt detection output storage means stores the detection output of the interrupt detection means, and the storage state holding means holds the storage state of the interrupt detection output storage means during the interrupt processing period.

〔産業上の利用分野〕[Industrial application field]

この発明は、ページング方式やセグメンテーション方式
等の仮想記憶方式に基づいて主記憶装置をアクセスする
メモリアクセス装置に関する。
The present invention relates to a memory access device that accesses a main storage device based on a virtual storage method such as a paging method or a segmentation method.

仮想記憶方式のメモリアクセス装置においては、動的ア
ドレス変換機構を用いて、論理アドレスを物理アドレス
に変換することにより、玉記憶装置をアクセスするよう
になっている。
In a virtual memory type memory access device, a physical memory device is accessed by converting a logical address into a physical address using a dynamic address conversion mechanism.

このようなメモリアクセス装置においては、アドレス変
換時、連想記憶フォルト、プロテクションフォルト、ペ
ージフォルト等のアドレス変換例外が生しることがある
In such a memory access device, address translation exceptions such as an associative memory fault, protection fault, and page fault may occur during address translation.

ここで、連想記憶フォルトとは、第4図に示すように、
連想記憶装置(TLB)を索引して論理アドレスを物理
アドレスに変換する際、連想記憶装置に論理ページアド
レスに対応する物理ページアドレスが存在しないために
生しるフォルトである。
Here, associative memory fault is, as shown in Figure 4,
This is a fault that occurs when a content addressable memory (TLB) is indexed to convert a logical address into a physical address because there is no physical page address corresponding to the logical page address in the content addressable memory.

また、プロテクションフォルトとは、主記憶装置上でア
クセスが禁止されている領域がアクセスされることによ
り生しるフォルトである。
Furthermore, a protection fault is a fault that occurs when a prohibited area on the main storage device is accessed.

また、ページフォルトとは、主記憶装置上に対応するペ
ージが存在しない場合に生しるフォルトである。
Furthermore, a page fault is a fault that occurs when a corresponding page does not exist on the main storage device.

このページフォルトは、例えば、第5図に示すようなペ
ージクロスが生しる場合に発生する。
This page fault occurs, for example, when a page cross as shown in FIG. 5 occurs.

すなわち、今、主記憶装置に例えば4バイトのデータを
書き込もうとした場合、この4ハイドのデータが2つの
ページにまたがると、ページクロスが生しる。このペー
ジクロスが生しても、主記憶装置を物理アドレスでアク
セスしている場合は問題がない。しかし、論理アドレス
でアクセスする場合は、次のページがどこにあるがわか
らないため、ページフォルトが生しる場合がある。
That is, if an attempt is made to write, for example, 4-byte data to the main memory, a page cross will occur if this 4-byte data spans two pages. Even if this page cross occurs, there is no problem if the main storage device is accessed using physical addresses. However, when accessing using a logical address, a page fault may occur because it is not known where the next page is.

仮想記憶方式のメモリアクセス装置においては、上述し
たようなアドレス変換例外が生じると、割込みが発生し
、マイクロプログラム等による割込み処理により、アド
レス変換例外に対処するようになっている。この場合、
割込み発生情報は、割込みフラグに記憶され、割込み処
理が絆了した時点で、リセットされるようになっている
In a virtual memory type memory access device, when an address translation exception as described above occurs, an interrupt is generated, and the address translation exception is handled by interrupt processing by a microprogram or the like. in this case,
The interrupt occurrence information is stored in the interrupt flag, and is reset when the interrupt processing is completed.

ところで、仮想記憶方式のメモリアクセス装置において
は、通常、物理アドレスにより割込み処理時のメモリア
クセスを行うようになっている。
Incidentally, in a virtual memory type memory access device, memory access during interrupt processing is normally performed using a physical address.

しかし、このようにすると、メモリアクセス時、いちい
ち、割込み検出回路で物理アドレスでアクセスするのか
論理アドレスでアクセスするのかを判定する必要がある
ため、割込み検出時間が長くなる。
However, in this case, when accessing the memory, it is necessary for the interrupt detection circuit to determine whether to access the memory using a physical address or a logical address, which increases the interrupt detection time.

そこで、近年、割込み検出は行なうが、アドレスとして
は、物理アドレスを用いて、メモリをアクセスするメモ
リアクセス装置が開発されている。
Therefore, in recent years, memory access devices have been developed that perform interrupt detection but access memory using physical addresses as addresses.

しかし、このメモリアクセス装置の場合、割込み処理時
、アドレス変換により割込みフラグの内容が変化してし
まうため、これを防止する必要がある。
However, in the case of this memory access device, the contents of the interrupt flag change due to address conversion during interrupt processing, so it is necessary to prevent this.

[従来の技術] 従来は、第6回に示すように、メモリアクセスを行う前
に、割込みフラグのデータを一旦セーブし、メモリアク
セスが終了した段階でセーブしたデータを割込みフラグ
にリストアすることにより、割込みフラグのりセントを
防止するようになっている。
[Prior Art] Conventionally, as shown in Part 6, interrupt flag data is temporarily saved before memory access is performed, and the saved data is restored to the interrupt flag when memory access is completed. , the interrupt flag is designed to prevent glue cents.

しかし、割込み処理期間中には、ページテーブルの変換
等種々様々なメモリアクセスがある。したがって、上記
のように、メモリアクセスのたびに、割込みフラグの内
容をセーブ/リストアするi成では、マイクロプログラ
ムの処理ステップが増加し、割込み処理の性能が低下し
てしまう。
However, during the interrupt processing period, there are various memory accesses such as page table conversion. Therefore, as described above, in the i-configuration in which the contents of the interrupt flag are saved/restored every time the memory is accessed, the number of processing steps of the microprogram increases and the performance of interrupt processing deteriorates.

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

以上述べたように、従来の仮想記憶方式のメモリアクセ
ス装置においては、メモリアクセスごとに割込みフラグ
の内容をセーブ/リストアすることにより、剖込みフラ
グのりセットを防止するようになっているため、割込み
処理性能が低下してしまうという問題があった。
As mentioned above, in conventional virtual memory type memory access devices, the contents of the interrupt flag are saved/restored for each memory access to prevent the interrupt flag from being set. There was a problem that processing performance deteriorated.

そこで、この発明は、割込み処理性能を低下させること
なく、割込みフラグのリセツトを防止することができる
メモリアクセス装置を提供することを目的とする。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a memory access device that can prevent interrupt flags from being reset without reducing interrupt processing performance.

〔課題を解決するための手段] 第1図は、この発明の原理構成を示すブロック図である
[Means for Solving the Problems] FIG. 1 is a block diagram showing the basic configuration of the present invention.

図において、11は、論理アドレスから物理アドレスへ
のアドレス変換に伴う割込みを検出する割込み検出手段
である。
In the figure, reference numeral 11 denotes an interrupt detection means for detecting an interrupt associated with address conversion from a logical address to a physical address.

12は、この割込み検出手段11の検出出力を記憶する
割込み検出出力記憶手段である。
Reference numeral 12 denotes an interrupt detection output storage means for storing the detection output of the interrupt detection means 11.

13は、割込み処理期間中、この割込み検出出力記憶手
段12の記憶状態を保持する記憶状態保持手段である。
Reference numeral 13 denotes a storage state holding means for holding the storage state of the interrupt detection output storage means 12 during the interrupt processing period.

[作用] 上記構成においては、割込み検出手段11により割込み
が検出されると、この割込み発生情報は、割込み検出出
力記憶手段12に記憶される。この割込み検出出力記憶
手段I2に記憶された割込み発生情報は、割込み処理期
間中、記憶状態保持手段13により保持される。
[Operation] In the above configuration, when an interrupt is detected by the interrupt detection means 11, this interrupt occurrence information is stored in the interrupt detection output storage means 12. The interrupt occurrence information stored in the interrupt detection output storage means I2 is held by the storage state holding means 13 during the interrupt processing period.

これにより、割込み処理期間中に、メモリアクセスによ
るアドレス変換が行われた場合でも、割込み検出出力記
憶手段12がす七ノドされることがない。
As a result, even if address conversion is performed by memory access during the interrupt processing period, the interrupt detection output storage means 12 will not be overwritten.

〔実施例〕〔Example〕

以下、図面を参照しながらこの発明の実施例を詳細に説
明する。
Embodiments of the present invention will be described in detail below with reference to the drawings.

第2図は、この発明に係るメモリアクセス装置の一実施
例の構成を示すブロック図である。
FIG. 2 is a block diagram showing the configuration of an embodiment of a memory access device according to the present invention.

図において、2Iはアドレス変換例外に起因する割込み
を検出する割込み検出回路である。
In the figure, 2I is an interrupt detection circuit that detects interrupts caused by address translation exceptions.

この割込み検出回路21は、例えば、通常はローレベル
の信号を出力し、割込みを検出すると、一定期間ハイレ
ベルの信号を出力する。
For example, the interrupt detection circuit 21 normally outputs a low level signal, and when an interrupt is detected, outputs a high level signal for a certain period of time.

22は、割込み検出回路21の検出出力を保持する割込
みフラグである。
22 is an interrupt flag that holds the detection output of the interrupt detection circuit 21.

この割込みフラグ22には、後述するように、割込みが
検出されると、1ビ、トのデータrl。
As will be described later, this interrupt flag 22 contains 1 bit of data rl when an interrupt is detected.

がセントされる。これに対し、割込みが検出されない場
合は、1ビツトのデータ「0」がセントされる。
is cent. On the other hand, if no interrupt is detected, 1-bit data "0" is sent.

23は、割込みフラグ22にデータr1.がセットされ
ると、割込み処理を実行する割込み処理回路である。
23 sets the data r1. to the interrupt flag 22. This is an interrupt processing circuit that executes interrupt processing when is set.

この割込み処理回路23は、例えば、マイクロプログラ
ムに基づいて、割込み処理を実行する。
This interrupt processing circuit 23 executes interrupt processing based on, for example, a microprogram.

24は、割込み処理期間中か否かを示す期間識別データ
を保持する期間識別レジスタである。
24 is a period identification register that holds period identification data indicating whether or not the interrupt processing period is in progress.

ここで、期間識別データは、通常の処理期間を示す場合
は、1ビツトのデータ’IJとされ、割込み処理期間を
示す場合は、lビットのデータ「0」とされている。
Here, the period identification data is 1-bit data 'IJ' when indicating a normal processing period, and 1-bit data ``0'' when indicating an interrupt processing period.

なお、この期間識別レジスタ24のデータは、割込み処
理の開始時、割込み処理回路23により、「1」から「
0」に変更される。
Note that the data in the period identification register 24 is changed from "1" to "1" by the interrupt processing circuit 23 at the start of interrupt processing.
0”.

25は、期間識別レジスタ24の内容に基づいて、割込
み処理期間中は、割込みフラグ22の記憶状態を保持す
るゲート回路である。
A gate circuit 25 maintains the storage state of the interrupt flag 22 during the interrupt processing period based on the contents of the period identification register 24.

このゲート回路25は、アント回路251,252、反
転回路253、オア回路254から成る。
This gate circuit 25 includes ant circuits 251 and 252, an inversion circuit 253, and an OR circuit 254.

ここで、アンド回路251には、割込み検出回路21の
検出出力と期間識別レジスタ24の記憶データが供給さ
れる。また、アント回路252には、割込みフラグ22
の記憶データと期間識別レジスタ24の記憶データを反
転回路254で反転したものとが供給される。また、オ
ア回路253には、アンド回路251,252の出力が
供給される。このオア回路253の出力は、割込みフラ
グ22に供給される。
Here, the AND circuit 251 is supplied with the detection output of the interrupt detection circuit 21 and the data stored in the period identification register 24. The antenna circuit 252 also includes an interrupt flag 22.
The data stored in the period identification register 24 and the data stored in the period identification register 24 inverted by an inversion circuit 254 are supplied. Further, the outputs of the AND circuits 251 and 252 are supplied to the OR circuit 253. The output of this OR circuit 253 is supplied to the interrupt flag 22.

上記構成において、動作を説明する。In the above configuration, the operation will be explained.

通常の処理期間においては、割込みフラグ22にはデー
タr□Jがセットされている。また、期間識別レジスタ
24には、データr1.がセントされている。
During a normal processing period, data r□J is set in the interrupt flag 22. The period identification register 24 also contains data r1. There are cents.

このような状態において、アドレス変換例外が生しると
、割込み検出回路21により、割込みが検出される。こ
れにより、割込ろ検出回路21の出力がハイレベルとな
る。このとき、期間識別レジスタ24には、データ[1
,が保持されているため、アンド回路251の出力は「
1」となる。
In such a state, when an address translation exception occurs, the interrupt detection circuit 21 detects an interrupt. As a result, the output of the interrupt detection circuit 21 becomes high level. At this time, the period identification register 24 contains data [1
, is held, the output of the AND circuit 251 is "
1".

この出力はオア回路253を介して割込みフラグ22に
供給される。これにより、割込みフラグ22には、割込
みが検出されたことを示すデータ「1.がセントされる
This output is supplied to the interrupt flag 22 via the OR circuit 253. As a result, data "1." indicating that an interrupt has been detected is placed in the interrupt flag 22.

割込みフラグ22にデータ「1コがセットされることに
より、割込み処理回路23により割込み処理が開始され
る。この割込み処理においては、第3図に示すように、
まず、期間識別レジスタ24の内容がrl、から「0」
に変更される(ステップSL)。この後、実際の割込み
処理が行われる。
By setting the data "1" in the interrupt flag 22, the interrupt processing circuit 23 starts interrupt processing. In this interrupt processing, as shown in FIG.
First, the content of the period identification register 24 changes from rl to "0".
(step SL). After this, actual interrupt processing is performed.

期間識別レジスタ24の内容が「1」がら「0」に変更
されることにより、アント°回路251のゲートが閉じ
られる。一方、アンド回路252のゲートは開かれる。
By changing the content of the period identification register 24 from "1" to "0", the gate of the antenna circuit 251 is closed. On the other hand, the gate of AND circuit 252 is opened.

これは、期間識別レジスタ24の記憶データ「OJが反
転回路254により「1」に反転された状態で、アンド
回路252に供給されるからである。
This is because the data "OJ" stored in the period identification register 24 is inverted to "1" by the inverting circuit 254 and then supplied to the AND circuit 252.

アンド回路252のゲートが開かれることにより、割込
みフラグ22の出力がアンド回路252とオア回路25
3を介して割込みフラグ22に供給される。これにより
、割込みフラグ22の記憶データは、「1」に保持され
る。
By opening the gate of the AND circuit 252, the output of the interrupt flag 22 is transferred between the AND circuit 252 and the OR circuit 252.
3 to the interrupt flag 22. As a result, the data stored in the interrupt flag 22 is held at "1".

この状態は、割込み処理期間中、保持される。This state is maintained during interrupt processing.

これは、割込み処理期間中、期間識別レジスタ24の記
憶データが「1」に保持されるからである。
This is because the data stored in the period identification register 24 is held at "1" during the interrupt processing period.

これにより、第3図に示すように、割込み処理期間中に
メモリアクセスがあっても(ステップSf、Sm)、割
込みフラグ22の記憶データは、「1」に固定される。
As a result, as shown in FIG. 3, even if there is a memory access during the interrupt processing period (steps Sf, Sm), the stored data of the interrupt flag 22 is fixed to "1".

実際の割込み処理が終了すると、割込み処理回路23に
より、期間識別レジスタ24の記憶データが、r□、か
ら「1jに変更される(ステップSn)。これにより、
アンド回WI251のゲートが開かれる。一方、アンド
回路252がゲートは閉しられる。
When the actual interrupt processing is completed, the interrupt processing circuit 23 changes the stored data in the period identification register 24 from r□ to "1j" (step Sn).
The gate of AND time WI251 is opened. On the other hand, the gate of AND circuit 252 is closed.

アンド回路251のゲートが開かれることにより、割込
み検出回路21の検出出力が割込みフラグ22に供給さ
れる。このとき、割込み検出回路21の出力は、゛すで
に、ローレベルとなっている。
By opening the gate of the AND circuit 251, the detection output of the interrupt detection circuit 21 is supplied to the interrupt flag 22. At this time, the output of the interrupt detection circuit 21 is already at a low level.

したがって、割込みフラグ22には、データ701・が
セットされる。これにより、割込みフラグ22は、割込
み処理の終了とともにリセットされることになる。
Therefore, the interrupt flag 22 is set to data 701. As a result, the interrupt flag 22 is reset at the end of the interrupt process.

以上詳述したようにこの実施例は、期間識別レジスタ2
4とゲート回路25を設け、割込み処理期間中は、割込
みフラグ22の記憶データを保持するようにしたもので
ある。
As detailed above, in this embodiment, the period identification register 2
4 and a gate circuit 25 are provided, and the data stored in the interrupt flag 22 is held during the interrupt processing period.

これにより、この実施例によれば、割込み処理期間中、
メモリアクセスのたびに、割込みフラグ22の記憶デー
タをセーブ/リストアする必要がないので、割込み処理
性能を低下させることなく、割込みフラグのリセットを
防止することができる。
As a result, according to this embodiment, during the interrupt processing period,
Since it is not necessary to save/restore the data stored in the interrupt flag 22 every time the memory is accessed, it is possible to prevent the interrupt flag from being reset without degrading interrupt processing performance.

また、セーブ/リストアの処理忘れ等を無くすことがで
きるので、割込み処理の信転性を向上させることができ
る。
Furthermore, since forgetting save/restore processing can be eliminated, reliability of interrupt processing can be improved.

以上この発明の一実施例を詳細に説明したが、この発明
は、このような実施例に限定されるものではなく、ほか
にも種々様々変形実施可能なことは勿論である。
Although one embodiment of the present invention has been described in detail above, the present invention is not limited to this embodiment, and it goes without saying that various other modifications can be made.

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

以上述べたようにこの発明によれば、割込みフラグの内
容をセーブ/リストアすることなく、保持することがで
きるので、割込み処理性能を低下させることなく、割込
みフラグのりセットを防止することができる。
As described above, according to the present invention, the contents of the interrupt flag can be held without being saved/restored, so that setting of the interrupt flag can be prevented without deteriorating interrupt processing performance.

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

第1図は、この発明の原理構成を示すプロ・ツク図、 第2図は、この発明の一実施例の構成を示すブロック図
、 第3図は、第2図の動作を説明するためのフローチャー
ト図、 第4図は、連想記憶フォルトを説明するための図、 第5図は、ページクロスを説明するための図、第6図は
、従来のメモリアクセス装置の動作を示スフローチ島−
ト図である。 図において、 11・・・割込み検出手段、 12・・・割込み検出出力記憶手段、 13・・・記憶状態保持手段、 21・・・割込み検出回路、 22・・・割込みフラグ、 23・・・割込み処理回路、 24・・・期間識別レジスタ、 25・・・ゲート回路。 図中、同一符号は同一または相当部分を示す。
FIG. 1 is a block diagram showing the principle configuration of this invention, FIG. 2 is a block diagram showing the configuration of an embodiment of this invention, and FIG. 3 is a block diagram showing the operation of FIG. 2. Flow chart diagram, FIG. 4 is a diagram for explaining associative memory fault, FIG. 5 is a diagram for explaining page cross, and FIG. 6 is a diagram for explaining the operation of a conventional memory access device.
This is a diagram. In the figure, 11... Interrupt detection means, 12... Interrupt detection output storage means, 13... Memory state holding means, 21... Interrupt detection circuit, 22... Interrupt flag, 23... Interrupt Processing circuit, 24... Period identification register, 25... Gate circuit. In the drawings, the same reference numerals indicate the same or corresponding parts.

Claims (5)

【特許請求の範囲】[Claims] (1)仮想記憶方式に基づいて主記憶装置をアクセスす
るメモリアクセス装置において、 論理アドレスから物理アドレスへのアドレス変換に伴う
割込みを検出する割込み検出手段(11)と、この割込
み検出手段(11)の検出出力を記憶する割込み検出出
力記憶手段(12)と、 割込み処理期間中、この割込み検出出力記憶手段(12
)の記憶状態を保持する記憶状態保持手段(13)とを
具備したことを特徴とするメモリアクセス装置。
(1) In a memory access device that accesses a main memory based on a virtual memory method, an interrupt detection means (11) that detects an interrupt associated with address conversion from a logical address to a physical address; an interrupt detection output storage means (12) for storing the detection output of the interrupt detection output storage means (12);
1. A memory access device comprising: storage state holding means (13) for holding a storage state of (13).
(2)前記記憶状態保持手段(13)は、 割込み処理期間中か否かを示す期間識別情報を記憶する
期間識別情報記憶手段(24)を有し、この期間識別情
報記憶手段(24)に記憶されている期間識別情報に基
づいて、割込み処理期間中、前記割込み検出出力記憶手
段(12)の記憶状態を保持するように構成されている
ことを特徴とする請求項1記載のメモリアクセス装置。
(2) The storage state holding means (13) has a period identification information storage means (24) for storing period identification information indicating whether or not the interrupt processing period is in progress; The memory access device according to claim 1, wherein the memory access device is configured to maintain the storage state of the interrupt detection output storage means (12) during the interrupt processing period based on the stored period identification information. .
(3)前記記憶状態保持手段(13)は、 割込み処理期間中、前記割込み検出出力記憶手段(12
)の記憶情報を、この割込み検出出力記憶手段(12)
に入力情報として供給することにより、この割込み検出
出力記憶手段(12)の記憶状態を保持するように構成
されていることを特徴とする請求項1記載のメモリアク
セス装置。
(3) The storage state holding means (13) stores the interrupt detection output storage means (12) during the interrupt processing period.
) is stored in this interrupt detection output storage means (12).
2. The memory access device according to claim 1, wherein the memory access device is configured to maintain the storage state of the interrupt detection output storage means (12) by supplying the interrupt detection output storage means (12) as input information.
(4)前記記憶状態保持手段(13)は、 割込み処理期間中か否かを示す期間識別情報を記憶する
期間識別情報記憶手段(24)と、この期間識別情報記
憶手段(24)に、割込み処理期間中であることを示す
期間識別情報が記憶されると、前記割込み検出出力記憶
手段(12)の記憶情報を、この割込み検出出力記憶手
段(12)に入力情報として供給するゲート手段(25
)と を具備するように構成されていることを特徴とする請求
項1記載のメモリアクセス装置。
(4) The storage state holding means (13) includes a period identification information storage means (24) that stores period identification information indicating whether or not an interrupt processing period is in progress, and a period identification information storage means (24) that stores an interrupt processing period. When the period identification information indicating that the processing period is in progress is stored, gate means (25) supplies the stored information of the interrupt detection output storage means (12) to the interrupt detection output storage means (12) as input information.
2. The memory access device according to claim 1, wherein the memory access device is configured to include: ).
(5)前記記憶状態保持手段(13)は、 前記割込み検出出力記憶手段(12)に、割込みが発生
したことを示す検出出力が記憶されると、割込み処理期
間中であることを示す割込み期間識別情報を発生する割
込み期間識別情報発生手段(23)と、この割込み期間
識別情報発生手段(23)から出力される割込み期間識
別情報を記憶する割込み期間識別情報記憶手段(24)
と、 この割込み期間識別情報記憶手段(24)に、割込み期
間識別情報が記憶されていないときは、前記割込み検出
手段(11)の検出出力を、前記割込み検出出力記憶手
段(12)に入力情報として供給し、前記割込み期間識
別情報が記憶されているときは、前記割込み検出出力記
憶手段(12)の記憶情報を、この割込み検出出力記憶
手段(12)に入力情報として供給するゲート手段(2
5)と を具備したことを特徴する請求項1記載のメモリアクセ
ス装置。
(5) When a detection output indicating that an interrupt has occurred is stored in the interrupt detection output storage means (12), the memory state holding means (13) maintains an interrupt period indicating that the interrupt processing period is in progress. Interrupt period identification information generation means (23) for generating identification information; and interruption period identification information storage means (24) for storing interrupt period identification information output from the interruption period identification information generation means (23).
When no interrupt period identification information is stored in the interrupt period identification information storage means (24), the detection output of the interrupt detection means (11) is inputted into the interrupt detection output storage means (12). and when the interrupt period identification information is stored, the gate means (2) supplies the stored information of the interrupt detection output storage means (12) to the interrupt detection output storage means (12) as input information.
5) The memory access device according to claim 1, further comprising: 5).
JP2324824A 1990-11-26 1990-11-26 Memory access device Pending JPH04190426A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2324824A JPH04190426A (en) 1990-11-26 1990-11-26 Memory access device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2324824A JPH04190426A (en) 1990-11-26 1990-11-26 Memory access device

Publications (1)

Publication Number Publication Date
JPH04190426A true JPH04190426A (en) 1992-07-08

Family

ID=18170088

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2324824A Pending JPH04190426A (en) 1990-11-26 1990-11-26 Memory access device

Country Status (1)

Country Link
JP (1) JPH04190426A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS638503A (en) * 1986-06-27 1988-01-14 Kawasaki Steel Corp Shape measuring method for cold-rolled steel sheet
JPS6329846A (en) * 1986-07-24 1988-02-08 Fujitsu Ltd Protecting system for interruption vector table

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS638503A (en) * 1986-06-27 1988-01-14 Kawasaki Steel Corp Shape measuring method for cold-rolled steel sheet
JPS6329846A (en) * 1986-07-24 1988-02-08 Fujitsu Ltd Protecting system for interruption vector table

Similar Documents

Publication Publication Date Title
US4483003A (en) Fast parity checking in cache tag memory
US7434100B2 (en) Systems and methods for replicating virtual memory on a host computer and debugging using replicated memory
EP0213843A2 (en) Digital processor control
Namjoo et al. Watchdog processors and capability checking
KR960011613A (en) Data processing device
US5764944A (en) Method and apparatus for TLB invalidation mechanism for protective page fault
US20100205477A1 (en) Memory Handling Techniques To Facilitate Debugging
US6519684B1 (en) Low overhead method for selecting and updating an entry in a cache memory
US7519852B2 (en) Apparatus, system, and method for redirecting an instruction pointer to recovery software instructions
JPH04190426A (en) Memory access device
US5774482A (en) Apparatus and method for processing errors associated with data transfers in a computer
KR860002027B1 (en) Key memory error processing system
JP3168489B2 (en) TLB control method and device
JP2927072B2 (en) Access right inspection device
JP2636101B2 (en) Debug support device
JPS59197946A (en) Memory device
JPH05225063A (en) Buffer memory clear system
JP2658342B2 (en) Data processing device
JP2510317B2 (en) TLB access device
JPH0262645A (en) Memory protecting system
JPH0211932B2 (en)
KR950020156A (en) Processor and Data Processing System Using It
JP2574918B2 (en) Interrupt return processing method
JPH0439099B2 (en)
JPS63752A (en) Memory protection system