JPH04182858A - Shared memory management system - Google Patents
Shared memory management systemInfo
- Publication number
- JPH04182858A JPH04182858A JP31367590A JP31367590A JPH04182858A JP H04182858 A JPH04182858 A JP H04182858A JP 31367590 A JP31367590 A JP 31367590A JP 31367590 A JP31367590 A JP 31367590A JP H04182858 A JPH04182858 A JP H04182858A
- Authority
- JP
- Japan
- Prior art keywords
- processor
- semaphore
- access
- shared
- shared memory
- 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
Links
Landscapes
- Multi Processors (AREA)
Abstract
Description
この発明は、複数のプロセッサまたはタスクなどが共有
する共有データの更新に際して、それが終了するまでの
間、他のプロセッサ等からの当該共有データの参照や更
新をセマフォ制御によって排除する共有メモリ管理方式
に関するものである。This invention provides a shared memory management method that uses semaphore control to exclude references and updates to the shared data from other processors until the updating of shared data shared by multiple processors or tasks is completed. It is related to.
第4図は例えば特開昭62−200449号公報に示さ
れた従来の共有メモリ管理方式を示す構成図である。図
において、11〜1□は複数のプロセッサ、2はこれら
各プロセッサ11〜17が接続されたメモリバスであり
、3はこのメモリバス2に接続されて前記各プロセッサ
II〜1゜にて共有される共有メモリである。41〜4
イはこの共有メモリ3内に格納され、前記各プロセッサ
11〜17にて共有される共有データであり、5I〜5
mは各共有データ41〜4.に対応して設けられ、対応
付けられた共有データ41〜41へのアクセスを排他的
に制御するためのセマフォである。
次に動作について説明する。ここで、第5図はその動作
を説明するためのセマフォの内容の遷移図である。
今、プロセッサ1□が共有メモリ3内の共有データ4□
を更新しようとする場合、プロセッサ1□は当該共有デ
ータ41に対応付けられたセマフォ5、の値を調べるた
めにまずその内容を読み出してくる。第5図(a)は読
み出されたセマフォ5□の内容を示している。
この時、そのセマフォ5.の排他制御ビットであるビッ
トD7が図示のように°“0′′であれば、第5図(b
)に示すように、当該ビットD7を“1”に更新すると
ともに、ビットDO〜D6にプロセッサまたはタスクを
識別するための値として、プロセッサ1□のプロセッサ
番号を付加してセマフォ5Iに書き込む。この場合には
、プロセッサが持っているセマフォ操作専用の命令(例
えばTes t& Set命令)が用いられる。第5図
(b)、 (C)中で斜線を施した部分がこのプロセッ
サまたはタスクを識別するための値である。
プロセッサ1□はセマフォ51に第5図(C)に示した
更新値を書き込んだ後、共有データ41へのアクセスを
開始する。この共有データ41へのアクセスが終了する
と、プロセッサ1□はセマフォ5Iの内容を、排他制御
ビットであるビットD7が0”の第5図(a)に示した
ものに戻す。
ここで、プロセッサ1□がセマフォの制御権を持ってい
る最中に、プロセッサ17がプロセッサ1□のアクセス
している共有データ3Iにアクセスしようとした場合、
以下のようにして排他制御が行われる。即ち、プロセッ
サ1.lがセマフオ5゜の内容を読み出してその排他制
御ビットを調べると、その値はプロセッサ1□によって
“1″に更新されているため、それが“0”に戻される
までこのセマフォ51の読み出し・チエツクの動作を継
続する。
プロセッサ1□による共有データ41へのアクセスが終
了して、セマフォ5.の排他制御ビットが“0パになる
と、プロセッサ1.lはプロセッサ1、の場合と同様に
してセマフォ制御権を獲得し、共有データ4.へのアク
セスを開始する。FIG. 4 is a block diagram showing a conventional shared memory management method disclosed in, for example, Japanese Patent Laid-Open No. 62-200449. In the figure, 11 to 1□ are a plurality of processors, 2 is a memory bus to which each of these processors 11 to 17 is connected, and 3 is connected to this memory bus 2 and shared by each of the processors II to 1°. This is shared memory. 41-4
5I to 5 is shared data stored in this shared memory 3 and shared by each of the processors 11 to 17;
m is each shared data 41 to 4. This is a semaphore provided in correspondence with the shared data 41 to 41 for exclusively controlling access to the associated shared data 41 to 41. Next, the operation will be explained. Here, FIG. 5 is a transition diagram of the contents of the semaphore to explain its operation. Now, processor 1□ is using shared data 4□ in shared memory 3.
When attempting to update the shared data 41, the processor 1□ first reads the contents of the semaphore 5 to check the value of the semaphore 5 associated with the shared data 41. FIG. 5(a) shows the read contents of semaphore 5□. At this time, the semaphore 5. If bit D7, which is the exclusive control bit of
), the bit D7 is updated to "1", and the processor number of the processor 1□ is added to the bits DO to D6 as a value for identifying the processor or task, and written to the semaphore 5I. In this case, an instruction dedicated to semaphore operation (for example, a Test & Set instruction) possessed by the processor is used. The shaded portions in FIGS. 5(b) and 5(c) are values for identifying this processor or task. After writing the updated value shown in FIG. 5(C) to the semaphore 51, the processor 1□ starts accessing the shared data 41. When the access to the shared data 41 is completed, the processor 1□ returns the contents of the semaphore 5I to the one shown in FIG. 5(a) where the exclusive control bit D7 is 0''. If processor 17 attempts to access the shared data 3I that processor 1□ is accessing while □ has control of the semaphore,
Exclusive control is performed as follows. That is, processor 1. When l reads the contents of semaphore 5゜ and checks its exclusive control bit, its value has been updated to "1" by processor 1□, so reading and writing of this semaphore 51 continues until it is returned to "0". Continue the check operation. After the access to the shared data 41 by the processor 1□ is completed, the semaphore 5. When the exclusive control bit of processor 1.l becomes "0," processor 1.l acquires the semaphore control right in the same way as processor 1, and starts accessing shared data 4.
従来の共有メモリ管理方式は以上のように構成されてい
るので、1つのプロセッサ1.〜17が共有メモリ3に
アクセス中に2つ以上のプロセッサ1□〜17がその共
有メモリ3にアクセスしようとした状況下で、その共有
メモリ3をアクセスしていたプロセッサ11〜IRがア
クセスを終了した場合、共有メモリ3にアクセスしよう
としている複数のプロセッサII〜1.1中のどれが共
有メモリ3へのアクセスを許可されるかは、専らそのプ
ロセッサII〜11.の動作タイミングに依存して予測
することができず、また、複数のプロセッサ1.〜1o
が共有メモリ3へのアクセスを待つ場合、メモリバス2
へのアクセスが多発してメモリバス2が無用に占有され
てシステムの性能が低下するばかりか、共有メモリ3へ
のアクセスを待つプロセッサl+〜1ゎは、共有メモリ
3へのアクセスを終了するまで他の処理が実行できず、
プロセッサl、〜lゎそのものの処理性能も低下するな
どの課題があった。
この発明は上記のような課題を解消するためになされた
もので、共有メモリへのアクセスを待っている複数のプ
ロセッサ中で、次にアクセスが許可されるものを判断す
ることができ、メモリバスへのアクセスが多発せず、待
ち合わせ中のプロセッサはアクセスが許可されるまで他
の処理を実行することのできる共有メモリ管理方式を得
ることを目的とする。Since the conventional shared memory management system is configured as described above, one processor 1. In a situation where two or more processors 1□ to 17 attempt to access the shared memory 3 while processors 1 to 17 are accessing the shared memory 3, the processors 11 to IR that were accessing the shared memory 3 terminate the access. In this case, which of the plurality of processors II to 1.1 attempting to access the shared memory 3 is permitted to access the shared memory 3 depends solely on that processor II to 11.1. The operation timing of multiple processors 1. ~1o
waits for access to shared memory 3, memory bus 2
Not only do memory bus 2 become unnecessarily occupied due to frequent accesses to system performance, but also processors l+~1ゎ waiting to access shared memory 3 wait until they finish accessing shared memory 3. Other processing cannot be performed,
There were also problems such as a decrease in the processing performance of the processors l, to lw themselves. This invention was made to solve the above-mentioned problems, and it is possible to determine which processor will be granted access next among multiple processors waiting to access shared memory. The purpose of the present invention is to provide a shared memory management method that does not require frequent accesses and allows a waiting processor to execute other processing until access is granted.
この発明に係る共有メモリ管理方式は、セマフォに共有
データへのアクセスの待ち合わせを管理するキュー領域
を付加し、各プロセッサに、バスロックした状態でセマ
フォの操作を行い、ハスロックを解除した状態で共有デ
ータへのアクセスを行う機能、および共有データへのア
クセス終了時にバスロックを行って、セマフォのキュー
領域の内容より次に共有メモリにアクセスすべきプロセ
ッサを決定し、当該プロセッサへの割り込みによって共
有メモリの解放を通知する機能を持たせたものである。The shared memory management method according to the present invention adds a queue area to a semaphore to manage waiting for access to shared data, allows each processor to operate the semaphore in a bus-locked state, and shares data in a bus-locked state. A function that accesses data, performs a bus lock at the end of access to shared data, determines the next processor to access shared memory from the contents of the semaphore queue area, and interrupts the shared memory by interrupting that processor. It has a function to notify the release of.
この発明における各プロセッサは、ハスロックによって
共有メモリへの他のプロセッサからのアクセスを禁止し
た状態でセマフォの操作を行うとともに、バスロックを
解除した状態で前記共有データへのアクセスを行い、さ
らに、共有データへのアクセスが終了すると、再度バス
ロックを行ってセマフォのキュー領域を参照し、待ち合
わせているプロセッサあるいはタスクがある場合には、
当該キュー領域の内容に基づいて次に共有メモリにアク
セスすべきプロセッサを決定し、そのプロセッサに共有
メモリの解放を割り込みによって通知することにより、
共有メモリへのアクセスを待っている複数のプロセッサ
中の次にアクセスが許可されるものが判断でき、メモリ
バスへのアクセスが多発せず、待ち合わせ中のプロセッ
サはアクセスが許可されるまで他の処理を実行すること
が可能な共有メモリ管理方式を実現する。Each processor in this invention operates the semaphore in a state where access to the shared memory from other processors is prohibited by the hash lock, and accesses the shared data with the bus lock released, and When access to the data is completed, the bus is locked again and the semaphore queue area is referenced, and if there is a processor or task waiting,
By determining which processor should access the shared memory next based on the contents of the queue area, and notifying that processor of the release of the shared memory using an interrupt,
It is possible to determine which processor will be granted access next among multiple processors waiting to access the shared memory, preventing frequent accesses to the memory bus, and waiting processors to perform other processes until access is granted. To realize a shared memory management method that can perform
以下、この発明の一実施例を図について説明する。第1
図において、1□〜1.、はプロセッサ、2はメモリバ
ス、3は共有メモリ、41〜4.は共有データであり、
第4図に同−符月をイ」シた従来のそれらと同一、ある
いは相当部分であるため詳細な説明は省略する。
また、61は共有データ4.〜4..へのアクセスを排
他的に制御するための、従来のセマフォ51〜51に相
当する排他制御管理領域、62は共有データ41〜4□
へのアクセスの待ち合わせを管理するキュー領域であり
、61〜6.はこのキュー領域62も備えている点で従
来のセマフォ51〜5.とは異なるセマフォである。7
は各プロセッサl、〜1.lが他のプロセッサ1□〜1
.、に対して割り込みの発生を通知する割り込み信号線
で、この場合、複数本で構成されている。
次に動作について説明する。ここで、第2図はその動作
を説明するためのセマフォの内容の遷移図であり、第3
図は処理の手順を示すフローチャートである。
今、あるプロセッサ、例えばプロセッサl、が共有メモ
リ3内の共有データ42にアクセスしようとする場合、
プロセッサ11はステップSTIにおいてメモリバス2
にハスロックをかけて、他のプロセッサ1□〜1.、か
らの共有メモリ3に対するアクセスを禁止する。次に、
ステップST2にてアクセスしようとする共有データ4
□に対応付けられたセマフォ6□の排他制御管理領域6
1のデータを読み出し、ステップST3にてその排他制
御ビットD7の内容を判定する。
その結果、当該排他制御ビットDわが第2図(a)に示
すように“′0パであれば、アクセス使用としている共
有データ4□が解放されていることを示しており、処理
はステップST4に渡される。ステップST4では共有
データ42がアクセスされていることを示すため、第2
図(t))に示すようにセマフォ62の排他制御管理領
域61の排他制御ビットに“l“をセットする。その後
、プロセッサ1、はステップST5にてバスロックの解
放を行い、さらにステップST6で共有データ4□にア
クセスする。
一方、ステップST3による判定の結果、セマフォ6□
の排他制御ビットが第2図(t))に示すように”′1
“′であった場合には、プロセンサ11はステップ5T
12において自身のプロセッサ番号とプライオリティを
セマフォ6□のキュー領域62に追加する。この時、そ
の追加位置は第2図(C)および(d)に示すように、
互いのプライオリティを比較してその順位に従って決定
される。なお、このキュー領域62への追加の方式とし
ては、先に茄んだものが優先されるファーストイン・フ
ァーストアウト方式を採用してもよい。その場合、プラ
イオリティの書き込みは無用となる。
このキュー領域62への追加の処理が終了すると、プロ
セッサIIはステップ5T13にてバスロックしていた
メモリバス2を解放してリターンする。このようにして
リターンしたプロセッサ11は、その後自由に他の処理
を実行することができる。
ステップST6にて共有データ4□にアクセスしたフ゛
ロセッサ1□は、そのアクセスが季冬了すると処理をス
テップST7に進めてメモリバス2を再度パスロックす
る。その後、ステップST8にて当該共有データ4□の
セマフォ6□のキュー領域62を参照し、待ち合わせを
しているプロセッサまたはタスクの有無をチエツクする
。その結果、待ち合わせがなければ処理をステップ5T
14に進めて、当該セマフォ6□の排他制御管理領域6
1の排他制御ビットD、、に0°′をセットしてリター
ンする。これによってセマフォ6□は共通データ4□が
アクセスされていないことを示す、第2図(a)に示し
た状態に戻る。
また、待ち合わせがあれば処理はステップST9に渡さ
れてキュー操作が実行され、セマフォ6□のキュー領域
62の先頭よりプロセッサ番号等のプロセッサまたはタ
スクを識別するための値が取り出される。この時のセマ
フォ6□の状況を第2図(d)および(e)に示す。プ
ロセッサ1.は取り出した値に基づいて次に動作すべき
プロセッサ、例えば、プロセッサ1.、を識別し、当=
亥プロセッサ1.。
に対して割り込みを発生させる。この割り込みは割り込
み信号線7を介してプロセッサ1□に送られ、共有メモ
リ3が解放されたことを当該プロセッサ1.lに伝える
。
その後、プロセッサ11はステップ5T11にてメモリ
バス2のハスロックを解除してリターン・する。一方、
割り込みを受けたプロセッサ1nはステップST6以降
の処理を実行することにより、共有データ4□へのアク
セスおよびセマフォの解放動作を行う。An embodiment of the present invention will be described below with reference to the drawings. 1st
In the figure, 1□ to 1. , is a processor, 2 is a memory bus, 3 is a shared memory, 41-4. is shared data,
The detailed explanation will be omitted since it is the same as or corresponds to the conventional part shown in FIG. 4 with the same symbol. In addition, 61 is shared data 4. ~4. .. Exclusive control management area 62 corresponds to conventional semaphores 51 to 51 for exclusively controlling access to shared data 41 to 4□
This is a queue area that manages waiting for access to 61 to 6. are different from conventional semaphores 51 to 5. in that they also include this queue area 62. This is a different semaphore. 7
is each processor l, ~1. l is another processor 1□~1
.. , an interrupt signal line that notifies the , , of the occurrence of an interrupt; in this case, it is made up of multiple lines. Next, the operation will be explained. Here, FIG. 2 is a transition diagram of the contents of the semaphore to explain its operation, and the third
The figure is a flowchart showing the processing procedure. Now, if a certain processor, for example processor l, attempts to access the shared data 42 in the shared memory 3,
The processor 11 connects the memory bus 2 in step STI.
Apply hashlock to the other processors 1□ to 1. , access to the shared memory 3 is prohibited. next,
Shared data 4 to be accessed in step ST2
Exclusive control management area 6 of semaphore 6 □ associated with □
1 is read out, and the content of its exclusive control bit D7 is determined in step ST3. As a result, if the exclusive control bit D is "'0" as shown in FIG. In step ST4, to indicate that the shared data 42 is being accessed, the second
As shown in Figure (t), the exclusive control bit of the exclusive control management area 61 of the semaphore 62 is set to "1". Thereafter, the processor 1 releases the bus lock in step ST5, and further accesses the shared data 4□ in step ST6. On the other hand, as a result of the determination in step ST3, semaphore 6□
As shown in FIG. 2(t), the exclusive control bit of
``'', the processor 11 performs step 5T.
At step 12, it adds its own processor number and priority to the queue area 62 of semaphore 6□. At this time, the additional position is as shown in Fig. 2 (C) and (d).
The priorities are compared and determined according to the ranking. Note that as a method of adding to the queue area 62, a first-in, first-out method may be adopted in which the first one is given priority. In that case, writing the priority becomes unnecessary. When this addition to the queue area 62 is completed, the processor II releases the bus-locked memory bus 2 in step 5T13 and returns. The processor 11 that has returned in this manner can then freely execute other processing. When the access to the shared data 4□ ends in step ST6, the processor 1□ advances the process to step ST7 to pass-lock the memory bus 2 again. Thereafter, in step ST8, the queue area 62 of the semaphore 6□ of the shared data 4□ is referred to, and the presence or absence of a waiting processor or task is checked. As a result, if there is no meeting, the process goes to step 5T.
Proceed to step 14 and set the exclusive control management area 6 of the semaphore 6□.
The exclusive control bits D, , 1 are set to 0°' and the process returns. As a result, the semaphore 6□ returns to the state shown in FIG. 2(a), which indicates that the common data 4□ is not accessed. Furthermore, if there is a waiting, the process is passed to step ST9, where a queue operation is executed, and a value for identifying a processor or task, such as a processor number, is retrieved from the head of the queue area 62 of the semaphore 6□. The status of semaphore 6□ at this time is shown in FIGS. 2(d) and (e). Processor 1. is the processor to operate next based on the retrieved value, for example, processor 1. , and the =
Pig processor 1. . Generates an interrupt for. This interrupt is sent to the processor 1□ via the interrupt signal line 7, and indicates that the shared memory 3 has been released. Tell l. Thereafter, the processor 11 releases the hash lock of the memory bus 2 in step 5T11 and returns. on the other hand,
The processor 1n that has received the interrupt accesses the shared data 4□ and releases the semaphore by executing the processing from step ST6 onwards.
以上のように、この発明によれば、セマフォに共有デー
タへのアクセスの待ち合わせを管理するキュー領域を持
たせ、ハスロックした状態でセマフォの操作を行うとと
もに、バスロックを解除した状態で共有データへのアク
セスを行い、さらに、共有データへのアクセスが終了す
ると、再度ハスロックを行ってセマフォのキュー領域を
参照し、待ち合わせているものがある場合には、当該キ
ュ?、N域の内容に基づいて次に共有メモリにアクセス
すべきプロセッサを決定して、当8亥プロセッサに共有
メモリの解放を割り込みによって通知するように構成し
たので、共有メモリへのアクセスを待っている複数のプ
ロセッサの中で、次にアクセスが許可されるものがどれ
であるかを判断でき、さらに、メモリバスの占有が防止
されてメモリバスへのアクセスが多発することもなくな
り、待ち合わせ中のプロセッサはアクセスが許可される
まで他の処理を実行することが可能となるため、システ
ムの性能を低下させることのない共有−メモリ管理方式
が得られる効果がある。As described above, according to the present invention, a semaphore has a queue area that manages waiting for access to shared data, the semaphore is operated in a hashlocked state, and the shared data is accessed in a bus-locked state. When the access to the shared data is completed, the hashlock is performed again and the queue area of the semaphore is referenced. , based on the contents of the N area, determines which processor should access the shared memory next, and notifies that processor of the release of the shared memory using an interrupt, so the processor waits for access to the shared memory. It is possible to determine which of the multiple processors in the queue will be granted access next, and also prevents the memory bus from being occupied and prevents frequent accesses to the memory bus. Since the processor can perform other processing until access is granted, a shared memory management method that does not degrade system performance can be achieved.
第1図はこの発明の一実施例による共有メモリ管理方式
を示す構成図、第2図はその動作を説明するためのセマ
フォの内容の遷移図、第3図は処理の手順を示すフロー
チャート、第4図は従来の共有メモリ管理方式を示す構
成図、第5図はその動作を説明するためのセマフォの内
容の遷移図である。
1、〜1..はプロセッサ、2はメモリバス、3は共有
メモリ、41〜4□は共有データ、6I〜6、はセマフ
ォ、61は排他制御管理領域、62はキュー領域、7は
割り込み信号線。
なお、図中、同一符号は同一、又は相当部分を示す。
(外2名)
2:すtリバス 61・・・6m:tマフオat:8M
e ’1?It!’II ’f!W %<62、キュー
曾I威
7・畜1り上Nき信号線
第6図
第4図FIG. 1 is a block diagram showing a shared memory management system according to an embodiment of the present invention, FIG. 2 is a transition diagram of semaphore contents to explain its operation, FIG. 3 is a flowchart showing the processing procedure, and FIG. FIG. 4 is a block diagram showing a conventional shared memory management system, and FIG. 5 is a transition diagram of semaphore contents to explain its operation. 1, ~1. .. 2 is a processor, 2 is a memory bus, 3 is a shared memory, 41 to 4□ are shared data, 6I to 6 are semaphores, 61 is an exclusive control management area, 62 is a queue area, and 7 is an interrupt signal line. In addition, in the figures, the same reference numerals indicate the same or equivalent parts. (2 other people) 2: Suribus 61...6m: T Maho at: 8M
e '1? It! 'II' f! W % < 62, Q Zeng I Wei 7, Animal 1, N signal line Fig. 6 Fig. 4
Claims (1)
および前記共有データ対応のセマフォが格納された共有
メモリに、メモリバスを介して複数のプロセッサを接続
し、前記各プロセッサの前記共有データへのアクセスを
前記セマフォによって排他的に制御する共有メモリ管理
方式において、前記セマフォに前記共有データへのアク
セスの排他的制御のための排他制御管理領域と、前記共
有データへのアクセスの待ち合わせを管理するキュー領
域を持たせ、前記各プロセッサは、バスロックにより前
記共有メモリへの他のプロセッサからのアクセスを禁止
した状態で前記セマフォの操作を行うとともに、前記バ
スロックを解除した状態で前記共有データへのアクセス
を行い、前記共有データへのアクセスが終了すると、再
度前記バスロックをした状態で、前記セマフォのキュー
領域を参照し、持ち合わせているプロセッサあるいはタ
スクがある場合には、当該キュー領域の内容に基づいて
次に共有メモリにアクセスすべきプロセッサを決定し、
そのプロセッサに共有メモリの解放を割り込みによって
通知することを特徴とする共有メモリ管理方式。shared data shared by multiple processors or tasks;
and a shared memory management method in which a plurality of processors are connected via a memory bus to a shared memory storing a semaphore corresponding to the shared data, and access of each processor to the shared data is exclusively controlled by the semaphore. In the semaphore, the semaphore has an exclusive control management area for exclusive control of access to the shared data and a queue area for managing waiting for access to the shared data, and each processor The semaphore is operated in a state where access from other processors to the shared memory is prohibited, and the shared data is accessed with the bus lock released, and when the access to the shared data is completed, With the bus locked again, the queue area of the semaphore is referenced, and if there are any processors or tasks, the next processor to access the shared memory is determined based on the contents of the queue area. ,
A shared memory management method characterized by notifying the processor of the release of shared memory using an interrupt.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP31367590A JPH04182858A (en) | 1990-11-19 | 1990-11-19 | Shared memory management system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP31367590A JPH04182858A (en) | 1990-11-19 | 1990-11-19 | Shared memory management system |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH04182858A true JPH04182858A (en) | 1992-06-30 |
Family
ID=18044159
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP31367590A Pending JPH04182858A (en) | 1990-11-19 | 1990-11-19 | Shared memory management system |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH04182858A (en) |
Cited By (18)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8347064B1 (en) | 2006-09-19 | 2013-01-01 | Nvidia Corporation | Memory access techniques in an aperture mapped memory space |
| US8347065B1 (en) | 2006-11-01 | 2013-01-01 | Glasco David B | System and method for concurrently managing memory access requests |
| US8352709B1 (en) | 2006-09-19 | 2013-01-08 | Nvidia Corporation | Direct memory access techniques that include caching segmentation data |
| US8359454B2 (en) | 2005-12-05 | 2013-01-22 | Nvidia Corporation | Memory access techniques providing for override of page table attributes |
| US8504794B1 (en) | 2006-11-01 | 2013-08-06 | Nvidia Corporation | Override system and method for memory access management |
| US8533425B1 (en) | 2006-11-01 | 2013-09-10 | Nvidia Corporation | Age based miss replay system and method |
| US8543792B1 (en) | 2006-09-19 | 2013-09-24 | Nvidia Corporation | Memory access techniques including coalesing page table entries |
| US8601223B1 (en) | 2006-09-19 | 2013-12-03 | Nvidia Corporation | Techniques for servicing fetch requests utilizing coalesing page table entries |
| US8607008B1 (en) | 2006-11-01 | 2013-12-10 | Nvidia Corporation | System and method for independent invalidation on a per engine basis |
| US8700865B1 (en) | 2006-11-02 | 2014-04-15 | Nvidia Corporation | Compressed data access system and method |
| US8706975B1 (en) | 2006-11-01 | 2014-04-22 | Nvidia Corporation | Memory access management block bind system and method |
| US8707011B1 (en) | 2006-10-24 | 2014-04-22 | Nvidia Corporation | Memory access techniques utilizing a set-associative translation lookaside buffer |
| JP2015072716A (en) * | 2014-12-16 | 2015-04-16 | キヤノン株式会社 | Information processing system, information processing system control method, and program thereof |
| US9880846B2 (en) | 2012-04-11 | 2018-01-30 | Nvidia Corporation | Improving hit rate of code translation redirection table with replacement strategy based on usage history table of evicted entries |
| US10108424B2 (en) | 2013-03-14 | 2018-10-23 | Nvidia Corporation | Profiling code portions to generate translations |
| US10146545B2 (en) | 2012-03-13 | 2018-12-04 | Nvidia Corporation | Translation address cache for a microprocessor |
| US10241810B2 (en) | 2012-05-18 | 2019-03-26 | Nvidia Corporation | Instruction-optimizing processor with branch-count table in hardware |
| US10324725B2 (en) | 2012-12-27 | 2019-06-18 | Nvidia Corporation | Fault detection in instruction translations |
-
1990
- 1990-11-19 JP JP31367590A patent/JPH04182858A/en active Pending
Cited By (19)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8359454B2 (en) | 2005-12-05 | 2013-01-22 | Nvidia Corporation | Memory access techniques providing for override of page table attributes |
| US8543792B1 (en) | 2006-09-19 | 2013-09-24 | Nvidia Corporation | Memory access techniques including coalesing page table entries |
| US8352709B1 (en) | 2006-09-19 | 2013-01-08 | Nvidia Corporation | Direct memory access techniques that include caching segmentation data |
| US8347064B1 (en) | 2006-09-19 | 2013-01-01 | Nvidia Corporation | Memory access techniques in an aperture mapped memory space |
| US8601223B1 (en) | 2006-09-19 | 2013-12-03 | Nvidia Corporation | Techniques for servicing fetch requests utilizing coalesing page table entries |
| US8707011B1 (en) | 2006-10-24 | 2014-04-22 | Nvidia Corporation | Memory access techniques utilizing a set-associative translation lookaside buffer |
| US8504794B1 (en) | 2006-11-01 | 2013-08-06 | Nvidia Corporation | Override system and method for memory access management |
| US8533425B1 (en) | 2006-11-01 | 2013-09-10 | Nvidia Corporation | Age based miss replay system and method |
| US8601235B2 (en) | 2006-11-01 | 2013-12-03 | Nvidia Corporation | System and method for concurrently managing memory access requests |
| US8607008B1 (en) | 2006-11-01 | 2013-12-10 | Nvidia Corporation | System and method for independent invalidation on a per engine basis |
| US8706975B1 (en) | 2006-11-01 | 2014-04-22 | Nvidia Corporation | Memory access management block bind system and method |
| US8347065B1 (en) | 2006-11-01 | 2013-01-01 | Glasco David B | System and method for concurrently managing memory access requests |
| US8700865B1 (en) | 2006-11-02 | 2014-04-15 | Nvidia Corporation | Compressed data access system and method |
| US10146545B2 (en) | 2012-03-13 | 2018-12-04 | Nvidia Corporation | Translation address cache for a microprocessor |
| US9880846B2 (en) | 2012-04-11 | 2018-01-30 | Nvidia Corporation | Improving hit rate of code translation redirection table with replacement strategy based on usage history table of evicted entries |
| US10241810B2 (en) | 2012-05-18 | 2019-03-26 | Nvidia Corporation | Instruction-optimizing processor with branch-count table in hardware |
| US10324725B2 (en) | 2012-12-27 | 2019-06-18 | Nvidia Corporation | Fault detection in instruction translations |
| US10108424B2 (en) | 2013-03-14 | 2018-10-23 | Nvidia Corporation | Profiling code portions to generate translations |
| JP2015072716A (en) * | 2014-12-16 | 2015-04-16 | キヤノン株式会社 | Information processing system, information processing system control method, and program thereof |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JPH04182858A (en) | Shared memory management system | |
| TW498281B (en) | Interface system and method for asynchronously updating a shared resource | |
| US5469571A (en) | Operating system architecture using multiple priority light weight kernel task based interrupt handling | |
| US5251318A (en) | Multiprocessing system comparing information copied from extended storage before and after processing for serializing access to shared resource | |
| EP0145889B1 (en) | Non-spinning task locking using compare and swap | |
| US5287521A (en) | Method and apparatus for releasing and obtaining shared and exclusive locks | |
| US5485593A (en) | Data structure access control circuit and method utilizing tag bits indicating address match and memory fullness conditions | |
| WO2011148553A1 (en) | Information processing device and information processing method | |
| US5630166A (en) | Controlling requests for access to resources made by multiple processors over a shared bus | |
| CN100419688C (en) | Interrupt control device and control method | |
| JPH04230550A (en) | Information processing network and information processing method | |
| US5764922A (en) | I/O system for off-loading operating system functions | |
| CN111723250A (en) | Linked list management method based on reference counting | |
| US7748003B2 (en) | Hard real-time response | |
| JP3965784B2 (en) | Shared memory exclusive access control method | |
| JP5553685B2 (en) | Information processing apparatus and information processing method | |
| EP0206335B1 (en) | Interruption method for a data processing system | |
| EP3923136B1 (en) | Hardware-accelerated computing system | |
| CA1306311C (en) | I/o system for off-loading operating system functions | |
| EP0297895A2 (en) | Apparatus and method using lockout for synchronization of access to main memory signal groups in a multiprocessor data processing system | |
| JPH08272667A (en) | File access control system | |
| JPS62177653A (en) | Control system for shared memory | |
| JPH01195542A (en) | Multi-programming processor | |
| JP2000003287A (en) | Exclusive controller for shared resource, method therefor and recording medium for recording exclusive control program | |
| JP2926873B2 (en) | Computer system |