JPH10289158A - Task management device - Google Patents

Task management device

Info

Publication number
JPH10289158A
JPH10289158A JP9093421A JP9342197A JPH10289158A JP H10289158 A JPH10289158 A JP H10289158A JP 9093421 A JP9093421 A JP 9093421A JP 9342197 A JP9342197 A JP 9342197A JP H10289158 A JPH10289158 A JP H10289158A
Authority
JP
Japan
Prior art keywords
memory
object file
segment
address
file
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
JP9093421A
Other languages
Japanese (ja)
Inventor
Hideyuki Okamoto
秀行 岡本
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 JP9093421A priority Critical patent/JPH10289158A/en
Publication of JPH10289158A publication Critical patent/JPH10289158A/en
Pending legal-status Critical Current

Links

Landscapes

  • Storage Device Security (AREA)

Abstract

PROBLEM TO BE SOLVED: To improve system reliability in a real time system of an intervention control system. SOLUTION: For the loading request of an object file 140 from an application program, a real time OS reads the management block 130 of a nonvolatile memory 120, retrieves the file 140, activates a module, allocates an area for storing the text segment 310 and data segment 320 of the file 140 to a volatile memory 150, stores the segment 310 and segment 320 of the file 140 to the segment 345 and segment 350 of the memory 150, reads the symbol information 325 of a large area variable to which an address is not allocated, allocates the address, activates a memory management module and sets the protective bit of the page table entry of the page table 170 of an MMU 110.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明はタスク管理装置に関
する。
The present invention relates to a task management device.

【0002】[0002]

【従来の技術】組込み制御マイクロコンピュータシステ
ムに使用されるリアルタイムOSではアプリケーション
を一括してリンクするため、図4に示すようにテキスト
セグメント500,データセグメント510をすべての
タスクからアクセス可能である。スタックセグメント5
20〜550はタスク毎に保有する(インターフェイス
93年12月号P.78〜P.79)。
2. Description of the Related Art In a real-time OS used in a built-in control microcomputer system, applications are collectively linked, so that a text segment 500 and a data segment 510 can be accessed from all tasks as shown in FIG. Stack segment 5
20 to 550 are retained for each task (Interface December 1993, pages 78 to 79).

【0003】[0003]

【発明が解決しようとする課題】このとき、すべての大
域変数は上記データセグメント510に格納されている
ため、あるタスクしか使用しない大域変数を他のタスク
が間違って書き換えてしまい、タスクが暴走してしまう
という問題がある。
At this time, since all global variables are stored in the data segment 510, another task erroneously rewrites a global variable used only by a certain task. Problem.

【0004】本発明の目的は組込み制御マイクロコンピ
ュータシステムのリアルタイムOSにおいて、タスクの
保護を行う上で最適なタスク管理方式を提供することで
ある。すなわち、タスク毎にテキストセグメント,デー
タセグメントのアドレス空間を割り当て、メモリ管理機
構の保護機構を使用することにより上記テキスト,デー
タセグメントを他のタスクからのアクセスを保護するこ
とで、あるタスクが暴走したときに上記テキストセグメ
ント,データセグメントの書き換えを防止することが可
能となり、タスクの保護を行う信頼性の高いシステムを
提供することである。
An object of the present invention is to provide an optimum task management method for protecting a task in a real-time OS of an embedded control microcomputer system. That is, an address space of a text segment and a data segment is assigned to each task, and the above text and data segments are protected from access by other tasks by using a protection mechanism of a memory management mechanism, so that a certain task runs away. An object of the present invention is to provide a highly reliable system for protecting a task by preventing the rewriting of the text segment and the data segment at times.

【0005】[0005]

【課題を解決するための手段】上記目的を達成するため
に、本発明では不揮発性メモリに格納されているアプリ
ケーションプログラムの情報を格納しているオブジェク
ト管理ブロックと、上記オブジェクト管理ブロックによ
りアプリケーションからのプログラム実行要求時に上記
アプリケーションプログラムを上記不揮発性メモリ上の
アドレスを返すオブジェクト管理モジュールと、上記ア
プリケーションプログラムを上記不揮発性メモリから上
記揮発性メモリに格納し、アドレスを割り付けられてい
ない大域変数に対してアドレスを割り付けるダイナミッ
クリンクモジュールと、タスクスイッチングを行うとき
にテキストセグメント,データセグメントに対応するペ
ージの保護ビットを書き換えるメモリ管理モジュールを
設けている。
In order to achieve the above object, according to the present invention, an object management block for storing information of an application program stored in a non-volatile memory, and an object management block for storing information of an application program by the object management block. An object management module that returns the address of the application program in the non-volatile memory at the time of a program execution request, and stores the application program in the volatile memory from the non-volatile memory, and for a global variable that is not assigned an address. A dynamic link module for allocating addresses and a memory management module for rewriting protection bits of pages corresponding to text segments and data segments when performing task switching are provided.

【0006】リアルタイムOSはアプリケーションプロ
グラムからの不揮発性メモリ上に格納されているオブジ
ェクトファイルのローディング要求に対して、オブジェ
クト管理モジュールを起動し、不揮発性メモリ上のオブ
ジェクト管理ブロックを検索することによりアプリケー
ションプログラムの実行ファイルを格納しているアドレ
スを検索し、返す。
The real-time OS activates an object management module in response to a loading request of an object file stored in the nonvolatile memory from the application program, and searches the object management block in the nonvolatile memory to execute the application program. Searches for and returns the address that stores the executable file.

【0007】ダイナミックリンクモジュールはオブジェ
クト管理モジュールから返された不揮発性メモリの格納
アドレスからオブジェクトファイルヘッダを読み込み、
テキストセグメント及びデータセグメントのサイズ及び
格納アドレスを算出し、ヒープ領域から各セグメントの
領域を割り当てる。オブジェクトファイルのシンボルテ
ーブルを使用し、リンケージされていない大域変数に対
してアドレスを割り当てる。
The dynamic link module reads the object file header from the storage address of the nonvolatile memory returned from the object management module,
The size and storage address of the text segment and the data segment are calculated, and the area of each segment is allocated from the heap area. Use the object file's symbol table to assign addresses to unlinked global variables.

【0008】メモリ管理プログラムはタスクスイッチン
グが発生したときにテキストセグメント,データセグメ
ントに対応するページテーブルをアクセス禁止し、実行
するタスクのテキストセグメント,データセグメントを
アクセス可能に設定する。
When the task switching occurs, the memory management program prohibits access to the page table corresponding to the text segment and the data segment, and sets the text segment and the data segment of the task to be executed to be accessible.

【0009】[0009]

【発明の実施の形態】次に、本発明について図面を参照
して詳細に説明する。
Next, the present invention will be described in detail with reference to the drawings.

【0010】図1は、本発明の一実施例に関する組込み
制御マイクロコンピュータシステムのブロック図であ
る。
FIG. 1 is a block diagram of an embedded control microcomputer system according to an embodiment of the present invention.

【0011】組込み制御マイクロコンピュータシステム
はCPU100,MMU110,不揮発性メモリ120,揮発性メモ
リ150で構成されている。
The embedded control microcomputer system includes a CPU 100, an MMU 110, a nonvolatile memory 120, and a volatile memory 150.

【0012】不揮発性メモリ120はオブジェクト管理
ブロック130と複数のオブジェクトファイル140を
配置する。
The non-volatile memory 120 stores an object management block 130 and a plurality of object files 140.

【0013】揮発性メモリ150はオブジェクトファイ
ル160,ページテーブル170を配置する。
The volatile memory 150 stores an object file 160 and a page table 170.

【0014】リアルタイムOSはオブジェクト管理モジ
ュール200,ダイナミックリンクローダモジュール1
80とメモリ管理モジュール190を起動し、オブジェ
クトファイル160の保護を実現する。
The real-time OS includes an object management module 200, a dynamic link loader module 1
80 and the memory management module 190 are activated to implement protection of the object file 160.

【0015】図2は図1で示したブロックに対して、詳
細に内容を示したものである。
FIG. 2 shows the contents of the block shown in FIG. 1 in detail.

【0016】オブジェクト管理ブロック130はオブジ
ェクトファイル名称230とオブジェクトファイルの格
納アドレス240から構成されている。
The object management block 130 comprises an object file name 230 and a storage address 240 of the object file.

【0017】オブジェクトファイル140はオブジェク
トファイルヘッダ260とテキストセグメント310と
データセグメント320とシンボル情報325から構成
されている。
The object file 140 includes an object file header 260, a text segment 310, a data segment 320, and symbol information 325.

【0018】オブジェクトファイルヘッダ260はテキ
ストセグメント310のテキストサイズ270とデータ
セグメント320のデータサイズ280とオブジェクト
ファイルの先頭からのテキストセグメント310のオフ
セット値を示すテキストアドレス290とデータセグメ
ント320のオフセット値を示すデータアドレス300か
ら構成されている。
The object file header 260 indicates a text size 270 of the text segment 310, a data size 280 of the data segment 320, a text address 290 indicating an offset value of the text segment 310 from the head of the object file, and an offset value of the data segment 320. It consists of a data address 300.

【0019】揮発性メモリ150にはMMU110が使用する
ページテーブル170とテキストセグメント345とデ
ータセグメント350とスタックセグメント360とT
CB(Task Control Block)370とシステムシンボル
情報380が設定されている。
In the volatile memory 150, the page table 170, the text segment 345, the data segment 350, the stack segment 360, and the T
A CB (Task Control Block) 370 and system symbol information 380 are set.

【0020】次に本発明の一実施例の動作を示す。Next, the operation of one embodiment of the present invention will be described.

【0021】リアルタイムOSはアプリケーションプロ
グラムよりオブジェクトファイル140のローディング
要求を受け付けると、不揮発性メモリ120の固定アド
レスからオブジェクト管理ブロック130を読み込む。
オブジェクト管理ブロック130は不揮発性メモリ12
0に格納しているオブジェクトファイル数分の情報を保
持しており、リアルタイムOSはオブジェクト管理モジ
ュール200を起動することによりオブジェクトファイ
ル名称230とアプリケーションプログラムから要求の
あったオブジェクトファイル名称を比較し、一致してい
ればオブジェクトファイル140の格納アドレス240
の値を返す。もし、一致しなければエラーの値を返し、
リアルタイムOSはアプリケーションプログラムへオブ
ジェクトファイルが存在しないことを通知する。
When the real-time OS receives a loading request for the object file 140 from the application program, the real-time OS reads the object management block 130 from a fixed address in the nonvolatile memory 120.
The object management block 130 is a non-volatile memory 12
0, the real-time OS compares the object file name 230 with the object file name requested by the application program by activating the object management module 200. If so, the storage address 240 of the object file 140
Returns the value of. If not, return an error value,
The real-time OS notifies the application program that the object file does not exist.

【0022】リアルタイムOSはダイナミックリンクロ
ーダモジュール180に対して、オブジェクトファイル
140のテキストセグメント310とデータセグメント
320を揮発性メモリ150上へ展開させ、リンケージさ
れていない大域変数に対して、アドレスを割り当てるよ
うに要求する。
The real-time OS sends a text segment 310 and a data segment 310 of the object file 140 to the dynamic link loader module 180.
Develop 320 onto volatile memory 150 and request that addresses be assigned to unlinked global variables.

【0023】ダイナミックリンクロードモジュール18
0は、オブジェクト管理モジュール200から格納アド
レス240の値が返され、格納アドレス240のアドレ
スからオブジェクトファイル140のオブジェクトファ
イルヘッダ260を読み込む。オブジェクトファイルヘ
ッダ260のテキストサイズ270とデータサイズ28
0からメモリ管理モジュール190に対して、ヒープ領
域からテキストサイズ270とデータサイズ280の大
きさの領域をMMU110のページサイズをアライメントとし
たアドレスから割り当てるように要求する。ダイナミッ
クリンクローダモジュール180はメモリ管理モジュー
ル190がメモリ割り当てに成功したならば、不揮発性
メモリ上120のテキストセグメント310,データセ
グメント320のデータを揮発性メモリ150上のテキ
ストセグメント345,データセグメント350へコピ
ーする。
Dynamic link load module 18
If the value is 0, the value of the storage address 240 is returned from the object management module 200, and the object file header 260 of the object file 140 is read from the address of the storage address 240. Text size 270 and data size 28 of object file header 260
From 0, the memory management module 190 is requested to allocate an area having a text size 270 and a data size 280 from the heap area from an address in which the page size of the MMU 110 is aligned. If the memory management module 190 successfully allocates the memory, the dynamic link loader module 180 copies the data of the text segment 310 and the data segment 320 of the nonvolatile memory 120 to the text segment 345 and the data segment 350 of the volatile memory 150. I do.

【0024】次にダイナミックリンクモジュール180
はオブジェクトファイル140のシンボル情報325を
読み込み、未だアドレスが割り当てられていない大域変
数に対して、メモリ管理モジュール190が割り当てた
アドレスから大域変数のアドレスを計算し、テキストセ
グメント345の指定されたアドレスに大域変数のアド
レスを設定する。また、リアルタイムOS上の大域変数
を使用する場合、システムシンボル情報380から大域
変数のアドレスを取得し、テキストセグメント345の
指定されたアドレスに大域変数のアドレスを設定する。
Next, the dynamic link module 180
Reads the symbol information 325 of the object file 140, calculates the address of the global variable from the address assigned by the memory management module 190 for the global variable to which the address has not yet been assigned, and stores the address of the global variable in the specified address of the text segment 345. Set the address of a global variable. When a global variable on the real-time OS is used, the address of the global variable is obtained from the system symbol information 380, and the address of the global variable is set to the specified address of the text segment 345.

【0025】もし、メモリ管理モジュール190が十分
な領域を割り当てられない場合やアドレスが未定義な大
域変数が存在する場合、ダイナミックリンクローダ18
0はリアルタイムOSに対してエラーを報告する。
If the memory management module 190 cannot allocate a sufficient area, or if there is a global variable whose address is undefined, the dynamic link loader 18
0 reports an error to the real-time OS.

【0026】リアルタイムOSはダイナミックリンクロ
ーダ180の処理を終了後、メモリ管理モジュール19
0に対して、ページテーブル170の作成及び保護ビッ
トの設定を要求する。
After the real-time OS completes the processing of the dynamic link loader 180, the memory management module 19
For 0, it requests the creation of the page table 170 and the setting of the protection bit.

【0027】メモリ管理モジュール190はダイナミッ
クリンクローダ180によって割り当てられたテキスト
セグメント345とデータセグメント350のテキスト
サイズ280とデータサイズ290をMMU110のページサ
イズで割った値からページテーブル170のサイズを算
出し、揮発性メモリ150上の領域を割り当てる。
The memory management module 190 calculates the size of the page table 170 from a value obtained by dividing the text size 280 and the data size 290 of the text segment 345 and the data segment 350 allocated by the dynamic link loader 180 by the page size of the MMU 110, An area on the volatile memory 150 is allocated.

【0028】メモリ管理モジュール190はページテー
ブル170の割り当てられたアドレスとテキストセグメ
ント345,データセグメント350の開始インデック
スをTCB370に格納する。
The memory management module 190 stores the allocated address of the page table 170, the text segment 345, and the start index of the data segment 350 in the TCB 370.

【0029】テキストセグメント345,データセグメ
ント350に対応するページテーブル170のページテ
ーブルエントリの保護ビットに値を設定し、リアルタイ
ムOSに対して処理が成功したことを通知してオブジェ
クトファイル140のローディングの終了を通知する。
A value is set in the protection bit of the page table entry of the page table 170 corresponding to the text segment 345 and the data segment 350, and the real-time OS is notified that the processing is successful, and the loading of the object file 140 is completed. Notify.

【0030】もし、ページテーブル170を十分に割り
当てる領域が存在しない場合、メモリ管理モジュール1
90はリアルタイムOSに対して、エラーを通知する。
If there is not enough area to allocate the page table 170, the memory management module 1
90 notifies the real-time OS of the error.

【0031】リアルタイムOSはタスクのコンテキスト
スイッチングが発生した場合、MMU110内のページテーブ
ルベースレジスタの値を新たに起動されるタスクのペー
ジテーブル170のアドレスを設定し、他のタスクのア
ドレス空間をアクセスできなくする。
When the context switching of the task occurs, the real-time OS can set the value of the page table base register in the MMU 110 to the address of the page table 170 of the newly activated task and access the address space of another task. Lose it.

【0032】図3に処理フローチャートを示す。FIG. 3 shows a processing flowchart.

【0033】[0033]

【発明の効果】本発明によればタスク毎のテキストセグ
メント,データセグメントのアドレス空間を保持するこ
とにより大域変数の保護を可能とする。このため、従来
のリアルタイムOSのようにすべてのタスクで大域変数
を共有するために他のタスクからの大域変数の書き換え
をメモリ管理機構を使用することで防止することが可能
となる。
According to the present invention, global variables can be protected by retaining the address space of the text segment and the data segment for each task. For this reason, it is possible to prevent rewriting of global variables from other tasks by using a memory management mechanism in order to share global variables among all tasks as in a conventional real-time OS.

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

【図1】本発明のシステム構成のブロック図。FIG. 1 is a block diagram of a system configuration according to the present invention.

【図2】本発明のシステム構成のブロック図。FIG. 2 is a block diagram of a system configuration according to the present invention.

【図3】処理フローチャート。FIG. 3 is a processing flowchart.

【図4】従来技術のメモリマップ図。FIG. 4 is a conventional memory map diagram.

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

100…CU、110…MMU、120…不揮発性メモ
リ、130…オブジェクト管理ブロック、140…オブ
ジェクトファイル、150…揮発性メモリ、160…オ
ブジェクトファイル、170…ページテーブル、180
…ダイナミックリンクローダモジュール、190…メモ
リ管理モジュール、200…オブジェクト管理モジュー
ル。
100 CU, 110 MMU, 120 Non-volatile memory, 130 Object management block, 140 Object file, 150 Volatile memory, 160 Object file, 170 Page table, 180
... Dynamic link loader module, 190 ... Memory management module, 200 ... Object management module.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】中央演算処理装置とメモリ管理機構と不揮
発性メモリと揮発性メモリからなる主記憶で構成されて
いる組込み制御用マイクロコンピュータシステムにおい
て、 上記不揮発性メモリ上に格納されているオブジェクトフ
ァイルのアドレスを管理するオブジェクト管理ブロック
と、上記オブジェクトファイルをローディングする場合
に上記オブジェクト管理ブロックから上記オブジェクト
ファイルを検索し、上記不揮発性メモリ上の格納アドレ
スを取得するオブジェクト管理モジュールと、上記不揮
発性メモリから上記オブジェクトファイルを取り出し、
アドレスを割り当てられていない大域変数にアドレスを
設定し、上記揮発性メモリ上に領域を割り当てて上記オ
ブジェクトファイルを格納するダイナミックリンクモジ
ュールと、上記オブジェクトファイルに対して、上記メ
モリ管理機構のページテーブルに他のタスクからの書き
込み保護を設定するメモリ管理モジュールとを設け、上
記オブジェクトファイルに対して、他のタスクからの不
当アクセスによるデータ破壊を保護することを特徴とす
るタスク管理装置。
An embedded control microcomputer system comprising a central processing unit, a memory management mechanism, a main memory including a nonvolatile memory and a volatile memory, wherein an object file stored in the nonvolatile memory is provided. An object management block that manages addresses of the object file; an object management module that retrieves the object file from the object management block when loading the object file and obtains a storage address in the nonvolatile memory; Extract the above object file from
A dynamic link module that sets an address to a global variable to which no address is assigned, allocates an area on the volatile memory and stores the object file, and, for the object file, a page table of the memory management mechanism. A task management device, comprising: a memory management module that sets write protection from another task, and protects the object file from data destruction due to unauthorized access from another task.
JP9093421A 1997-04-11 1997-04-11 Task management device Pending JPH10289158A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9093421A JPH10289158A (en) 1997-04-11 1997-04-11 Task management device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9093421A JPH10289158A (en) 1997-04-11 1997-04-11 Task management device

Publications (1)

Publication Number Publication Date
JPH10289158A true JPH10289158A (en) 1998-10-27

Family

ID=14081846

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9093421A Pending JPH10289158A (en) 1997-04-11 1997-04-11 Task management device

Country Status (1)

Country Link
JP (1) JPH10289158A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007066163A (en) * 2005-09-01 2007-03-15 Toshiba Corp Program generation method and program
US7464189B2 (en) 2005-05-23 2008-12-09 International Business Machines Corporation System and method for creation/deletion of linear block address table entries for direct I/O
US7500071B2 (en) 2005-08-31 2009-03-03 International Business Machines Corporation Method for out of user space I/O with server authentication
US7502872B2 (en) * 2005-05-23 2009-03-10 International Bsuiness Machines Corporation Method for out of user space block mode I/O directly between an application instance and an I/O adapter
US7502871B2 (en) * 2005-05-23 2009-03-10 International Business Machines Corporation Method for query/modification of linear block address table entries for direct I/O
US7552240B2 (en) 2005-05-23 2009-06-23 International Business Machines Corporation Method for user space operations for direct I/O between an application instance and an I/O adapter
US7577761B2 (en) 2005-08-31 2009-08-18 International Business Machines Corporation Out of user space I/O directly between a host system and a physical adapter using file based linear block address translation
US7657662B2 (en) 2005-08-31 2010-02-02 International Business Machines Corporation Processing user space operations directly between an application instance and an I/O adapter
KR100995146B1 (en) 2001-12-05 2010-11-18 글로벌파운드리즈 인크. System and method for handling device accesses to a memory providing increased memory access security
WO2012032829A1 (en) 2010-09-08 2012-03-15 三菱重工業株式会社 Abnormality inspection device, central processing unit, and abnormality inspection method
WO2012039169A1 (en) 2010-09-22 2012-03-29 三菱重工業株式会社 Address translation inspection device, central processing device, and address translation inspection method

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100995146B1 (en) 2001-12-05 2010-11-18 글로벌파운드리즈 인크. System and method for handling device accesses to a memory providing increased memory access security
US7502872B2 (en) * 2005-05-23 2009-03-10 International Bsuiness Machines Corporation Method for out of user space block mode I/O directly between an application instance and an I/O adapter
US7464189B2 (en) 2005-05-23 2008-12-09 International Business Machines Corporation System and method for creation/deletion of linear block address table entries for direct I/O
US7849228B2 (en) 2005-05-23 2010-12-07 International Business Machines Corporation Mechanisms for creation/deletion of linear block address table entries for direct I/O
US7502871B2 (en) * 2005-05-23 2009-03-10 International Business Machines Corporation Method for query/modification of linear block address table entries for direct I/O
US7552240B2 (en) 2005-05-23 2009-06-23 International Business Machines Corporation Method for user space operations for direct I/O between an application instance and an I/O adapter
US7577761B2 (en) 2005-08-31 2009-08-18 International Business Machines Corporation Out of user space I/O directly between a host system and a physical adapter using file based linear block address translation
US7657662B2 (en) 2005-08-31 2010-02-02 International Business Machines Corporation Processing user space operations directly between an application instance and an I/O adapter
US7500071B2 (en) 2005-08-31 2009-03-03 International Business Machines Corporation Method for out of user space I/O with server authentication
JP4559937B2 (en) * 2005-09-01 2010-10-13 株式会社東芝 Program generator
JP2007066163A (en) * 2005-09-01 2007-03-15 Toshiba Corp Program generation method and program
WO2012032829A1 (en) 2010-09-08 2012-03-15 三菱重工業株式会社 Abnormality inspection device, central processing unit, and abnormality inspection method
US8966320B2 (en) 2010-09-08 2015-02-24 Mitsubishi Heavy Industries, Ltd. Fault inspection unit, central processing unit, and fault inspection method
WO2012039169A1 (en) 2010-09-22 2012-03-29 三菱重工業株式会社 Address translation inspection device, central processing device, and address translation inspection method
US9009579B2 (en) 2010-09-22 2015-04-14 Mitsubishi Heavy Industries, Ltd. Address translation checking device, central processing unit, and address translation checking method

Similar Documents

Publication Publication Date Title
US8555024B2 (en) Integrating data from symmetric and asymmetric memory
US8954695B1 (en) Secure pool memory management
US6243789B1 (en) Method and apparatus for executing a program stored in nonvolatile memory
US9514038B2 (en) Managing memory systems containing components with asymmetric characteristics
JP2669365B2 (en) Rewritable ROM file device
US9535628B2 (en) Memory system with shared file system
US9336065B2 (en) Semiconductor device and memory protection method
KR20160123370A (en) File accessing method and related device
JPH08328762A (en) Semiconductor disk device and memory management method therefor
JP2008507770A (en) Method and apparatus for improving USB flash writing performance
JPH10289158A (en) Task management device
US10216529B1 (en) Method and system for sharing driver pages
US20040268084A1 (en) Protected RAM filesystem
US20240168888A1 (en) Faster Computer Memory Access By Reducing SLAT Fragmentation
JP2003256269A (en) Control method for nonvolatile storage device, and memory device
CN111625477B (en) Processing method and device for read request for accessing erase block
JP4423849B2 (en) Data protection system, data protection program, and data protection method
US12039193B2 (en) Apparatus, method and computer program for managing memory page updates within non-volatile memory
JPH03188551A (en) Protective system for asynchronous processing memory
JPH02202653A (en) Computer
JPS60107154A (en) File system utilizing virtual storage device
JPH04114227A (en) Logical block dividing method for fixed disk device
JP2001175525A (en) File system