JP2011186558A - Memory management device and method - Google Patents
Memory management device and method Download PDFInfo
- Publication number
- JP2011186558A JP2011186558A JP2010048334A JP2010048334A JP2011186558A JP 2011186558 A JP2011186558 A JP 2011186558A JP 2010048334 A JP2010048334 A JP 2010048334A JP 2010048334 A JP2010048334 A JP 2010048334A JP 2011186558 A JP2011186558 A JP 2011186558A
- Authority
- JP
- Japan
- Prior art keywords
- data
- memory
- semiconductor memory
- color
- 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
Links
Images
Landscapes
- Techniques For Improving Reliability Of Storages (AREA)
- Memory System (AREA)
Abstract
【課題】シャットダウン及び起動に要する時間を短縮可能であり、不揮発性メモリの性質を考慮した安全性の高いデ―タの保管が可能なメモリ管理装置と管理方法を提供する。
【解決手段】第1の記憶手段21は、不揮発性半導体メモリ9,10と揮発性半導体メモリ8のうちの少なくとも一方に記憶される各データの特性に基づいて生成され、各データの配置領域を決定するヒントとなる配置ヒント情報14を記憶する。第2の記憶手段DBFは、揮発性半導体メモリ内で更新され、不揮発性半導体メモリに更新されていないデータを示す第1のフラグデータを記憶する。第1の検出手段15は、シャットダウン時、第2の記憶手段に記憶された第1のフラグデータに基づき、揮発性半導体メモリから不揮発性半導体メモリに転送すべきデータを検出する。転送手段15は、検出されたデータを配置ヒント情報とは無関係に不揮発性半導体メモリの第2の記憶領域に転送する。
【選択図】図1To provide a memory management device and a management method capable of shortening the time required for shutdown and start-up and capable of storing highly secure data in consideration of the characteristics of a nonvolatile memory.
A first storage means 21 is generated based on characteristics of each data stored in at least one of a nonvolatile semiconductor memory 9, 10 and a volatile semiconductor memory 8, and an arrangement area of each data is determined. The arrangement hint information 14 that is a hint to be determined is stored. The second storage means DBF stores first flag data indicating data updated in the volatile semiconductor memory and not updated in the nonvolatile semiconductor memory. The first detection means 15 detects data to be transferred from the volatile semiconductor memory to the nonvolatile semiconductor memory based on the first flag data stored in the second storage means at the time of shutdown. The transfer means 15 transfers the detected data to the second storage area of the nonvolatile semiconductor memory regardless of the arrangement hint information.
[Selection] Figure 1
Description
本発明は、不揮発性メモリを含むメインメモリを用いたメモリ管理装置及び方法に関する。 The present invention relates to a memory management apparatus and method using a main memory including a nonvolatile memory.
一般に、MPU(Micro Processing Unit)は、DRAM(Dynamic Random Access Memory)をメインメモリ(主記憶装置)として用いている。このようなシステムがシャットダウンされる場合、メインメモリ内の実行コードやデータなどやプロセスのコンテキストが二次記憶装置に保存される。このため、システムを再起動する際、I/Oインターフェースを介して二次記憶装置から必要な実行コードやデータなどを再度メモリ上にロードしなくてはならない。さらに、各プログラムの初期化も再度行われる。このため、システムの起動時間は長くなることが多い。 In general, a micro processing unit (MPU) uses a dynamic random access memory (DRAM) as a main memory (main storage device). When such a system is shut down, the execution code and data in the main memory and the process context are stored in the secondary storage device. For this reason, when the system is restarted, necessary execution codes and data from the secondary storage device must be loaded into the memory again via the I / O interface. Furthermore, each program is initialized again. For this reason, the startup time of the system often becomes long.
この問題を解決するため、(a)メインメモリの記憶状態やプロセスのコンテキストをスワップ領域(二次記憶装置と同義)に退避し、シャットダウンを行う方式(例えばsuspend to swap)や、(b)完全にシステムの電源を落とさず、揮発性メモリからデータが消えないような状態で休止する方式(例えばsuspend to RAM)が提案されている。 To solve this problem, (a) the main memory storage state and process context are saved in a swap area (synonymous with secondary storage device) and shut down (for example, suspend to swap), or (b) complete In other words, a system (for example, suspend to RAM) is proposed in which data is not erased from the volatile memory without turning off the system power.
しかし、(a)の場合、スワップ領域に退避する実行コードやデータなどの最適化が難しく、実行コードやデータなどのサイズに比例して起動時間が長くなる。 However, in the case of (a), it is difficult to optimize the execution code and data saved in the swap area, and the startup time becomes longer in proportion to the size of the execution code and data.
また、(b)の場合、揮発性メモリ上にデータが存在するため、通電状態を保たなければならない。このため、長期間の休止が困難であるという問題がある。 In the case of (b), since data exists on the volatile memory, the energized state must be maintained. For this reason, there exists a problem that a long-term rest is difficult.
尚、関連技術として、次のようなものがある。特許文献1には、統合メモリ管理装置が開示されている。特許文献2には、情報処理装置の主記憶装置としてフラッシュメモリを採用する技術が開示されている。特許文献3においては、種類の異なる半導体メモリ装置を共通のバスに接続することを可能にする発明が開示されている。
Related technologies include the following.
本発明は、シャットダウン及び起動に要する時間を短縮可能であり、不揮発性メモリの性質を考慮した安全性の高いデ―タの保管が可能なメモリ管理装置及び方法を提供しようとするものである。 An object of the present invention is to provide a memory management apparatus and method capable of shortening the time required for shutdown and start-up and capable of storing highly secure data in consideration of the characteristics of a nonvolatile memory.
本発明のメモリ管理装置の態様は、2値データを記憶する第1の記憶領域と、多値データを記憶する第2の記憶領域とを有する不揮発性半導体メモリと、少なくとも前記不揮発性半導体メモリから読み出されたデータを記憶する揮発性半導体メモリと、前記不揮発性半導体メモリと揮発性半導体メモリのうちの少なくとも一方に記憶される各データの特性に基づいて生成され、各データの配置領域を決定するヒントとなる配置ヒント情報を記憶する第1の記憶手段と、揮発性半導体メモリ内で更新され、不揮発性半導体メモリに更新されていないデータを示す第1のフラグデータを記憶する第2の記憶手段と、情報処理装置のシャットダウン時、前記第2の記憶手段に記憶された前記第1のフラグデータに基づき、揮発性半導体メモリから不揮発性半導体メモリに転送すべきデータを検出する第1の検出手段と、前記第1の検出手段により検出されたデータを前記第1の記憶手段に記憶された配置ヒント情報とは無関係に前記不揮発性半導体メモリの前記第2の記憶領域に転送する転送手段とを具備することを特徴とする。 According to an aspect of the memory management device of the present invention, a nonvolatile semiconductor memory having a first storage area for storing binary data and a second storage area for storing multi-value data, and at least the nonvolatile semiconductor memory A volatile semiconductor memory that stores read data, and a data storage area that is generated based on the characteristics of each data stored in at least one of the nonvolatile semiconductor memory and the volatile semiconductor memory, and determines an arrangement area of each data And a second storage for storing first flag data indicating data updated in the volatile semiconductor memory and not updated in the nonvolatile semiconductor memory. And volatile semiconductor memory based on the first flag data stored in the second storage means when the information processing apparatus is shut down. First detection means for detecting data to be transferred to the emitting semiconductor memory; and the nonvolatile data irrespective of the arrangement hint information stored in the first storage means for detecting the data detected by the first detection means. Transfer means for transferring to the second storage area of the conductive semiconductor memory.
本発明のメモリ管理方法の態様は、2値データを記憶する第1の記憶領域と、多値データを記憶する第2の記憶領域とを有する不揮発性半導体メモリと、少なくとも前記不揮発性半導体メモリから読み出されたデータを記憶する揮発性半導体メモリと、前記不揮発性半導体メモリと揮発性半導体メモリのうちの少なくとも一方に記憶される各データの特性に基づいて生成され、各データの配置領域を決定するヒントとなる配置ヒント情報を記憶する第1の記憶手段と、を有する統合メモリ管理方法であって、情報処理装置のシャットダウン時、第2の記憶手段に記憶された揮発性半導体メモリ内で更新され、不揮発性半導体メモリに更新されていないデータを示す第1のフラグデータに基づき、揮発性半導体メモリから不揮発性半導体メモリに転送すべきデータを検出し、前記検出されたデータを前記第1の記憶手段に記憶された前記配置ヒント情報とは無関係に前記不揮発性半導体メモリの前記第1の記憶領域に転送することを特徴とする。 According to an aspect of the memory management method of the present invention, a nonvolatile semiconductor memory having a first storage area for storing binary data and a second storage area for storing multi-value data, and at least from the nonvolatile semiconductor memory A volatile semiconductor memory that stores read data, and a data storage area that is generated based on the characteristics of each data stored in at least one of the nonvolatile semiconductor memory and the volatile semiconductor memory, and determines an arrangement area of each data An integrated memory management method comprising: first storage means for storing arrangement hint information that serves as a hint to be updated, and updated in the volatile semiconductor memory stored in the second storage means when the information processing apparatus is shut down Volatile semiconductor memory to non-volatile semiconductor memory based on first flag data indicating data that has not been updated to non-volatile semiconductor memory Data to be transferred is detected, and the detected data is transferred to the first storage area of the nonvolatile semiconductor memory regardless of the placement hint information stored in the first storage means. And
本発明は、シャットダウン及び起動に要する時間を短縮可能であり、不揮発性メモリの性質を考慮した安全性の高いデ―タの保管が可能なメモリ管理装置及び方法を提供できる。 The present invention can provide a memory management device and method capable of shortening the time required for shutdown and startup and capable of storing highly secure data in consideration of the characteristics of the nonvolatile memory.
以下、図面を参照しながら本発明の各実施の形態について説明する。なお、以下の説明において、略又は実質的に同一の機能及び構成要素については、同一符号を付し、必要に応じて説明を行う。 Embodiments of the present invention will be described below with reference to the drawings. In the following description, substantially the same or substantially the same functions and components are denoted by the same reference numerals and will be described as necessary.
(第1の実施形態)
図1を参照して、本発明の第1の実施形態に係るメモリ管理装置1及び情報処理装置100について説明する。図1は、本実施形態に係るメモリ管理装置及び情報処理装置の構成の一例を示すブロック図である。
(First embodiment)
A
情報処理装置100は、メモリ管理装置1と、混成メインメモリ2と、プロセッサ3a,3b,3cとを備える。
The
プロセッサ3a,3b,3cは、例えば、MPU(Micro Processor Unit)又はGPU(Graphic Processor Unit)である。プロセッサ3a,3b,3cは、各々に1次キャッシュメモリ4a,4b,4cと、2次キャッシュメモリ5a,5b,5cを備える。プロセッサ3a,3b,3cは、それぞれプロセス6a,6b,6cを実行し、種々のデータを処理する。プロセッサ3a,3b,3cは、プロセス6a,6b,6cの実行においては、仮想アドレスによりデータを指定する。
The
プロセッサ3a,3b,3cは、データ(書き込み対象データ)を混成メインメモリ2に書き込む場合には、書き込み要求を発生させる。また、プロセッサ3a,3b,3cは、データ(読み出し対象データ)を混成メインメモリ2から読み出す場合には、読み出し要求を発生させる。
The
プロセッサ3a,3b,3cは、各々に仮想アドレスをMPU又はGPUの物理アドレス(混成メインメモリ2に対する論理アドレス)に変換するページテーブル(図示せず)を備える。プロセッサ3a,3b,3cは、1次キャッシュメモリ4a,4b,4c、2次キャッシュメモリ5a,5b,5c、又は混成メインメモリ2にデータを書き込む場合には、ページテーブルにより仮想アドレスを論理アドレスに変換し、論理アドレスにより書き込み対象データを指定する。同様に、プロセッサ3a,3b,3cは、1次キャッシュメモリ4a,4b,4c、2次キャッシュメモリ5a,5b,5c、又は混成メインメモリ2からデータを読み出す場合には、ページテーブルにより仮想アドレスを論理アドレスに変換し、論理アドレスにより読み出し対象データを指定する。
Each of the
なお、以下において、1次キャッシュメモリ4a,4b,4c、2次キャッシュメモリ5a,5b,5c、又は混成メインメモリ2に対する書き込み、読み出しを総称して「アクセス」と表現する。
Hereinafter, writing to and reading from the
メモリ管理装置1は、プロセッサ3a,3b,3cの混成メインメモリ2に対するアクセス(書き込み、読み出し)を管理する。メモリ管理装置1は、処理部15と、作業メモリ16と、情報記憶部17とを備える。メモリ管理装置1は、後述するメモリ使用情報11と、メモリ固有情報12と、アドレス変換情報13と、カラーリングテーブル14とを情報記憶部17に格納する。メモリ管理装置1の情報記憶部17に格納されるカラーリングテーブル14は、不揮発性半導体メモリ9,10に格納されているカラーリングテーブル14の一部であってもよい。例えば、不揮発性半導体メモリ9,10に格納されているカラーリングテーブル14のうち、頻繁に用いられるカラーリングテーブル14のデータを、メモリ管理装置1の情報記憶部17に格納するとしてもよい。メモリ管理装置1は、カラーリングテーブル14等を参照し、プロセッサ3a,3b,3cの混成メインメモリ2に対するアクセスを管理する。詳細については後述する。
The
混成メインメモリ2は、第1のメモリ、第2のメモリ、及び第3のメモリを備えている。第1のメモリは、第2のメモリよりもアクセス可能上限回数が多い。第2のメモリは、第3のメモリよりもアクセス可能上限回数が多い。ここでアクセス可能上限回数とは、統計的に予想される期待値であって、常にこの関係が保証されることを意味してはいないことに注意されたい。
The hybrid
本実施形態では、第1のメモリは揮発性半導体メモリ8であるとする。揮発性半導体メモリ8としては、例えば、DRAM(Dynamic Random Access Memory)、FPM−DRAM、EDO−DRAM、SDRAMなどのような、一般的なコンピュータにおいてメインメモリとして利用されるメモリが用いられる。また、DRAM程度の高速ランダムアクセスが可能であり、アクセス可能上限回数に実質的な制限が無いのであれば、MRAM(Magnetoresistive Random Access Memory)、FeRAM(Ferroelectric Random Access Memory)などの不揮発性ランダムアクセスメモリを採用してもよい。
In the present embodiment, it is assumed that the first memory is a
第2のメモリは不揮発性半導体メモリ9であるとする。不揮発性半導体メモリ9としては、例えば、SLC(Single Level Cell)タイプのNAND型フラッシュメモリが用いられる。SLCは、MLC(Multi Level Cell)と比較して、読み出し及び書き込みが高速であり、信頼性が高い。しかしながら、SLCは、MLCと比較して、ビットコストが高く、大容量化には向いていない。
Assume that the second memory is a
第3のメモリは不揮発性半導体メモリ10であるとする。不揮発性半導体メモリ10としては、例えば、MLCタイプのNAND型フラッシュメモリが用いられる。MLCは、SLCと比較して、読み出し及び書き込みが低速であり、信頼性が低い。しかしながら、MLCは、SLCと比較して、ビットコストが低く、大容量化に向いている。
Assume that the third memory is a
なお、本実施形態では、不揮発性半導体メモリ9がSLCタイプのNAND型フラッシュメモリであり、不揮発性半導体メモリ10がMLCタイプのNAND型フラッシュメモリであるが、例えば、不揮発性半導体メモリ9が2bit/CellのMLCタイプのNAND型フラッシュメモリであり、不揮発性半導体メモリ10が3bit/CellのMLCタイプのNAND型フラッシュメモリであってもよい。
In the present embodiment, the
信頼性とは、記憶装置からデータを読み出す場合におけるデータの欠損の起こりにくさの程度(耐久性)を意味する。SLCの耐久性は、MLCの耐久性よりも高い。ここで、耐久性が高いとは、アクセス可能上限回数が多く、耐久性が低いとは、アクセス可能上限回数が少ないことを意味する。 Reliability means the degree of difficulty (durability) of data loss when reading data from a storage device. The durability of SLC is higher than that of MLC. Here, high durability means that the accessible upper limit number is large, and low durability means that the accessible upper limit number is small.
SLCは1つのメモリセルに1ビットの情報を記憶可能である。一方、MLCは1つのメモリセルに2ビット以上の情報を記憶可能である。すなわち、本実施形態に係る混成メインメモリ2は、第1に、揮発性メモリ8、第2に、不揮発性半導体メモリ9、第3に、不揮発性半導体メモリ10、の順で耐久性が高い。
The SLC can store 1-bit information in one memory cell. On the other hand, the MLC can store information of 2 bits or more in one memory cell. That is, the hybrid
NAND型フラッシュメモリなどの不揮発性半導体メモリ9,10は、揮発性半導体メモリ8と比較して、安価で大容量化が可能である。不揮発性半導体メモリ9,10としては、NAND型フラッシュメモリに代えて、例えばNOR型フラッシュメモリなどのような他の種類のフラッシュメモリ、PRAM(Phase change memory)、ReRAM(Resistive Random access memory)を用いることもできる。
Compared with the
なお、第3のメモリとしてMLCを採用し、第2のメモリとして、MLCの下位ページのみを使用してデータ書き込みを行う擬似SLCモードが利用可能なMLCを採用してもよい。この場合、第2のメモリと第3のメモリとを共通のチップのみで構成することが可能であり、製造コスト面で有利となる。 Note that MLC may be employed as the third memory, and MLC capable of using a pseudo SLC mode in which data writing is performed using only the lower page of the MLC may be employed as the second memory. In this case, the second memory and the third memory can be configured by only a common chip, which is advantageous in terms of manufacturing cost.
メインメモリとして不揮発性半導体メモリ9,10を利用する場合と、2次記憶装置として不揮発性半導体メモリ9,10を利用する場合とを比較すると、メインメモリとして不揮発性半導体メモリ9,10を使用した場合にはこの不揮発性半導体メモリ9,10へのアクセス頻度が高くなる。本実施形態においては、揮発性半導体メモリ8とSLCの不揮発性半導体メモリ9とMLCの不揮発性半導体メモリ10とを混成してメインメモリとする混成メインメモリ2を備えた情報処理装置を実現している。混成メインメモリ2は、異機種混在型の主記憶装置であり、メモリ管理装置1によってデータの配置が管理される。
When the case where the
不揮発性半導体メモリ9,10の所定の領域には、メモリ使用情報11、メモリ固有情報12、アドレス変換情報13、カラーリングテーブル14が記憶されている。
メモリ使用情報11は、不揮発性半導体メモリ9,10の各ページ領域の書き込み発生回数及び読み出し発生回数と、各ブロック領域の消去回数と、使用中領域サイズを含む。
The
メモリ固有情報12は、揮発性半導体メモリ8のメモリサイズと、不揮発性半導体9、10のメモリサイズと、不揮発性半導体メモリ9,10のページサイズ及びブロックサイズと、各領域のアクセス可能上限回数(書き込み可能上限回数、読み出し可能上限回数、消去可能上限回数)と、を含む。ここで、ページサイズとは、不揮発性半導体メモリ9,10の書き込み、読み出しのデータサイズの単位である。ブロックサイズとは、不揮発性半導体メモリ9,10のデータ消去サイズの単位である。不揮発性半導体メモリ9,10において、ブロックサイズはページサイズよりも大きい。
The memory
アドレス変換情報13は、プロセッサ3a,3b,3cから与えられる論理アドレスを、論理アドレスに対応する物理アドレスに変換する情報である。アドレス変換情報13の詳細については後述する。
The
カラーリングテーブル14は、データ毎のカラーリング情報が保持するテーブルである。カラーリング情報は、静的カラー情報と動的カラー情報を含む。詳細は後述する。 The coloring table 14 is a table that holds coloring information for each data. The coloring information includes static color information and dynamic color information. Details will be described later.
次に、図2を参照して、本実施形態に係るメモリ管理装置とオペレーティングシステムとについてさらに説明する。図2は、本実施形態に係るメモリ管理装置1及び情報処理装置100の構成の一例を示すブロック図である。図2では、図1のプロセッサ3a,3b,3cのうちプロセッサ3bを代表として説明するが、他のプロセッサ3a,3cについても同様である。
Next, the memory management device and the operating system according to the present embodiment will be further described with reference to FIG. FIG. 2 is a block diagram illustrating an example of the configuration of the
オペレーティングシステム27は、プロセッサ3bにより実行される。オペレーティングシステム27は、プロセッサ3bで実行され、情報記憶部17に格納されているカラーリングテーブル14にアクセスする権限を有する。
The
メモリ管理装置1の処理部15は、アドレス管理部18、読み出し管理部19、書き込み管理部20、カラーリング情報管理部21、メモリ使用情報管理部22、再配置部23を備える。さらに、カラーリング情報管理部21は、アクセス頻度算出部24、動的カラー情報管理部25を備える。
The
処理部15は、情報記憶部17に記憶されている情報に基づいて、作業メモリ16を使用しつつ各種処理を実行する。
The
作業メモリ16は、例えばバッファとして利用され、各種のデータ変換などの作業領域として使用される。
The
処理部15に備えられている上記機能ブロックは、ハードウェア及びソフトウェア(例えばオペレーティングシステム27、ファームウェア等)のいずれか一方、又は両者の組み合わせとして実現することができる。これらの機能ブロックが、ハードウェアとして実現されるか、又はソフトウェアとして実現されるかは、具体的な実施形態、又は情報処理装置100全体に課せられた設計制約に依存する。当業者は、具体的な実施形態毎に、様々な方法でこれらの機能を実現し得るが、そのような実現を決定することは本発明の範疇に含まれるものである。なお、以下の説明において用いられる機能ブロックについても同様である。
The functional block provided in the
アドレス管理部18は、論理アドレスに対して物理アドレスを割り当て、アドレス変換情報13に記憶する。これにより、処理部15は、アドレス変換情報13を参照することにより、論理アドレスに対応する物理アドレスを取得することができる。
The
読み出し管理部19は、プロセッサ3a,3b,3cが読み出し要求を発生した場合に、混成メインメモリ2に対して読み出し対象データの読み出し処理を管理する。
When the
書き込み管理部20は、プロセッサ3a,3b,3cが書き込み要求を発生した場合に、混成メインメモリ2に対して書き込み対象データを書き込む処理を管理する。
The
カラーリング情報管理部21は、カラーリングテーブル14を管理する。
The coloring
メモリ使用情報管理部22は、混成メインメモリ2のメモリ使用情報11を管理する。
The memory usage
再配置部23は、プロセッサ3a,3b,3cの動作と非同期に、カラーリングテーブル14に含まれているカラーリング情報に基づき、任意の論理アドレスに対応する物理アドレスに配置されているデータの再配置を行う。再配置部23は、例えば、後述する動的カラー情報に基づき、不揮発性半導体メモリ10に含まれるデータのうち、読み出し頻度、書き込み頻度が高いデータを、定期的に、不揮発性半導体メモリ9に再配置する。また、再配置部23は、例えば、動的カラー情報に基づき、不揮発性半導体メモリ9に含まれるデータのうち、読み出し頻度、書き込み頻度が低いデータを、定期的に、不揮発性半導体メモリ10に再配置する。同様に、再配置部23は、揮発性半導体メモリ8、不揮発性半導体メモリ9,10の間でもデータの再配置を行うことが可能である。後述する書き込み管理部20による書き込み処理は、データの更新が発生するたびに、書き込み先メモリ領域の判断処理と書き込み先ブロック領域の判断処理を行うことで再配置を行う。これに対し、再配置部23はデータの再配置を定期的に行う。再配置部23がデータの再配置を行う場合、書き込み管理部20及び読み出し管理部19は再配置が終了するまで動作しない。再配置部23の動作開始のトリガは、開発者によって設定された周期や、ユーザインターフェースにて設定可能な周期としてもよい。また、情報処理装置100が休止状態になる時に再配置部23が動作してもよい。
The
アクセス頻度算出部24は、カラーリングテーブル14に含まれているカラーリング情報に基づき、データのアクセス頻度情報(動的書き込み頻度DW_color、動的読み出し頻度DR_color)を算出する。
The access
動的カラー情報管理部25は、カラーリングテーブル14に含まれている動的カラー情報を管理する。
The dynamic color
次に、図3を参照して、本実施形態に係る混成メインメモリについて説明する。図3は、本実施形態に係る混成メインメモリ2のメモリマップの一例を示す図である。
Next, the hybrid main memory according to the present embodiment will be described with reference to FIG. FIG. 3 is a diagram showing an example of a memory map of the hybrid
混成メインメモリ2は、揮発性半導体メモリ8(DRAM領域)と、不揮発性半導体メモリ9(SLC領域)と、不揮発性半導体メモリ10(2bit/Cell領域、3bit/Cell領域、4bit/Cell領域)とを備える。DRAM領域、SLC領域、2bit/Cell領域、3bit/Cell領域、4bit/Cell領域を総称して、メモリ領域と称する。
The hybrid
揮発性半導体メモリ8は、例えば、128MByteのDRAM領域から構成される。
The
不揮発性半導体メモリ9は、例えば、2GByteのB領域と128MByteのB冗長ブロック領域と、2GByteのC領域と128MByteのC冗長ブロック領域から構成される。不揮発性半導体メモリ9の各メモリ領域は、SLCタイプのNAND型フラッシュメモリである。
The
不揮発性半導体メモリ10は、例えば、4GByteのA領域と128MByteのA冗長ブロック領域から構成される2bit/Cell領域と、4GByteのD領域と128MByteのD冗長ブロック領域から構成される3bit/Cellと、4GByteのE領域と128MByteのE冗長ブロック領域から構成される4bit/Cell領域とにより構成される。不揮発性半導体メモリ10の各メモリ領域は、MLCタイプのNAND型フラッシュメモリである。図3に示すように、メモリ領域には、物理アドレスが割り付けられる。
The
混成メインメモリ2が上記構成である場合には、メモリ固有情報12は、1)混成メインメモリ2のメモリ空間内の揮発性半導体メモリ8(DRAM領域)のメモリサイズ、2)混成メインメモリ2のメモリ空間内の不揮発性半導体メモリ9,10のメモリサイズ、3)混成メインメモリ2のメモリ空間を構成するNAND型フラッシュメモリのブロックサイズ、ページサイズ、4)不揮発性半導体メモリ9内のSLC領域(2値領域)として割り付けられたメモリ空間情報(消去可能上限回数、読み出し可能上限回数、書き込み可能上限回数を含む)、5)2bit/Cell領域に割り付けられたメモリ空間情報(消去可能上限回数、読み出し可能上限回数、書き込み可能上限回数を含む)、6)3bit/Cell領域に割り付けられたメモリ空間情報(消去可能上限回数、読み出し可能上限回数、書き込み可能上限回数を含む)、7)4bit/Cell領域に割り付けられたメモリ空間情報(消去可能上限回数、読み出し可能上限回数を含む)を含む。
When the hybrid
次に、図4を参照して、本実施形態に係るアドレス変換情報(アドレス変換テーブル)13について説明する。図4は、本実施形態に係るアドレス変換情報13の一例を示す図である。
Next, the address conversion information (address conversion table) 13 according to the present embodiment will be described with reference to FIG. FIG. 4 is a diagram illustrating an example of the
アドレス変換情報13では、論理アドレス、揮発性半導体メモリ8の物理アドレス、不揮発性半導体メモリ9,10の物理アドレス、有効/無効フラグが、テーブル形式で管理される。
In the
アドレス変換情報13の各エントリには、論理アドレス、この論理アドレスに対応する揮発性半導体メモリ8の物理アドレスと不揮発性半導体メモリ9,10の物理アドレスとのうちの少なくとも一つ、有効/無効フラグが登録される。
Each entry of the
有効/無効フラグは、各エントリが有効であるか否かを示す情報である。有効/無効フラグは、1のときに有効、0のときに無効を表す。エントリの有効/無効フラグの初期値は0である。有効/無効フラグが0のエントリは、論理アドレスのマッピングされていないエントリ、又は、論理アドレスがマッピングされたが消去されたエントリである。有効/無効フラグが1のエントリには、論理アドレスがマッピングされており、揮発性半導体メモリ8と不揮発性半導体メモリ9,10とのうちの少なくとも一方に、論理アドレスに対応する物理アドレスが存在する。
The valid / invalid flag is information indicating whether each entry is valid. The valid / invalid flag indicates valid when 1 and invalid when 0. The initial value of the valid / invalid flag of the entry is 0. An entry whose valid / invalid flag is 0 is an entry in which a logical address is not mapped, or an entry in which a logical address is mapped but deleted. A logical address is mapped to an entry whose valid / invalid flag is 1, and a physical address corresponding to the logical address exists in at least one of the
なお、図4に示すアドレス変換情報13の例では、アドレス変換情報13の1エントリで論理アドレス、揮発性半導体メモリ8の物理アドレス、不揮発性半導体メモリ9,10の物理アドレスを管理しているが、例えば、アドレス変換情報13では論理アドレスと不揮発性半導体メモリ8の物理アドレスを管理し、論理アドレスと揮発性半導体メモリ9,10の物理アドレスは、別のタグRAMで管理してもよい。この場合、論理アドレスから物理アドレスへ変換する際には、まず、タグRAMが参照され、タグRAMに当該論理アドレスに対応する物理アドレスがない場合に、アドレス変換情報13が参照される。
In the example of the
次に、図5を参照して、本実施形態に係るカラーリングテーブル14について説明する。図5は、本実施形態に係るカラーリングテーブル14の一例を示す図である。 Next, the coloring table 14 according to the present embodiment will be described with reference to FIG. FIG. 5 is a diagram illustrating an example of the coloring table 14 according to the present embodiment.
本実施形態では、データ毎にカラーリング情報が付与される。カラーリング情報が付与されるデータのデータサイズ単位は、例えば、読み出し、書き込みの最小の単位である。例えば、読み出し、書き込みの最小の単位は、NAND型フラッシュメモリのページサイズである。カラーリングテーブル14は、データ毎にカラーリング情報を対応付け、エントリ単位でカラーリング情報を格納する。カラーリングテーブル14の各エントリには、インデックスが付されている。インデックスとは、論理アドレスを基に生成される値である。メモリ管理装置1の読み出し管理部19、書き込み管理部20、カラーリング情報管理部21、再配置部23などは、データを指定する論理アドレスが与えられると、論理アドレスに対応するインデックスにより管理されているエントリを参照し、データのカラーリング情報を取得する。
In the present embodiment, coloring information is assigned to each data. The data size unit of the data to which the coloring information is added is, for example, the minimum unit for reading and writing. For example, the minimum unit for reading and writing is the page size of the NAND flash memory. The coloring table 14 associates coloring information for each data, and stores the coloring information for each entry. Each entry in the coloring table 14 is indexed. An index is a value generated based on a logical address. The
カラーリング情報は、静的カラー情報と、動的カラー情報とを含む。静的カラー情報は、カラーリング情報が付与される当該データの特性に基づいて生成される情報であり、当該データの混成メインメモリ2上の配置(書き込み)領域を決定するヒントとなる情報である。動的カラー情報は、データの読み出しと書き込みの回数と頻度の少なくとも一方を含む情報である。
The coloring information includes static color information and dynamic color information. The static color information is information generated based on the characteristics of the data to which coloring information is added, and is information that serves as a hint for determining the arrangement (writing) area of the data on the mixed
次に、図6を参照して、静的カラー情報について説明する。図6は、本実施形態に係る静的カラー情報の一例を説明するための図である。 Next, static color information will be described with reference to FIG. FIG. 6 is a diagram for explaining an example of static color information according to the present embodiment.
静的カラー情報は、当該データの「重要度」、「読み出し頻度、書き込み頻度」、「データ寿命」のうち少なくとも一つの情報を含む。図6において説明する、読み出し頻度は、後述する、静的読み出し頻度に対応し、書き込み頻度は、静的書き込み頻度に対応する。 The static color information includes at least one information of “importance”, “reading frequency, writing frequency”, and “data life” of the data. The read frequency described in FIG. 6 corresponds to a static read frequency, which will be described later, and the write frequency corresponds to the static write frequency.
「重要度」とは、データの種類等に基づいて、当該データの重要性を推測して設定される値である。 The “importance” is a value set by estimating the importance of the data based on the type of data.
「読み出し頻度、書き込み頻度」とは、データの種類等に基づいて、当該データが読み出し、又は書き込みされる頻度を推測して設定される値である。 The “reading frequency and writing frequency” are values set by estimating the frequency of reading or writing the data based on the type of data.
「データ寿命」とは、データの種類等に基づいて、当該データが消去されずにデータとして使用される期間(データの寿命)を推測して設定される値である。 The “data lifetime” is a value set by estimating the period (data lifetime) in which the data is used without being erased based on the type of data.
「重要度」、「読み出し頻度、書き込み頻度(読み書き頻度)」、「データ寿命」は、例えば、ファイルシステムに保持されるファイルの特性、又はプログラムに一次的に使用される領域の特性により推測される。 The “importance”, “read frequency, write frequency (read / write frequency)”, and “data lifetime” are estimated based on, for example, the characteristics of the file held in the file system or the characteristics of the area primarily used in the program. The
ファイルシステムに保持されるファイルの特性とは、カラーリング情報が付与される当該データが含まれるファイルデータのファイルに付加されたデータ属性により判断される特性である。ファイルに付加されたデータ属性には、ファイルのヘッダ情報、ファイル名、ファイルの位置、ファイル管理データ(inoddに保持される情報)等が含まれる。例えば、ファイルの位置としては、ファイルがファイルシステムのゴミ箱に位置している場合には、当該ファイルに含まれるデータの特性は、重要性が低い、読み出しの頻度、書き込みの頻度が低い、データの寿命が短い、と予測できる。この特性に基づき、当該データのカラーリング情報は、書き込み頻度は低、読み出し頻度は低、データの寿命は短、と推測される。 The characteristic of the file held in the file system is a characteristic determined by the data attribute added to the file of the file data including the data to which the coloring information is added. The data attributes added to the file include file header information, file name, file position, file management data (information held in inodd), and the like. For example, if the file is located in the trash of the file system, the characteristics of the data contained in the file are less important, the frequency of reading, the frequency of writing, It can be predicted that the lifetime is short. Based on this characteristic, it is presumed that the coloring information of the data has a low writing frequency, a low reading frequency, and a short data life.
プログラムに一時的に使用される領域の特性には、カラーリング情報が付与される当該データが扱われるプログラムのプログラム実行時のデータ種別に基づき判断される特性と、プログラムファイル生成時のデータ種別に基づき判断される特性とが含まれる。 The characteristics of the area temporarily used in the program include the characteristics determined based on the data type at the time of program execution of the program that handles the data to which coloring information is assigned, and the data type at the time of program file generation. And characteristics determined based on this.
プログラム実行時のデータ種別とは、例えば、プログラム実行時に、当該データがスタック領域、ヒープ領域、テキスト領域のいずれの領域にマッピングされたかに基づいて分類されるデータ種別である。例えば、スタック領域、ヒープ領域にマッピングされたデータの特性は、書き込みの頻度は高く、読み出しの頻度は高く、重要性は高く、データ寿命は短い、と予測される。この特性に基づき、当該データの静的カラーリング情報は、書き込み頻度は高、読み出し頻度は高、重要度は高、データ寿命は短、と推測される。例えば、テキスト領域にマッピングされたデータの特性は、リード・オンリーのデータであるので、書き込みの頻度は低く、読み出しの頻度は高く、重要性は高く、データの寿命は長いと予測される。この特性に基づき、当該データの静的カラーリング情報は、書き込み頻度は高、読み出し頻度は高、重要度は高、データ寿命は長、と推測される。 The data type at the time of program execution is, for example, a data type classified based on whether the data is mapped to a stack area, a heap area, or a text area at the time of program execution. For example, the characteristics of data mapped to the stack area and the heap area are predicted to be high in write frequency, high in read frequency, high in importance, and short in data life. Based on this characteristic, it is presumed that the static coloring information of the data has a high writing frequency, a high reading frequency, a high importance level, and a short data life. For example, since the data mapped to the text area is read-only data, the frequency of writing is low, the frequency of reading is high, the importance is high, and the life of the data is predicted to be long. Based on this characteristic, it is presumed that the static coloring information of the data has high writing frequency, high read frequency, high importance, and long data life.
プログラムファイル生成時のデータ種別予測とは、プログラム生成時に、当該プログラムで扱われるデータの重要度、読み書き頻度、データ寿命を推測することである。 Data type prediction when generating a program file means estimating the importance, read / write frequency, and data life of data handled by the program at the time of program generation.
また、静的カラー情報は、ユーザインターフェースにより、ユーザが直接設定してもよい。 The static color information may be set directly by the user through the user interface.
次に、図7を参照して、カラーリング情報に基づく、データの書き込み処理の一例を示す。図7は、データ配置の処理の一例を示すフローチャートである。 Next, an example of a data writing process based on the coloring information will be described with reference to FIG. FIG. 7 is a flowchart illustrating an example of data arrangement processing.
前述のように、本実施形態では、混成メインメモリ2は、揮発性半導体メモリ8、不揮発性半導体メモリ9,10を備える。データを混成メインメモリ2に配置する場合、カラーリング情報に基づいて、揮発性半導体メモリ8、不揮発性半導体メモリ9,10のいずれかのメモリ領域が配置先として決定される。
As described above, in the present embodiment, the hybrid
まず、データ(書き込み対象データ)の書き込み要求が発生した場合、書き込み管理部20は、書き込み対象データに付与されているカラーリング情報を参照する(ステップS1)。
First, when a write request for data (write target data) occurs, the
次に、書き込み管理部20は、カラーリング情報の「データ寿命」を参照し、書き込み対象データのデータ寿命の判断を行う(ステップS2)。
Next, the
書き込み対象データのデータ寿命が短いと判断された場合(ステップS3)には、書き込み管理部20は、書き込み対象データが配置されるメモリ領域として揮発性半導体メモリ8を選択し(ステップS4)、書き込み対象データが配置されるメモリ領域を、揮発性半導体メモリ8に決定する(ステップS12)
書き込み対象データのデータ寿命が長いと判断された場合(ステップS3)には、書き込み管理部20は、書き込み対象データのカラーリング情報の「重要度」を参照し、書き込み対象データの重要度の判断を行う(ステップS5)。
When it is determined that the data life of the write target data is short (step S3), the
When it is determined that the data life of the write target data is long (step S3), the
書き込み対象データの重要度が高いと判断された場合(ステップS6)には、書き込み管理部20は、書き込み対象データが配置されるメモリ領域として耐久性(信頼性)の高い不揮発性メインメモリ9を選択する(ステップS7)。さらに、書き込み管理部20は、書き込み対象データのカラーリング情報に基づき、書き込み対象データを揮発性半導体メモリ8にキャッシュするか否か(カラーリング情報によるキャッシュ方式)の判断を行い(ステップS8)、書き込み対象データが配置されるメモリ領域を、不揮発性半導体メモリ9に決定する(ステップS12)。
When it is determined that the importance of the write target data is high (step S6), the
書き込み対象データの重要度が低いと判断された場合(ステップS6)には、書き込み管理部20は、書き込み対象データが配置されるメモリ領域として耐久性の低い不揮発性半導体メモリ10を選択する(ステップS9)。さらに、書き込み管理部20は、書き込み対象データのカラーリング情報(動的カラー情報、静的カラー情報)により、書き込み対象データの読み出し頻度、書き込み頻度の判断を行う(ステップS10)。
When it is determined that the importance of the write target data is low (step S6), the
書き込み対象データの読み出し頻度、書き込み頻度が高いと判断された場合(ステップS11)には、書き込み管理部20は、書き込み対象データが配置されるメモリ領域として不揮発性半導体メモリ9を選択する(ステップS7)。さらに、書き込み管理部20は、書き込み対象データのカラーリング情報に基づき、書き込み対象データを揮発性半導体メモリ8にキャッシュするか否か(カラーリング情報によるキャッシュ方式)の判断を行い(ステップS8)、書き込み対象データが配置されるメモリ領域を不揮発性半導体メモリ9に決定する(ステップS12)。
When it is determined that the read frequency and the write frequency of the write target data are high (step S11), the
書き込み対象データの読み出し頻度、書き込み頻度が低いと判断された場合(ステップS11)には、書き込み管理部20は、書き込み対象データのカラーリング情報に基づき、書き込み対象データを不揮発性メインメモリ8にキャッシュするか否か(カラーリング情報によるキャッシュ方式)の判断を行い(ステップS8)、書き込み対象データが配置されるメモリ領域を不揮発性半導体メモリ10に決定する(ステップS12)。
When it is determined that the read frequency and the write frequency of the write target data are low (step S11), the
次に、図8を参照して、本実施形態に係るカラーリングテーブル14の構成例について説明する。図8は、本実施形態に係るカラーリングテーブル14の構成の一例を示す図である。図8に示すカラーリングテーブル14では、図5、図6に示すカラーリング情報のうち、特に、読み出し頻度、書き込み頻度、データ寿命をカラーリング情報として用いる場合について説明する。 Next, a configuration example of the coloring table 14 according to the present embodiment will be described with reference to FIG. FIG. 8 is a diagram showing an example of the configuration of the coloring table 14 according to the present embodiment. In the coloring table 14 shown in FIG. 8, the case where the reading frequency, the writing frequency, and the data lifetime are used as the coloring information among the coloring information shown in FIGS. 5 and 6 will be described.
なお、カラーリング情報としては、「重要度」、「読み出し頻度、書き込み頻度」、「データ寿命」のいずれか1つを用いてもよいし、または任意の2つを組み合わせて用いてもよいし、または全てを組み合わせて用いてもよい。さらに、図6で示していない他のカラーリング情報を別途定義して用いることも可能である。 As coloring information, any one of “importance”, “reading frequency, writing frequency”, and “data lifetime” may be used, or any two may be used in combination. , Or all may be used in combination. Furthermore, other coloring information not shown in FIG. 6 can be separately defined and used.
カラーリングテーブル14は、データ毎にカラーリング情報を対応付け、エントリ単位で保持するテーブルである。カラーリングテーブル14によりカラーリング情報が対応付けられるデータのデータサイズは、例えば、読み出し、書き込まれる最小のデータサイズである。例えば、読み出し、書き込まれる最小のデータサイズは、NAND型フラッシュメモリのページサイズである。以下において、カラーリングテーブル14によりカラーリング情報が対応付けられるデータのデータサイズがページサイズであるとして説明するが、これに限定されるものではない。 The coloring table 14 is a table that associates coloring information for each data and holds them in units of entries. The data size of the data associated with the coloring information by the coloring table 14 is, for example, the minimum data size to be read and written. For example, the minimum data size to be read and written is the page size of the NAND flash memory. In the following description, it is assumed that the data size of the data associated with the coloring information by the coloring table 14 is the page size, but the present invention is not limited to this.
カラーリングテーブル14の各エントリには、インデックスが付されている。 Each entry in the coloring table 14 is indexed.
カラーリングテーブル14に保持されるカラーリング情報には、静的カラー情報と、動的カラー情報とが含まれる。 The coloring information held in the coloring table 14 includes static color information and dynamic color information.
インデックスとは、論理アドレスを基に生成される値である。メモリ管理装置1の読み出し管理部19、書き込み管理部20、カラーリング情報管理部21、再配置部23などは、データを指定する論理アドレスが与えられると、論理アドレスに対応するインデックスにより管理されているエントリを参照することで、データのカラーリング情報を取得する。
An index is a value generated based on a logical address. The
静的カラー情報は、静的書き込み頻度を示す値SW_color、静的読み出し頻度を示すSR_color、データ寿命SL_color、データの生成された時刻ST_colorを含む。 The static color information includes a value SW_color indicating a static writing frequency, SR_color indicating a static reading frequency, a data life SL_color, and a data generation time ST_color.
ここで、静的書き込み頻度SW_colorとは、データの種類等に基づいて、当該データが書き込まれる頻度を推測して設定される値である。静的読み出し頻度SR_colorとは、データの種類等に基づいて、当該データが読み出される頻度を推測して設定される値である。例えば、静的書き込み頻度SW_colorは、書き込み頻度が高いと推測されるデータほど、高い値が設定される。例えば、静的読み出し頻度SR_colorは、読み出し頻度が高いと推測されるデータほど、高い値が設定される。 Here, the static writing frequency SW_color is a value set by estimating the frequency of writing the data based on the type of data. The static reading frequency SR_color is a value set by estimating the frequency of reading the data based on the type of data. For example, the static writing frequency SW_color is set to a higher value for data estimated to have a higher writing frequency. For example, the static reading frequency SR_color is set to a higher value for data estimated to have a higher reading frequency.
データ寿命SL_colorとは、データの種類等に基づいて、当該データが消去されずにデータとして使用される期間(データの寿命)を推測して設定される値である。 The data life SL_color is a value set by estimating a period (data life) in which the data is used as data without being erased based on the type of data.
静的カラー情報は、データを生成するプログラム(プロセス)により、静的に、予め決められた値である。また、情報処理装置100に実行されるオペレーティングシステム27が、データのファイル拡張子又はファイルヘッダ等に基づいて、静的カラー情報を予測してもよい。
The static color information is a value that is statically predetermined by a program (process) that generates data. Further, the
動的カラー情報は、データの書き込み回数DWC_color、データの読み出し回数DRC_colorを含む。ここで、データの書き込み回数DWC_colorとは、当該データが混成メインメモリ2に書き込まれた回数である。データの読み出し回数DRC_colorとは、当該データが混成メインメモリ2から読み出された回数である。動的カラー情報管理部25は、データの書き込み回数DWC_colorにより、データ毎に、当該データが混成メインメモリ2に書き込まれた回数を管理する。動的カラー情報管理部25は、データ読み出し回数DRC_colorにより、データ毎に、当該データが混成メインメモリ2から読み出された回数を管理する。前述のように、混成メインメモリ2は、メインメモリとして用いられる。このため、プロセッサ3a,3b,3cで処理されるデータは、混成メインメモリ2に書き込まれ、混成メインメモリ2から読み出される。動的カラー情報管理部25は、データが書き込まれる度に、当該データの書き込み回数DWC_colorをインクリメントする。また、動的カラー情報管理部25は、データが読み出される度に、当該データの読み出し回数DRC_colorをインクリメントする。
The dynamic color information includes a data write count DWC_color and a data read count DRC_color. Here, the data write count DWC_color is the number of times the data is written to the hybrid
後述するように、アクセス頻度算出部24は、データの書き込み回数DWC_colorから、動的書き込み頻度DW_colorを算出する。アクセス頻度算出部24は、データの読み出し回数DRC_colorから、動的読み出し頻度DR_colorを算出する。
As will be described later, the access
動的書き込み頻度DW_colorとは、当該データが混成メインメモリ2に書き込まれた頻度を示す値である。動的読み出し頻度DR_colorとは、当該データが混成メインメモリ2から読み出された頻度を示す値である。動的書き込み頻度DW_colorと動的読み出し頻度DR_colorの算出方法については、後述する。
The dynamic writing frequency DW_color is a value indicating the frequency at which the data is written to the hybrid
後述するように、プロセッサ3a,3b,3cから混成メインメモリ2に対して書き込み要求、読み出し要求が発生すると、メモリ管理装置1は、カラーリング情報を参照することにより、書き込み領域、読み出し方式等を決定する。
As will be described later, when a write request or a read request is generated from the
次に、図9、図10を参照して、本実施形態に係る静的カラー情報について説明する。図9は、各種データに対する静的カラー情報(静的書き込み頻度SW_color、静的読み出し頻度SR_color、データ寿命SL_color)の設定の第1の例を示す図である。図10は、各種データに対する静的カラー情報(静的書き込み頻度SW_color、静的読み出し頻度SR_color、データ寿命SL_color)の設定の第2の例を示す図である。 Next, static color information according to the present embodiment will be described with reference to FIGS. 9 and 10. FIG. 9 is a diagram showing a first example of setting static color information (static writing frequency SW_color, static reading frequency SR_color, data life SL_color) for various data. FIG. 10 is a diagram illustrating a second example of setting static color information (static writing frequency SW_color, static reading frequency SR_color, data lifetime SL_color) for various data.
カーネルのテキスト領域は、通常、読み出しの頻度は高く、書き込みの頻度は低い。オペレーティングシステム27は自身が動作するテキスト領域の静的読み出し頻度SR_colorを5、静的書き込み頻度SW_colorを1と設定する。また、オペレーティングシステム27は、カーネルのテキスト領域のデータ寿命SL_colorは長い(LONG)と予測する。
The text area of the kernel is usually read frequently and written frequently. The
一方、カーネルのデータ領域は、通常、読み出しの頻度、書き込みの頻度がともに高い。よって、オペレーティングシステム27は、カーネルのデータ領域について、静的読み出し頻度SR_colorを5、静的書き込み頻度SW_colorを5に設定する。
On the other hand, in the kernel data area, both reading frequency and writing frequency are usually high. Therefore, the
カーネルに動的に確保されるデータ領域は、データが不要になると削除されるためデータ寿命SL_colorは短い(SHORT)とする。 Since the data area dynamically secured in the kernel is deleted when data is no longer needed, the data life SL_color is short (SHORT).
ユーザプログラムのテキスト領域は、通常、すべてのプロセスからリエントラントに呼び出されるカーネルと比べて、読み出しの頻度は低い。ただし、プロセスがアクティブになっている状態ではカーネル同様読み出しの頻度が高くなる。このため、ユーザプログラムのテキスト領域においては、静的書き込み頻度SW_colorが1、静的読み出し頻度SR_colorが4に設定される。ユーザプログラムのテキスト領域について、データ寿命SL_colorは、そのプログラムがアンインストールされるまでの期間であるため、一般的には長くなる。よって、ユーザプログラムのテキスト領域について、データ寿命SL_colorは長い(LONG)と設定される。 The text area of the user program is usually read less frequently than the kernel that is reentrantly called from all processes. However, when the process is active, the frequency of reading is high as in the kernel. For this reason, the static writing frequency SW_color is set to 1 and the static reading frequency SR_color is set to 4 in the text area of the user program. For the text area of the user program, the data life SL_color is generally a period until the program is uninstalled, and thus generally increases. Therefore, the data life SL_color is set to be long (LONG) for the text area of the user program.
プログラムに動的に確保される領域は、大きく分けて2種類ある。まず1つはプログラムの実行終了とともに廃棄されるデータ(スタック領域を含む)である。これらのデータはデータ寿命SL_colorが短く、読み出しの頻度と書き込みの頻度は高い。したがって、プログラムの実行終了とともに廃棄されるデータについて、静的読み出し頻度SR_colorが4に設定され、静的書き込み頻度SW_colorが4に設定される。もう1つのプログラムに動的に確保される領域は、プログラムが新たなファイルのために生成した領域である。プログラムによって生成されたデータはデータ寿命SL_colorが長く、読み出しと書き込みの頻度は生成されるファイルの種別に依存する。 There are roughly two types of areas that are dynamically secured in the program. One is data (including the stack area) that is discarded when the execution of the program ends. These data have a short data life SL_color, and are frequently read and written. Therefore, the static read frequency SR_color is set to 4 and the static write frequency SW_color is set to 4 for the data to be discarded upon completion of the program execution. The area dynamically reserved for another program is an area generated by the program for a new file. Data generated by the program has a long data life SL_color, and the frequency of reading and writing depends on the type of file to be generated.
プロセスによって参照されるファイルとして扱われるデータについて、ファイルのデータ寿命SL_colorは長いと設定される。 For data handled as a file referenced by a process, the data life SL_color of the file is set to be long.
例えばファイルの拡張子がSYS,dll,DRVなどで示されるようなシステムファイルが読み込まれる場合について説明する。このような拡張子を持つデータは、オペレーティングシステム27が様々な処理を実行する場合に読み出されるファイルである。このような拡張子を持つデータは、混成メインメモリ2上にオペレーティングシステム27がインストールされる場合に、1度書き込まれるとその後更新されることはほとんどない。これらの拡張子を持つファイルは、ファイルのなかでも比較的アクセスの頻度は高いが、プログラム(カーネル)のテキスト領域と比較してアクセスの頻度は低いと予測される。したがって、オペレーティングシステム27は、これらの拡張子を持つデータの静的書き込み頻度SW_colorを1に設定し、静的読み出し頻度SR_colorを3に設定する。この設定は、データから予測される書き込みの頻度は極めて低く、予測される読み出しの頻度は高いことを示している。すなわち、これらの拡張子を持つデータは、オペレーティングシステム27のアップデートや他のプログラムをインストールする場合に数度書き換わる程度であり、ほとんどリード・オンリーとして扱われると予測される。
For example, a case where a system file whose file extension is indicated by SYS, dll, DRV or the like is read will be described. Data having such an extension is a file that is read when the
音声ファイルを編集するプログラムを使用するユーザは少ない。したがって、例えば、MP3などによって圧縮されている音楽データの書き込みの頻度は低いと考えられる。音楽データの読み出しの頻度は、書き込みの頻度よりは高いと考えられる。したがって、MP3などによって圧縮されている音楽データの静的書き込み頻度SW_colorは1、静的読み出し頻度SW_colorは2に設定される。 Few users use programs that edit audio files. Therefore, for example, it is considered that the frequency of writing music data compressed by MP3 or the like is low. It is considered that the frequency of reading music data is higher than the frequency of writing. Therefore, the static writing frequency SW_color of music data compressed by MP3 or the like is set to 1, and the static reading frequency SW_color is set to 2.
動画編集プログラムを使用するユーザは少ない。このため、例えば、MPEGなどによって圧縮されている動画データの書き込みの頻度は低いと考えられる。動画データの読み出しの頻度は、書き込みの頻度よりは高いと考えられる。したがって、MP3などによって圧縮されている動画データの静的書き込み頻度SW_colorは1、静的読み出し頻度SW_colorは2に設定される。 Few users use video editing programs. For this reason, for example, it is considered that the frequency of writing moving image data compressed by MPEG or the like is low. It is considered that the frequency of reading moving image data is higher than the frequency of writing. Therefore, the static writing frequency SW_color of moving image data compressed by MP3 or the like is set to 1 and the static reading frequency SW_color is set to 2.
テキストデータの編集プログラムを使用するユーザは多い。このため、例えば、テキストファイルの書き込みの頻度及び読み出しの頻度は、高いと考えられる。したがって、テキストファイルの静的書き込み頻度SW_colorは3、静的読み出し頻度SW_colorは3に設定される。 Many users use text data editing programs. For this reason, for example, the writing frequency and reading frequency of the text file are considered to be high. Accordingly, the static writing frequency SW_color of the text file is set to 3, and the static reading frequency SW_color is set to 3.
ウェブブラウザを使用するユーザは多い。このため、ブラウザキャッシュファイルの読み出しの頻度及び書き込みの頻度は、音楽データや動画データなどのメディアファイル以上であると考えられる。したがって、ブラウザキャッシュファイルの静的書き込み頻度SW_colorは1、静的読み出し頻度SW_colorは3に設定される。 Many users use web browsers. For this reason, it is considered that the browser cache file is read and written more frequently than media files such as music data and moving image data. Therefore, the static writing frequency SW_color of the browser cache file is set to 1, and the static reading frequency SW_color is set to 3.
例えば、ごみ箱などのようなアクセスの頻度の低いディレクトリに配置されているファイルの静的書き込み頻度SW_colorは1、静的読み出し頻度SW_colorは1に設定される。 For example, the static writing frequency SW_color of a file arranged in a directory with low access frequency such as a trash box is set to 1, and the static reading frequency SW_color is set to 1.
拡張子がJPEGで代表されるような写真データ、及び拡張子がMOVで代表されるようなムービーデータは、一度書き込まれると再度度書き込みが行なわれることは少ない。このような写真データ及びムービーデータはプログラムからアクセスされる頻度が少ないと予測される。したがって、オペレーティングシステム27は、写真データ及びムービーデータの静的書き込み頻度SW_color及び静的読み出し頻度SR_colorに対して小さい値を設定する。
Photo data whose extension is represented by JPEG and movie data whose extension is represented by MOV are rarely written again once written. Such photo data and movie data are expected to be accessed less frequently from the program. Accordingly, the
次に、図11を参照して、本実施形態に係るカラーリングテーブル14の生成処理について説明する。図11は、カラーリングテーブル14の生成処理の一例を示すフローチャートである。カラーリングテーブル14は、システムの初期起動時に生成される。カラーリングテーブル14は、不揮発性半導体メモリ9,10上の任意の領域に配置される。カラーリングテーブル14の配置されている番地は、メモリ管理装置1の実装により決定されるとしてもよい。
Next, the generation process of the coloring table 14 according to the present embodiment will be described with reference to FIG. FIG. 11 is a flowchart illustrating an example of the generation process of the coloring table 14. The coloring table 14 is generated at the initial startup of the system. The coloring table 14 is arranged in an arbitrary area on the
ステップT1において、情報処理装置100は、電源が投入され、起動する。
In step T1, the
ステップT2において、カラーリング情報管理部21は、カラーリングテーブル14のベースアドレスを論理アドレスに変換し、各データについてのインデックスを生成する。
In step T2, the coloring
ステップT3において、カラーリング情報管理部21は、情報記憶部17に、カラーリングテーブル14のベースアドレスをセットする。情報記憶部17は、例えばレジスタで構成される。カラーリングテーブル14のベースアドレスは、例えばカラーリングテーブルレジスタにセットされる。
In step T <b> 3, the coloring
次に、図12を参照して、本実施形態に係るカラーリングテーブル14のエントリの生成処理について説明する。図12は、カラーリングテーブル14のエントリの生成処理の一例を示すフローチャートである。 Next, an entry generation process of the coloring table 14 according to the present embodiment will be described with reference to FIG. FIG. 12 is a flowchart illustrating an example of an entry generation process of the coloring table 14.
プロセッサ3a,3b,3cはプロセス6a,6b,6cを実行するために用いる論理アドレス空間上の領域を確保する。論理アドレス空間上の領域を確保した段階では、確保した論理アドレスのアドレス変換情報13の有効/無効フラグには0が設定されている。論理アドレスに対する物理アドレスの割り当ては、確保された論理アドレス空間の範囲内の論理アドレスに対して、プロセス6a,6b,6cがアクセス(読み出し、書き込み)した段階で行われる。論理アドレスに対する物理アドレスの割り当てが行われると、当該論理アドレスに対応するデータに対する静的カラー情報をカラーリングテーブル14に登録するとともに、当該論理アドレスのアドレス変換情報13の有効/無効フラグには1が設定される。
The
まず、プロセッサ3a,3b,3cにより実行されるプロセス6a,6b,6cは、新たなデータを配置するための論理アドレス空間上の領域の確保要求を出す(ステップU1)。論理アドレス空間上の未使用領域は、オペレーティングシステム27が管理しており、論理アドレスはオペレーティングシステム27により決定される。(ステップU2)
次に、プロセス6a,6b,6cにより新たなデータが生成されると、オペレーティングシステム27は、新たに生成されたデータの種類等に基づいて、静的カラー情報を生成する(ステップU3)。静的カラー情報は、生成されたデータのページサイズ毎に生成される。例えば、生成されたデータのデータサイズがページサイズより大きい場合には、データをページサイズに分割し、分割後のページサイズ毎に静的カラー情報が生成される。以下において、書き込み対象データのデータサイズがページサイズである場合を想定し説明するが、これに限定されない。
First, the
Next, when new data is generated by the
次に、オペレーティングシステム27が、情報記憶部17にセットされたベースアドレスに基づき、カラーリングテーブル14を参照する(ステップU4)。
Next, the
次に、オペレーティングシステム27が、生成された静的カラー情報を、確保された論理アドレスに対応するインデックスが付されたカラーリングテーブル14のエントリに登録する(ステップU5)。
Next, the
プロセッサ3a,3b,3cにより実行されるプロセス6a,6b,6cは、オペレーティングシステム27による論理アドレス空間の確保が成功した後、確保された論理アドレス空間に対し、読み出し要求、又は、書き込み要求を出す。このとき、アドレス管理部18は、書き込みが生じた論理アドレスに対する物理アドレスを決定するが、この処理は後に説明する。
The
以上の処理により、プロセッサ3a,3b,3cがプロセス6a,6b,6cを実行することにより、新たなデータが生成され、新たなデータが混成メインメモリ2に書き込まれる場合に、新たに生成されたデータに対してカラーリング情報が生成され、カラーリングテーブル14の新たなエントリに登録される。これにより、新たなデータを混成メインメモリ2に書き込むことが可能となる。
Through the above processing, when the
次に、図13、図14を参照して、カラーリングテーブル14のエントリのアライメントについて説明する。図13は、カラーリングテーブル14のエントリのアライメントの第1の例を示す図である。図14は、カラーリングテーブル14のエントリのアライメントの第2の例を示す図である。 Next, the alignment of entries in the coloring table 14 will be described with reference to FIGS. FIG. 13 is a diagram illustrating a first example of the alignment of entries in the coloring table 14. FIG. 14 is a diagram illustrating a second example of the alignment of entries in the coloring table 14.
カラーリングテーブル14のエントリは、データの最少の読み書きサイズ(例えばNAND型フラッシュメモリのページサイズ)に対応しているが、プロセス6a,6b,6cは、論理アドレス空間にデータをマップする際、データの最少の読み書きサイズにアライメントしてマップすることを義務づけられていない。このため、カラーリングテーブル14の1エントリに対して複数のデータが対応する可能性がある。
The entry of the coloring table 14 corresponds to the minimum read / write size of data (for example, the page size of the NAND flash memory). However, when the
このような場合、オペレーティングシステム27は、図13に示すように、1エントリに対応する複数のデータのうちで、最も読み出し頻度及び書き込み頻度が高いと予測されるデータを代表とする。
In such a case, as shown in FIG. 13, the
あるいは、オペレーティングシステム27は、図14に示すように、1エントリを占めるデータのサイズを重みとし、各データの静的書き込み頻度SW_color、静的読み出し頻度SR_colorの加重平均値を設定する。
Alternatively, as shown in FIG. 14, the
カラーリングテーブル14によって示されている静的書き込み頻度SW_colorと静的読み出し頻度SR_colorとは、プログラム開発者によりオペレーティングシステム27などのソースコードに埋め込まれるか、オペレーティングシステム27によって予測される。しかしながら、プログラム開発者が意図した場合と別の用途でファイルや写真データが使われる場合もある。一般的に、写真データなどのようなデータのアクセスはほとんどが読み出しであり、写真データの内容が書き換えられることは少ない。しかしながら、写真データを加工するプログラムが特定の写真データを扱う場合、加工中の写真データが頻繁に書き換えられることがある。このような場合、カラーリングテーブル14の静的書き込み頻度SW_colorと静的読み出し頻度SR_colorをユーザが書き換え可能であれば、特定のファイルを、より高速で書き換え回数に余裕のある領域に移動することが可能になる。
The static writing frequency SW_color and the static reading frequency SR_color shown by the coloring table 14 are embedded in the source code such as the
このような動作を実現させるため、各データのカラーリング情報は、オペレーティングシステム27のソフトウェア上で書き換えられるように、オペレーティングシステム27のファイルシステムを設計することが好ましい。たとえば一般的なブラウザでファイルのプロパティを開けば、カラーリングテーブル14に相当する属性がGUI画面上で見ることができるように情報処理装置100が設計されており、その初期データをユーザがGUI上で変更できるようオペレーティングシステム27を設計することが好ましい。
In order to realize such an operation, it is preferable to design the file system of the
次に、図15を参照して、動的カラー情報と静的カラー情報に基づいて動的書き込み頻度DW_colorと動的読み出し頻度DR_colorを算出する方法について説明する。図15は、動的カラー情報と静的カラー情報に基づいて動的書き込み頻度DW_colorと動的読み出し頻度DR_colorを算出する方法の一例を示す図である。図15において、横軸は時間であり、縦軸はアクセス回数(読み出し回数DWC_color、又は書き込み回数DRC_color)である。 Next, a method for calculating the dynamic writing frequency DW_color and the dynamic reading frequency DR_color based on the dynamic color information and the static color information will be described with reference to FIG. FIG. 15 is a diagram illustrating an example of a method for calculating the dynamic writing frequency DW_color and the dynamic reading frequency DR_color based on the dynamic color information and the static color information. In FIG. 15, the horizontal axis represents time, and the vertical axis represents the number of accesses (reading number DWC_color or writing number DRC_color).
新たなデータがデータ生成時刻において生成されると、新たに生成されたデータに対してカラーリング情報(データ生成時刻を含む)が生成され、カラーリングテーブル14の新たなエントリに登録された上で、データは混成メインメモリ12に書き込まれる。データ生成時刻以降、このデータに対するアクセス(読み出し、書き込み)が発生することにより、時間の経過とともに、アクセス回数(書き込み回数DWC_color、読み出し回数DRC_color)が増加する。このアクセス回数の増加は、動的カラー情報管理部25によって行われる。メモリ管理装置1のアクセス頻度算出部24は、アクセス回数から動的書き込み頻度DW_color、動的読み出し頻度DR_colorを算出する。
When new data is generated at the data generation time, coloring information (including the data generation time) is generated for the newly generated data and registered in a new entry in the coloring table 14. The data is written into the hybrid
現在時刻における、当該データの書き込み回数DWC_color、データの読み出し回数DRC_colorは、カラーリングテーブル14を参照することにより求めることができる。現在時刻における、当該動的書き込み頻度DW_colorは、データ生成時刻ST_colorから現在時刻までの書き込み回数DWC_colorの時間平均(平均変化率α)により求める。また、現在時刻における、当該動的読み出し頻度DR_colorは、データ生成時刻ST_colorから現在時刻までの読み出し回数DRC_colorの時間平均(平均変化率α)により求める。これにより、動的カラー情報(書き込み回数DWC_color、読み出し回数DRC_color)から、当該データの動的書き込み頻度DW_colorと、動的読み出し頻度DR_colorとが算出される。 The data write count DWC_color and data read count DRC_color at the current time can be obtained by referring to the coloring table 14. The dynamic writing frequency DW_color at the current time is obtained from the time average (average change rate α) of the number of writings DWC_color from the data generation time ST_color to the current time. Further, the dynamic read frequency DR_color at the current time is obtained from the time average (average change rate α) of the read count DRC_color from the data generation time ST_color to the current time. As a result, the dynamic writing frequency DW_color and the dynamic reading frequency DR_color of the data are calculated from the dynamic color information (the writing count DWC_color and the reading count DRC_color).
次に、算出された動的書き込み頻度DW_colorと、動的読み出し頻度DR_colorとに基づいて、当該データに対するアクセスの頻度の高低が判断される。アクセス頻度の高低の判断は、例えば、当該データが書き込まれている混成メインメモリ2のメモリ固有情報11、算出された動的書き込み頻度DW_color及び動的読み出し頻度DR_colorに基づいて行われる。
Next, based on the calculated dynamic writing frequency DW_color and the dynamic reading frequency DR_color, it is determined whether the frequency of access to the data is high or low. The determination of whether the access frequency is high or low is made based on, for example, the memory
図15においては、まず、式Aの傾きとして「アクセス可能上限回数×重み1/データ寿命」を設定し、式Bの傾きとして「アクセス可能上限回数×重み2/データ寿命」を設定する。ここで、重み1>重み2である。重み1、重み2は、動的書き込み頻度DW_color、動的読み出し頻度DR_colorを算出する当該データを書き込む混成メインメモリ2に応じて、任意に設定することができる。
In FIG. 15, first, “accessible upper limit number ×
平均変化率α<式Aの傾き、が成り立つ場合、このデータの動的アクセス頻度は、高いと判断される。 When the average rate of change α <the slope of Expression A holds, it is determined that the dynamic access frequency of this data is high.
式Bの傾き<平均変化率α≦式Aの傾き、が成り立つ場合、このデータの動的アクセス頻度は、中と判断される。 If the slope of formula B <average change rate α ≦ the slope of formula A holds, the dynamic access frequency of this data is determined to be medium.
平均変化率α≦式Bの傾き、が成り立つ場合、このデータの動的アクセス頻度は、低いと判断される。 If the average rate of change α ≦ the slope of formula B holds, it is determined that the dynamic access frequency of this data is low.
次に、図16を参照して、混成メインメモリ2からデータを読み出す処理について説明する。図16は、データの読み出し処理の一例を示すフローチャートである。
Next, a process of reading data from the hybrid
まず、プロセッサ3a,3b,3cにより実行されるプロセス6a,6b,6cが、データ(読み出し対象データ)の読み出し要求を発生させる(ステップW1)。
First, the
次に、プロセッサ3a,3b,3cに備えられているページテーブル(図示せず)により、読み出し対象データを指定する仮想アドレスが論理アドレスに変換される(ステップW2)。
Next, a virtual address designating read target data is converted into a logical address by a page table (not shown) provided in the
次に、読み出し管理部19は、アドレス変換情報13の読み出し対象データに対応する論理アドレスのエントリの有効/無効フラグを参照する(ステップW3)。
Next, the
アドレス変換情報13の有効/無効フラグが0のとき(ステップW3a)、論理アドレスに対する書き込みが一度も発生していないのでデータは不定である。この場合、読み出し管理部19は読み出し要求サイズ分の0データを読み出したようにふるまい(ステップW8)、ステップW10の処理に移る。
When the valid / invalid flag of the
アドレス変換情報13の有効/無効フラグが1のとき(ステップW3a)、論理アドレスに対するデータの書き込みが少なくとも一度発生している。この場合、読み出し管理部19は、アドレス変換情報13を参照し、論理アドレスに対応するデータが揮発性半導体メモリ8に記憶されているか判断する(ステップW4)。
When the valid / invalid flag of the
読み出し管理部19は、論理アドレスに対応するデータが揮発性半導体メモリ8に記憶されていると判断された場合(ステップW4a)、揮発性半導体メモリ8から読み出しを行うため、処理はステップW10に移る。
When it is determined that the data corresponding to the logical address is stored in the volatile semiconductor memory 8 (step W4a), the
読み出し管理部19は、論理アドレスに対応するデータが揮発性半導体メモリ8に記憶されていないと判断された場合(ステップW4a)、カラーリングテーブル14を参照して、不揮発性半導体メモリ9,10からの読み出し対象データの読み出し方式を決定する(ステップW5)。読み出し方式の決定処理については後述する。
When it is determined that the data corresponding to the logical address is not stored in the volatile semiconductor memory 8 (Step W4a), the
次に、読み出し管理部19は、読み出し対象データが記憶されている不揮発性半導体メモリ9,10のメモリ固有情報11と、メモリ使用情報12を参照し、読み出し対象データの移動(再書き込み)の要否を判断する(ステップW6)。
Next, the
読み出し管理部19は、読み出し対象データの移動が不要であると判断された場合(ステップW6a)には、ステップW9に移る。
If it is determined that the data to be read does not need to be moved (step W6a), the
読み出し管理部19は、読み出し対象データの移動が必要であると判断された場合(ステップW6a)には、読み出し対象データを不揮発性半導体メモリ9,10の別の領域への移動を行い(ステップW7)、その後、処理はステップW9に移る。
When it is determined that the read target data needs to be moved (step W6a), the
ステップW9において、メモリ使用情報管理部22は、不揮発性メモリ領域から読み出しを行った際に、メモリ使用情報11の読み出し回数をインクリメントする。ステップW10において、動的カラー情報管理部25は、データの読み出しを行った際に、カラーリングテーブル14のデータの読み出し回数DRC_colorをインクリメントする。ステップW11において、読み出し管理部19は、論理アドレスとアドレス変換情報13とから得られる物理アドレスに基づいてデータの読み出しを行う。
In step W9, the memory usage
次に、図17を参照して、データの読み出し方式の決定処理について説明する。図17は、データの読み出し方式の決定処理の一例を示すフローチャートである。読み出し方式の決定処理は不揮発性半導体メモリ9、10のメモリ領域からデータを読み出す時に、揮発性半導体メモリ8のメモリ領域をキャッシュとして使用するか否かを判断する処理である。本処理は図16のステップW5に該当する。
Next, with reference to FIG. 17, the data read method determination process will be described. FIG. 17 is a flowchart illustrating an example of a data read method determination process. The reading method determination process is a process for determining whether or not to use the memory area of the
前述のように、混成メインメモリ2は、揮発性半導体メモリ8と、不揮発性半導体メモリ9,10とを具備する。本実施形態では、揮発性半導体メモリ8の一部を、キャッシュメモリとして用いることも可能である。混成メインメモリ2の不揮発性半導体メモリ9,10からデータを読み出す場合には、読み出される頻度が高いデータは、揮発性半導体メモリ8にキャッシュされた上で、読み出される。一方、読み出される頻度が低いデータは、揮発性半導体メモリ8にキャッシュされずに、不揮発性半導体メモリ9,10から直接読み出される。
As described above, the hybrid
まず、読み出し管理部19は、カラーリングテーブル14を参照することにより、読み出し対象データの静的読み出し頻度SR_colorを参照する(ステップV1)。静的読み出し頻度SR_colorが大きい(例えば、SR_color=5)場合には(ステップV1a)、読み出し対象データを揮発性半導体メモリ9,10から揮発性メインメモリ8(DRAM領域)にキャッシュするため、処理はステップV4に移る。
First, the
読み出し管理部19は、読み出し対象データの静的読み出し頻度SR_colorが小さい(例えば、SR_color<=4)場合には(ステップV1a)、アドレス変換情報13を参照することにより、読み出し対象データが書き込まれている領域を確認し(ステップV2)、さらに、アクセス頻度算出部24は、読み出し対象データの動的読み出し頻度DR_colorを算出する(ステップV3)。
When the static read frequency SR_color of the read target data is small (for example, SR_color <= 4) (step V1a), the
読み出し管理部19は、読み出し対象データの静的読み出し頻度SR_colorと動的読み出し頻度DR_colorとに対して「SR_color≧3又はDR_colorが高い」が成り立つ場合には(ステップV3a)、揮発性半導体メモリ8(DRAM領域)に読み出し対象データを書き込む空き領域があるか否か確認する(ステップV4)。読み出し管理部19は、揮発性半導体メモリ8に、空き領域がある場合には(ステップV4a)、読み出し対象データを揮発性半導体メモリ9,10から揮発性半導体メモリ8(DRAM領域)にキャッシュする(ステップV5)。読み出し管理部19は、揮発性メモリ8に、空き領域がない場合には(ステップV4a)、揮発性半導体メモリ8に記憶されているデータを不揮発性半導体メモリ9,10にライトバックし、揮発性半導体メモリ8に記憶されているデータを消去することにより、空き領域を確保する(ステップV6)。ライトバック処理の後、読み出し管理部19は、揮発性半導体メモリ8の空き領域を再度確認する(ステップV7)。揮発性半導体メモリ8に空き領域が存在する場合(ステップV7a)、処理はステップV5に移り、存在しない場合(ステップV7a)、処理はステップV8に移る。
When “SR_color ≧ 3 or DR_color is high” holds for the static read frequency SR_color and the dynamic read frequency DR_color of the read target data (step V3a), the
読み出し管理部19は、読み出し対象データの静的読み出し頻度SR_colorと動的読み出し頻度DR_colorとに対して「SR_color≧3又はDR_colorが高い」が成り立たない場合には(ステップV3a)、読み出し対象データを、揮発性半導体メモリ8にキャッシュせずに、不揮発性半導体メモリ9,10から直接読み出す(ステップV8)。
In the case where “SR_color ≧ 3 or DR_color is high” does not hold for the static read frequency SR_color and the dynamic read frequency DR_color of the read target data (Step V3a), the
以上のように、静的読み出し頻度SR_color、動的読み出し頻度DR_colorを参照することで、読み出し方式が決定される。 As described above, the reading method is determined by referring to the static reading frequency SR_color and the dynamic reading frequency DR_color.
この図17においては、データ寿命SL_colorの判断は行われていない。この理由について説明する。後述するように、書き込み時においては、データ寿命SL_colorの短いデータは揮発性半導体メモリ8に配置される。このため、有効/無効フラグが1であり、データ寿命SL_colorが短いことを示すデータは、揮発性半導体メモリ8に記憶されることになる。この結果、図17において、データ寿命SL_colorに基づく判断は不要となる。
In FIG. 17, the data lifetime SL_color is not determined. The reason for this will be described. As will be described later, data having a short data life SL_color is arranged in the
次に、データの図9、図10に示すデータについての読み出し方式について具体的に説明する。図9、図10に示すデータは、図17で説明したデータの読み出し方式の決定処理のフローチャートに従うことにより、以下のように読み出し方式が決定される。 Next, a method for reading out data shown in FIGS. 9 and 10 will be described in detail. The data shown in FIG. 9 and FIG. 10 is determined as follows by following the flowchart of the data read method determination process described in FIG.
まず、静的読み出し頻度SR_colorに5、静的書き込み頻度SW_colorに1が設定されているカーネルのテキスト領域は、読み出しの頻度が高く、書き込みの頻度は低いと推測される。このカーネルのテキスト領域における第1のデータは、オペレーティングシステム27が様々な処理をする際に読み出されるため、読み出し回数は多くなり、さらに高速に読み出される必要がある。
First, it is presumed that the kernel text area in which the static read frequency SR_color is set to 5 and the static write frequency SW_color is set to 1 has a high read frequency and a low write frequency. Since the first data in the text area of the kernel is read when the
メモリ管理装置1は、不揮発性半導体メモリ9,10から読み出された第1のデータを、プロセッサ3bの2次キャッシュメモリ5b又は1次キャッシュメモリ4bに対して書き込むとともに、並行して、混成メインメモリ2内の揮発性半導体メモリ8のメモリ領域にも読み出された第1のデータを転送する。
The
再度同じ第1のデータが読み出される場合には、プロセッサ3bの2次キャッシュメモリ5b又は1次キャッシュメモリ4b上から、又はキャッシュヒットしない場合は混成メインメモリ2の揮発性半導体メモリ8のメモリ領域から、第1のデータの読み出しが行なわれる。混成メインメモリ2上の揮発性半導体メモリ8のメモリ領域に記憶された第1のデータは、揮発性半導体メモリ8のメモリ領域が枯渇しない限り、電源がオフされるまで揮発性半導体メモリ8上に保持される。
When the same first data is read again, from the secondary cache memory 5b or the primary cache memory 4b of the
次に、静的読み出し頻度SR_colorに5、静的書き込み頻度SW_colorに5が設定指定されているカーネルのデータ領域は、システム(情報処理装置100)が起動するたびに新たに生成、初期化される領域である。このため、カーネルのデータ領域における第2のデータ寿命SL_colorは短いと推測される。メモリ管理装置1は、最初に第2のデータの寿命SL_colorを参照する。第2のデータは、揮発性半導体メモリ8のメモリ領域が枯渇しない限り、揮発性半導体メモリ8上に存在し、電源がオフされるとともに揮発性半導体メモリ8から消去される。
Next, the kernel data area in which the static read frequency SR_color is set to 5 and the static write frequency SW_color is set to 5 is newly generated and initialized every time the system (information processing apparatus 100) is started. It is an area. For this reason, it is presumed that the second data life SL_color in the kernel data area is short. The
次に、静的読み出し頻度SR_colorに4、静的書き込み頻度SW_colorに1が設定されているユーザプログラムの領域は、すべてのプロセスからリエントラントに呼び出されるカーネルと比べて、読み出しの頻度は低い。ユーザプログラムの領域における第3のデータは揮発性半導体メモリ8のメモリ領域に配置されるが、混成メインメモリ2の揮発性半導体メモリ8のメモリ領域がFULLに埋まった場合、揮発性半導体メモリ8上から不揮発性半導体メモリ9,10のメモリ領域へのライトバック対象となる。ライトバックされる第3のデータの順番は、カラーリングテーブル14の情報に基づいて決定される。ライトバックされる場合には、読み出し回数が少ない順に、第3のデータが揮発性半導体メモリ8上から不揮発性半導体メモリ9,10上に移される。
Next, the user program area in which the static read frequency SR_color is set to 4 and the static write frequency SW_color is set to 1 has a lower read frequency than the kernel that is reentrantly called from all processes. The third data in the user program area is arranged in the memory area of the
静的書き込み頻度SR_colorに4、静的読み出し頻度SW_colorに4が設定されている、プログラムによって動的に確保される領域における第4のデータのうち、データ寿命SL_colorが短いと指定された第4のデータは、カーネルのデータ領域と同様に、揮発性半導体メモリ8のメモリ領域が枯渇しない限り、揮発性半導体メモリ8上に存在し、電源がオフされるとともに揮発性半導体メモリ8から消去される。
Of the fourth data in the area dynamically reserved by the program, in which the static writing frequency SR_color is 4 and the static reading frequency SW_color is 4, the fourth data life SL_color is designated as short Similar to the kernel data area, data exists on the
一方、データ寿命SL_colorが長いと設定されている第4のデータは、揮発性半導体メモリ8のメモリ領域に配置されるが、混成メインメモリ2の揮発性半導体メモリ8のメモリ領域がFULLに埋まった場合、揮発性半導体メモリ8上から不揮発性半導体メモリ9,10のメモリ領域へのライトバック対象となる。
On the other hand, the fourth data set with a long data life SL_color is arranged in the memory area of the
次に、プロセスに参照されるファイルとして扱われるデータについて説明する。上記図10において、プロセスに参照されるファイルとして扱われるデータのデータ寿命SL_colorはすべて長いと設定されている。 Next, data handled as a file referenced by the process will be described. In FIG. 10, the data life SL_color of data handled as a file referred to by the process is set to be long.
静的書き込み頻度SW_colorに1、静的読み出し頻度SR_colorに3が設定されているファイル類に含まれる第5のデータは、書き込みの頻度が極めて低く、予測される読み出しの頻度が高いことがオペレーティングシステム27によって推測される。このとき、メモリ管理装置1は、第5のデータを揮発性半導体メモリ8のメモリ領域に配置するが、混成メインメモリ2の揮発性半導体メモリ8のメモリ領域がFULLに埋まった場合、揮発性半導体メモリ8上から不揮発性半導体メモリ9,10のメモリ領域へのライトバック対象となる。
The fifth data included in the files whose static write frequency SW_color is set to 1 and static read frequency SR_color is set to 3 has a very low write frequency and a high expected read frequency. 27. At this time, the
静的書き込み頻度SW_colorに1、静的読み出し頻度SR_colorに2が設定されているファイル類に含まれる第6のデータは、静的書き込み頻度SW_colorが極めて低く、予測される静的読み出し頻度SR_colorも低いことがオペレーティングシステム27によって推測される。このように、メモリ管理装置1は、静的読み出し頻度SR_colorが高いと判断されていない場合、読み出し時に揮発性半導体メモリ8のキャッシュを介さず、不揮発性半導体メモリ9,10に直接アクセスする。
The sixth data included in the files with the static writing frequency SW_color set to 1 and the static reading frequency SR_color set to 2 has a very low static writing frequency SW_color and a low predicted static reading frequency SR_color. Is presumed by the
静的書き込み頻度SW_colorに1、静的読み出し頻度SR_colorに1が設定されているファイル類に含まれる第7のデータは、静的書き込み頻度SW_colorが極めて低く、予測される静的読み出し頻度SR_colorも極めて低いことがオペレーティングシステム27によって推測される。このように、メモリ管理装置1は、静的読み出し頻度が高いと判断されていない場合、読み出し時に揮発性半導体メモリ8のキャッシュを介さず、不揮発性半導体メモリ9,10に直接アクセスする。
The seventh data included in the files with the static writing frequency SW_color set to 1 and the static reading frequency SR_color set to 1 has a very low static writing frequency SW_color and a very high predicted static reading frequency SR_color. Low is speculated by the
以上のように、読み出し対象データの読み出し方式は、読み出し対象データのカラーリング情報に基づき決定される。これにより、読み出し対象データの特性(静的読み出し頻度SR_color、静的書き込み頻度SW_color、データ寿命SL_color)に合った読み出し方式を用いることが可能となり、データの読み出し効率の向上が図られる。 As described above, the reading method of the read target data is determined based on the coloring information of the read target data. As a result, it is possible to use a reading method that matches the characteristics of the data to be read (static reading frequency SR_color, static writing frequency SW_color, data life SL_color), and the data reading efficiency can be improved.
次に、図18を参照して、混成メインメモリ2へのデータの書き込み処理について説明する。図18は、データの書き込み処理の一例を示すフローチャートである。
Next, a data writing process to the hybrid
まず、プロセッサ3a,3b,3cにより実行されるプロセス6a,6b,6cが、データ(書き込み対象データ)の書き込み要求を発生させる(ステップX1)。
First, the
次に、プロセッサ3a,3b,3cに備えられているページテーブル(図示せず)により、書き込み対象データを指定する仮想アドレスが論理アドレスに変換される(ステップX2)。
Next, a virtual address designating data to be written is converted into a logical address by a page table (not shown) provided in the
次に、書き込み管理部20は、カラーリングテーブル14を参照することにより、混成メインメモリ2のうちの書き込み対象のメモリ領域を決定する(ステップX3)。書き込み対象メモリ領域の選定については後述する。
Next, the
書き込み管理部20は、ステップX3により選択された書き込み対象メモリが揮発性半導体メモリ8か否か判断する(ステップX4)。判断の結果、選択された書き込み対象メモリが揮発性半導体メモリ8の場合(ステップX4a)、ステップX7の処理が実行され、書き込み対象メモリが不揮発性メモリの場合(ステップX4a)、ステップX5の処理が実行される。
The
ステップX5において、書き込み管理部20は、メモリ使用情報11とカラーリングテーブル14を参照し、不揮発性半導体メモリ9,10のメモリ領域中の書き込み対象ブロック領域を決定する。ステップX6において、アドレス管理部18は、書き込み対象ブロック中のページの物理アドレスに基づきアドレス変換情報13を更新する。不揮発性半導体メモリ9,10がNAND型フラッシュメモリの場合、同一物理アドレスに対する上書きは行われないため、書き込みに伴う物理アドレスの更新が必要となる。
In step X <b> 5, the
書き込み管理部20は、書き込み先物理アドレスが決定した後、データの書き込み処理を行う(ステップX7)。続いて、アドレス管理部18は、アドレス変換情報13の有効/無効フラグを1にセットする(ステップX8)。動的カラー情報管理部25はカラーリングテーブル14の書き込み回数DWC_colorをインクリメントし(ステップX9)、メモリ使用情報管理部22は、メモリ使用情報11の書き込み回数をインクリメントする(ステップX10)。
After the write destination physical address is determined, the
次に、図19を参照して、データの書き込み対象メモリ領域の決定処理について説明する。図19は、データの書き込み先領域の決定処理の一例を示すフローチャートである。 Next, with reference to FIG. 19, a process for determining a memory area into which data is to be written will be described. FIG. 19 is a flowchart illustrating an example of a data write destination area determination process.
ステップY1において、書き込み管理部20は、書き込み対象データのデータ寿命SL_colorを参照する。
In step Y1, the
ステップY2において、書き込み管理部20は、データ寿命SL_colorが所定の値より長いか、短いか判断する。データ寿命SL_colorが所定の値以上の場合、処理は、ステップY9に移る。
In step Y2, the
データ寿命が所定の値より短い場合、ステップY3において、書き込み管理部20は、DRAM領域の空き領域を確認し、ステップY4において、書き込み管理部20は、DRAM領域に空き領域があるか否か判断する。
If the data life is shorter than the predetermined value, in step Y3, the
DRAM領域に空き領域がある場合、ステップY5において、書き込み管理部20は、書き込み対象データをDRAM領域に書き込む。
If there is an empty area in the DRAM area, in step Y5, the
DRAM領域に空き領域がない場合、ステップY6において、書き込み管理部20は、DRAM領域から他の不揮発性半導体メモリへのライトバック処理を実行する。そして、ステップY7において、書き込み管理部20は、DRAM領域の空き領域を確認し、ステップY8において、書き込み管理部20は、DRAM領域に空き領域があるか否か判断する。
If there is no free space in the DRAM area, in step Y6, the
DRAM領域に空き領域がある場合、処理は、ステップY5に移り、書き込み管理部20は、書き込み対象データをDRAM領域に書き込む。
If there is an empty area in the DRAM area, the process proceeds to step Y5, and the
DRAM領域に空き領域がない場合、処理はステップY9に移る。 If there is no empty area in the DRAM area, the process proceeds to step Y9.
ステップY9において、書き込み管理部20は、カラーリングテーブル14で管理されている書き込み対象データの静的書き込み頻度SW_colorを参照する。
In step Y9, the
ステップY10において、書き込み管理部20は、静的書き込み頻度SW_colorに5が設定されているか否か(書き込み対象データの静的書き込み頻度SW_colorが高いか否か)、判断する。
In step Y10, the
静的書き込み頻度SW_colorに5が設定されている場合、処理はY13に移り、書き込み管理部20は、書き込み対象データの書き込み先としてB領域を選択する。
If 5 is set in the static writing frequency SW_color, the process proceeds to Y13, and the
静的書き込み頻度SW_colorに5ではない値(5未満の値)が設定されている場合、ステップY11において、メモリ管理装置1は、カラーリングテーブル14で管理されている書き込み対象データの静的読み出し頻度SR_colorを参照する。
When a value other than 5 (a value less than 5) is set in the static writing frequency SW_color, in step Y11, the
ステップY12において、書き込み管理部20は、静的読み出し頻度SR_colorに1〜5のどの値が設定されているか判断する。
In step Y12, the
このステップY12において静的読み出し頻度SR_colorに5が設定されている場合、ステップY13において、書き込み管理部20は、書き込み対象データの書き込み先として、B領域を選択する。
When 5 is set to the static read frequency SR_color in step Y12, in step Y13, the
ステップY12において静的読み出し頻度SR_colorに4が設定されている場合、ステップY14において、書き込み管理部20は、書き込み対象データの書き込み先として、A領域を選択する。
If the static read frequency SR_color is set to 4 in step Y12, in step Y14, the
このステップY12において静的読み出し頻度SR_colorに3が設定されている場合、ステップY15において、書き込み管理部20は、データのカラーリング情報に基づいて、データの動的書き込み頻度DW_colorを算出する。次に、ステップY16において、書き込み管理部20は、カラーリングテーブル14で管理されている書き込み対象データの静的書き込み頻度SW_colorを参照する。
If the static read frequency SR_color is set to 3 in step Y12, the
ステップY17において、書き込み管理部20は、「静的書き込み頻度SW_colorが3以上であるか、又は、データの動的書き込み頻度DW_colorが高レベルである」ことが成り立つか否か判断する。
In step Y <b> 17, the
このステップY17において「SW_colorが3以上であるか、又は、データの動的書き込み頻度DW_colorが高レベルである」が成り立たない場合、処理はステップY14に移り、書き込み管理部20は、A領域を選択する。
If “SW_color is 3 or higher, or the data dynamic writing frequency DW_color is high” does not hold in step Y17, the process proceeds to step Y14, and the
ステップY17において「SW_colorが3以上であるか、又は、データの動的書き込み頻度DW_colorが高レベルである」が成り立つ場合、処理はステップY18に移り、書き込み管理部20は、C領域を選択する。
If “SW_color is 3 or more or the data dynamic writing frequency DW_color is at a high level” holds in step Y17, the process proceeds to step Y18, and the
上記ステップY12において静的読み出し頻度SR_colorに2が設定されている場合、ステップY19において、書き込み管理部20は、データのカラーリング情報に基づいて、データの動的書き込み頻度DW_colorを算出する。
If the static read frequency SR_color is set to 2 in step Y12, in step Y19, the
ステップY20において、書き込み管理部20は、カラーリングテーブル14で管理されている書き込み対象データの静的書き込み頻度SW_colorを参照する。
In step Y20, the
ステップY21において、書き込み管理部20は、「SW_colorが3以上であるか、又は、算出された動的書き込み頻度DW_colorが高レベルである」ことが成り立つか否か判断する。
In step Y21, the
このステップY21において「SW_colorが3以上であるか、又は、算出された動的書き込み頻度DW_colorが高レベルである」が成り立つ場合、処理はステップY18に移り、書き込み管理部20は、C領域を選択する。
If “SW_color is 3 or more or the calculated dynamic writing frequency DW_color is at a high level” holds in this step Y21, the process moves to step Y18, and the
ステップY21において「SW_colorが3以上であるか、又は、算出された動的書き込み頻度DW_colorが高レベルである」が成り立たない場合、処理はステップY22に移る。 If “SW_color is 3 or more or the calculated dynamic writing frequency DW_color is at a high level” does not hold in step Y21, the process proceeds to step Y22.
ステップY22において、書き込み管理部20は、「SW_colorが2以上であるか、又は、算出された動的書き込み頻度DW_colorが中レベルである」ことが成り立つか否か判断する。
In step Y22, the
このステップY22において「SW_colorが2以上であるか、又は、算出された動的書き込み頻度DW_colorが中レベルである」が成り立つ場合、処理はステップY23に移り、書き込み管理部20は、D領域を選択する。
If “SW_color is 2 or more or the calculated dynamic writing frequency DW_color is at a medium level” holds in step Y22, the process proceeds to step Y23, and the
ステップY22において「SW_colorが2以上であるか、又は、算出された動的書き込み頻度DW_colorが中レベルである」が成り立たない場合、処理はステップY24に移り、書き込み管理部20は、E領域を選択する。
If “SW_color is 2 or more or the calculated dynamic writing frequency DW_color is at a medium level” does not hold in step Y22, the process moves to step Y24, and the
上記ステップY12において静的読み出し頻度SR_colorに1が設定されている場合、ステップY25において、書き込み管理部20は、データのカラーリング情報に基づいて、データの動的書き込み頻度DW_colorを算出する。
When the static read frequency SR_color is set to 1 in step Y12, in step Y25, the
ステップY26において、書き込み管理部20は、カラーリングテーブル14で管理されている書き込み対象データの静的読み出し頻度SW_colorを参照する。その後、処理はステップY21に移る。
In step Y <b> 26, the
例えば、オペレーティングシステム27の開発者は、読み出し管理部19のデータ読み出し方式と書き込み管理部20データ書き込み方式の実装に対して、上記図9及び図10に示すような設定を行う。
For example, the developer of the
例えば、SR_colorに5、SW_colorに1が設定されているカーネルのテキスト領域における第1のデータは読み出される回数が多く、書き込まれる回数は少ないと推測される。第1のデータは、上記図17に示されている読み出し方式の決定動作に基づいて、システム稼働中に揮発性半導体メモリ8に移され読み書きされる。このため、第1のデータが実際に不揮発性半導体メモリ9,10に書き込まれる頻度は低い。しかし、第1のデータの重要性は高いため、この図19において、書き込み管理部20は、第1のデータを、SLCである不揮発性半導体メモリ9のB領域に書き込む。
For example, it is presumed that the first data in the text area of the kernel in which SR_color is set to 5 and SW_color is set to 1 is read many times and written. The first data is transferred to and read from the
次に、SR_colorに5、SW_colorに5が設定されているカーネルのデータ領域は、情報処理装置100が起動するたびに新たに生成、初期化される領域なので、カーネルのデータ領域における第2のデータのデータ寿命は短いと推測される。書き込み管理部20は、最初に第2のデータのデータ寿命SL_colorを参照する。第2のデータは、情報処理装置100の稼働中に必ず揮発性半導体メモリ8上に存在し、電源がオフされるとともに揮発性半導体メモリ8から消去される。したがって、第2のデータは、不揮発性半導体メモリ9,10のメモリ領域に書き込まれない。
Next, since the kernel data area in which SR_color is set to 5 and SW_color is set to 5 is newly created and initialized every time the
次に、SR_colorに4、SW_colorに1が設定されているユーザプログラムの領域は、すべてのプロセスからリエントラントに呼び出されるカーネルと比べて、読み出し頻度は低い。ユーザプログラムの領域における第3のデータは、上記図16に示した読み出し方式によって長期にわたりアクセスされない場合にのみ不揮発性半導体メモリ9,10のメモリ領域に書き込まれる。したがって、第3のデータが不揮発性半導体メモリ9,10に書き込まれる頻度は低い。第3のデータは、カーネルのテキスト領域におけるデータと比較して重要度は低いため、図19ではMLC領域であるA領域に書き込まれる。
Next, the user program area in which SR_color is set to 4 and SW_color is set to 1 has a lower read frequency than the kernel called reentrant from all processes. The third data in the user program area is written into the memory area of the
SR_colorに4、SW_colorに4が設定されているプログラムに動的に確保される領域における第4のデータのうち、データ寿命SL_colorが短いと設定されている第4のデータは、カーネルのデータ領域と同様に、情報処理装置100稼働中に必ず揮発性半導体メモリ8上に存在する。書き込み管理部20は、最初にデータ寿命SL_colorを参照する。第4のデータは、システム稼働中に必ず揮発性半導体メモリ8上に存在し、電源がオフされるとともに揮発性半導体メモリ8から消去されるので不揮発性半導体メモリ9,10のメモリ領域に書き込まれない。
Of the fourth data in the area dynamically secured in the program in which SR_color is set to 4 and SW_color is set to 4, the fourth data set with a short data life SL_color is the kernel data area. Similarly, it always exists on the
一方、データ寿命SL_colorが長いと設定されている第4のデータは、揮発性半導体メモリ8のメモリ領域に配置されるが、混成メインメモリ2の揮発性半導体メモリ8のメモリ領域がFULLに埋まった場合、揮発性半導体メモリ8上から不揮発性半導体メモリ9,10のメモリ領域へのライトバック対象となる。プログラムのテキスト領域はデータの重要度が高いため、プログラムのテキスト領域におけるデータは、SLCであるC領域に書き込まれる。
On the other hand, the fourth data set with a long data life SL_color is arranged in the memory area of the
次にプロセスによって参照されるファイルとして扱われるデータについて説明する。図10では、プロセスによって参照されるファイルのデータ寿命SL_colorはすべて長いと設定されている。 Next, data handled as a file referred to by the process will be described. In FIG. 10, the data life SL_color of the files referred to by the process is all set to be long.
SW_colorに1、SR_colorに3が設定されているシステムファイル類における第5のデータは、書き込み頻度が極めて低く、予測される読み出し頻度が高いことがオペレーティングシステム27によって推測される。このとき、書き込み管理部20は、第5のデータを揮発性半導体メモリ8のメモリ領域に配置するが、混成メインメモリ2の揮発性半導体メモリ8のメモリ領域がFULLに埋まった場合、第5のデータは揮発性半導体メモリ8上から不揮発性半導体メモリ9,10のメモリ領域へのライトバック対象となる。第5のデータの書き込み頻度は低いと判断されるので書き込み管理部20は第5のデータをMLC領域へ配置する。
It is estimated by the
SW_colorに3、SR_colorに3が設定されているファイル類は、書き込み頻度が極めて高く、予測される読み出し頻度も高いことがオペレーティングシステム27によって推測される。したがって、書き込み管理部20は、SW_colorに3、SR_colorに3が設定されているファイル類におけるデータをSLC領域へ配置する。
It is estimated by the
SW_colorに1、SR_colorに2が設定されているファイル類に含まれる第6のデータは、書き込み頻度が極めて低く、予測される読み出し頻度も低いことがオペレーティングシステム27によって推測される。第6のデータは、ファイルとしての重要度も低いと判断されるため、書き込み管理部20は、第6のデータをMLC領域へ配置する。
It is presumed by the
SW_colorに1、SR_colorに1が設定されているファイル類に含まれる第7のデータは、書き込み頻度が極めて低く、予測される読み出し頻度も極めて低いことがオペレーティングシステム27によって推測される。第7のデータについては、ファイルとしての重要度も低いと判断されるため、書き込み管理部20は、第7のデータをMLC領域へ配置する。
It is estimated by the
上記の処理により書き込み対象のメモリ領域が決定された場合、書き込み管理部20は、書き込み先の物理アドレスを決定する。この場合、書き込み管理部20は、カラーリングテーブル14を参照し、書き込み先の物理アドレスを適切に選択することでウェアレベリングの発生を抑え、不要な消去処理を低減する。
When the write target memory area is determined by the above processing, the
ここでウェアレベリングとは、例えば、消去回数が最大のブロックと、消去回数が最小のブロックとの消去回数の差が、所定のしきい値以内に収まるように、ブロック間でデータの入れ替え(交換)を行うことを意味する。例えば、NAND型フラッシュメモリは消去処理なしでのデータ上書きができないため、データ移動先は未使用のブロックである必要があり、元々データを記憶していたブロックの消去処理が発生することになる。 Here, wear leveling means, for example, that data is exchanged (exchanged) between blocks so that the difference in the number of erases between the block with the largest number of erases and the block with the smallest number of erases falls within a predetermined threshold. ). For example, since data can not be overwritten without erasure processing in a NAND flash memory, the data movement destination needs to be an unused block, and erasure processing of a block that originally stored data occurs.
次に、図20を参照して、データに対する書き込み対象ブロックの決定処理について説明する。図20は、データに対する書き込み対象ブロックの決定処理について説明するための図である。 Next, with reference to FIG. 20, a process for determining a write target block for data will be described. FIG. 20 is a diagram for explaining a process of determining a write target block for data.
不揮発性半導体メモリ9,10は、ブロック単位でデータの消去が行われる。不揮発性半導体メモリ9,10のブロック領域毎の消去回数ECは、メモリ使用情報11を参照することにより取得することができる。ブロック領域の消去回数の上限値(消去可能上限回数)に対する消去回数ECの割合を消耗率とする。
The
ブロック領域の消去回数ECが、当該ブロック領域の消去可能上限回数に達している場合には、消耗率は100%である。消耗率が100%の場合には、当該ブロック領域へのデータの書き込みは行われない。 When the erase count EC of a block area reaches the maximum erasable count of the block area, the consumption rate is 100%. When the consumption rate is 100%, data is not written to the block area.
ブロック領域の消去回数ECが、当該ブロック領域の消去回数の上限値に近い場合(例えば、90%)には、当該ブロック領域に対するデータの書き込みを少なくする。書き込み管理部20は、カラーリングテーブル14を参照することにより、書き込み頻度(静的書き込み頻度SW_color、動的書き込み頻度DW_color)の低い書き込み対象データ(例えば、SW_colorが1、DW_colorが「中」)を、消耗率の高いブロック領域(例えば、消耗率90%未満)に書き込む。
When the erase count EC of the block area is close to the upper limit value of the erase count of the block area (for example, 90%), data writing to the block area is reduced. The
一方、ブロック領域の消去回数ECが、当該ブロック領域の消去回数の上限値より低い場合(例えば、消耗率10%)には、当該ブロック領域に対するデータの書き込みは、多くてもよい。書き込み管理部20は、カラーリングテーブル14を参照することにより、書き込み頻度(静的書き込み頻度SW_color、動的書き込み頻度DW_color)の高い書き込み対象データ(例えば、SW_colorが5、DW_colorが「高」)を、消耗率の低いブロック領域(例えば、消耗率10未満)に書き込む。
On the other hand, when the erase count EC of the block area is lower than the upper limit value of the erase count of the block area (for example, the consumption rate is 10%), the data write to the block area may be large. The
以上のように、書き込み対象データを書き込むブロック領域は、書き込み対象データのカラーリング情報と、ブロック領域の消耗率に基づいて決定する。これにより、書き込み対象データの特性(書き込み頻度)に合った書き込み対象ブロック領域を選択することができ、データの信頼性の向上が図れる。また、以下において説明するように、混成メインメモリの寿命の伸ばすことが可能となる。 As described above, the block area into which the write target data is written is determined based on the coloring information of the write target data and the consumption rate of the block area. As a result, it is possible to select a write target block area that matches the characteristics (write frequency) of the write target data, and to improve data reliability. Further, as will be described below, it is possible to extend the life of the hybrid main memory.
次に、図21乃至図25を参照して、書き込み対象データを書き込むブロック領域を、書き込み対象データのカラーリング情報、メモリ使用情報11、メモリ固有情報12に基づいて決定する処理についての詳細と効果について説明する。
Next, referring to FIG. 21 to FIG. 25, details and effects of processing for determining a block area into which write target data is written based on coloring information,
図21は、不揮発性半導体メモリ9,10の任意のブロック領域における消去回数の推移の一例を示すグラフである。この図21において、縦軸は消去回数、横軸は時間を表す。
FIG. 21 is a graph showing an example of the transition of the number of erasures in an arbitrary block area of the
時間の経過により各ブロック領域における理想的な消去回数は変化する。例えばNAND型フラッシュメモリなどの不揮発性半導体メモリ9,10を使用する情報処理装置1では、将来的に不揮発性半導体メモリ9,10が劣化し、不揮発性半導体メモリ9,10を交換する必要が生じる。メモリ交換期までに不揮発性半導体メモリ9,10の多数のブロック領域を使用するためには、ウェアレベリングによる消去回数の平準化が必要である。図21では、不揮発性半導体メモリ9,10の任意のブロック領域における消去回数の推移を示している。ブロック領域に対して期待されている寿命に達した時点で、ブロック領域の消去回数が消去可能上限回数に達することが好ましい。
The ideal number of erasures in each block area varies with time. For example, in the
例えば、すべてのブロック領域が図21で示した消去回数の推移に従うためには、ウェアレベリングにおいて各ブロック領域の消去回数の差に対するしきい値を小さく設定することも可能である。 For example, in order for all block areas to follow the transition of the erase count shown in FIG. 21, it is possible to set a small threshold for the difference in the erase count of each block area in wear leveling.
図22は、ウェアレベリングにおいて消去回数の差に対するしきい値を小さく設定した場合の変化の一例を示すグラフである。 FIG. 22 is a graph showing an example of a change when the threshold for the difference in the number of erasures is set small in wear leveling.
図22における破線は各ブロック領域の消去回数のばらつきの範囲を示している。図22に示すように、しきい値を小さくすることにより、各ブロック領域の消去回数のばらつきは小さくなるが、ウェアレベリングのための消去処理の発生回数が増加し、この結果、不揮発性半導体メモリ9,10全体の寿命が短くなる可能性がある。 The broken lines in FIG. 22 indicate the range of variation in the number of erases in each block area. As shown in FIG. 22, by reducing the threshold value, the variation in the number of erases in each block area is reduced, but the number of times of erasure processing for wear leveling is increased. As a result, the nonvolatile semiconductor memory There is a possibility that the lifetime of the entire 9,10 may be shortened.
書き込み管理部20は、消去回数の分散を低減させ、ウェアレベリングによる消去処理の発生回数を抑えるために、データを書き込む際に、メモリ使用情報11、メモリ固有情報12、カラーリングテーブル14に基づいた消去ブロック領域の選択を行う。
The
図23は、消去回数に応じたブロック領域のグループ分けの一例を示すグラフである。 FIG. 23 is a graph showing an example of grouping block areas according to the number of erasures.
図24は、消去回数に応じたブロック領域のグループ分けの判断基準を表す図である。 FIG. 24 is a diagram showing a criterion for grouping block areas according to the number of erasures.
本実施形態においては、ブロック領域毎に消去回数によるグループ分けが行われる。ブロック領域のグループ分けの結果を示す情報は、メモリ使用情報11として保存される。なお、ブロック領域のグループ分けの結果を示す情報は、メモリ固有情報12として保存されるとしてもよい。
In the present embodiment, grouping by the number of erasures is performed for each block area. Information indicating the result of grouping the block areas is stored as
図23の太線は、最小の消去回数の推移を示しており、破線はウェアレベリングのしきい値を表している。図23に示すように、各ブロック領域はウェアレベリングのしきい値の範囲内(ばらつきの範囲内)でそれぞれの消去回数のグループに分類される。 The thick line in FIG. 23 shows the transition of the minimum number of erasures, and the broken line represents the wear leveling threshold. As shown in FIG. 23, each block area is classified into a group of the number of times of erasing within the range of the wear leveling threshold (within the range of variation).
メモリ使用情報管理部22は、あるブロック領域のデータが消去され、再度書き込み可能になったとき、図24に示すような判断表に基づいて、このブロック領域がどのグループに属するか判断し、メモリ使用情報11に記憶する。
When the data in a certain block area is erased and becomes writable again, the memory usage
この図24の判断表では、全てのブロック領域の消去回数のうちの最小の消去回数と、この最小の消去回数とウェアレベリングを行うか否かを判断するためのしきい値とを加算した値との間が、グループの数で分割されている。グループは、分割された範囲の下から上に向けて、h,g,f,e,d,c,b,aと設定されている。そして、判断表には、各グループに対する上限の消去回数と下限の消去回数とが設定されている。 In the determination table of FIG. 24, a value obtained by adding the minimum number of times of erasing of all block areas and the minimum number of times of erasing and a threshold value for determining whether or not wear leveling is performed. Is divided by the number of groups. The groups are set as h, g, f, e, d, c, b, a from the bottom to the top of the divided range. In the determination table, an upper limit erase count and a lower limit erase count for each group are set.
図25は、ウェアレベリングにおけるブロック領域の検索の一例を示す図である。 FIG. 25 is a diagram illustrating an example of a block area search in wear leveling.
書き込み管理部20は、カラーリングテーブル14の情報に基づいて、書き込み対象データのブロック領域を検索する基準となるグループを決定する。例えば、書き込み対象データのアクセス頻度が高い場合には、消去回数の少ないグループが決定され、書き込み対象データのアクセス頻度が低い場合には、消去回数の多いグループが決定される。以下においては、書き込み対象データに対して、グループcが決定されたとして説明を行う。
Based on the information in the coloring table 14, the
検索基準となる書き込み対象データのグループcが決定されると、図25に示すように、書き込み管理部20は、メモリ使用情報11に基づいて、決定された書き込み対象データのグループcに属するブロック領域を検索する。
When the group c of the write target data serving as the search criterion is determined, as shown in FIG. 25, the
決定された書き込み対象データのグループcに属するブロック領域が存在する場合、このブロック領域が書き込み対象データの書き込み先として決定される。 When there is a block area belonging to the determined group c of the write target data, this block area is determined as a write destination of the write target data.
これに対して、決定された書き込み対象データのグループcに属するブロック領域が存在しない場合、書き込み管理部20は、決定された書き込み対象データのグループcの近傍のグループbに属するブロック領域を検索する。
On the other hand, when there is no block area belonging to the group c of the determined write target data, the
決定された書き込み対象データの近傍グループbに属するブロック領域が存在する場合、この近傍グループbに属するブロック領域が書き込み対象データの書き込み先として選択される。 When there is a block area belonging to the neighboring group b of the determined write target data, the block area belonging to the neighboring group b is selected as a write destination of the write target data.
決定された書き込み対象データの近傍グループbに属するブロック領域が存在しない場合、以下同様に、ブロック領域が決定されるまで、さらに書き込み対象データのグループcに対する他の近傍グループdに対する検索が実行される。このような検索処理によってデータを書き込むブロック領域の物理アドレスが決定されると、書き込み管理部20は、データの書き込みを行い、アドレス管理部18はアドレス変換情報13を更新する。
If there is no block area belonging to the neighborhood group b of the determined write target data, similarly, until the block area is determined, further search for another neighborhood group d for the group c of the write target data is executed. . When the physical address of the block area to which data is written is determined by such search processing, the
なお、書き込み管理部20は、他のブロック領域の検索方法を用いて書き込み先のアドレスを決定するとしてもよい。例えば、書き込み管理部20は、消去回数をキーとし、消去ブロック領域をノードとする木構造(B-Tree B+Tree RB-Tree等)で書き込み可能なブロック領域(消去処理済み)を管理し、メモリ固有情報12又はメモリ使用情報11に保存する。書き込み管理部20は、基準となる消去回数をキーにツリーを検索し、最も近い消去回数をもつブロック領域を抽出する。
Note that the
任意のプロセス3bによってデータが消去されると、オペレーティングシステム27はこのデータについてのカラーリングテーブル14の内容を消去する。アドレス管理部18は、カラーリングテーブル14の内容が消去されたとき、アドレス変換情報13における消去対象データの論理アドレスに対応する物理アドレスを消去する。
When data is erased by any
データが揮発性半導体メモリ8上に存在する場合は、揮発性半導体メモリ8上のデータが消去される。
When the data exists on the
次に、図26を参照して、本実施形態に係るメモリ管理装置1にキャッシュメモリを備えた構成について説明する。図26は、本実施形態に係るメモリ管理装置1にさらにキャッシュメモリを備えたメモリ管理装置の一例を示すブロック図である。なお、この図26においては、プロセッサ3a,3b,3cのうちプロセッサ3bを代表として説明するが、他のプロセッサ3a,3cについても同様である。
Next, a configuration in which the
メモリ管理装置1は、さらに、キャッシュメモリ28を備えている。
The
プロセッサ3bは、1次キャッシュメモリ4b、2次キャッシュメモリ5bに加えて、キャッシュメモリ28を直接アクセス可能である。
The
メモリ管理装置28は、1次キャッシュメモリ4b、2次キャッシュメモリ5b、キャッシュメモリ28のいずれかにおいて、ページイン又はページアウトが発生した場合に、混成メインメモリ2をアクセスする。
The
メモリ管理装置1、混成メインメモリ2、プロセッサ3aの実装例を、図27の例に基づいて説明する。
An implementation example of the
図27(A)は、メモリ管理装置1、混成メインメモリ2、プロセッサ3aの第1の実装例を示すブロック図である。図27(A)では、揮発性半導体メモリ8が、DRAMであり、不揮発性半導体メモリ9,10がNAND型フラッシュメモリである場合について説明するが、これに限定されない。
FIG. 27A is a block diagram illustrating a first implementation example of the
プロセッサ3aは、メモリコントローラ(MMU)3maと、1次キャッシュメモリ4aと、2次キャッシュメモリ4bとを備える。メモリ管理装置1は、DRAMコントローラを備える。プロセッサ3aとメモリ管理装置1は同一基板(例えば、SoC)上に形成される。
The
揮発性半導体メモリ8は、メモリ管理装置1が備えるDRAMコントローラにより制御される。不揮発性半導体メモリ9,10は、メモリ管理装置1により制御される。図27(A)の実装例では、揮発性半導体メモリ8が搭載されるメモリモジュールと、不揮発性半導体メモリ9,10が搭載されるメモリモジュールとは、別モジュールである。
The
図27(B)は、メモリ管理装置1、混成メインメモリ2、プロセッサ3aの第1の実装例を示すブロック図である。図27(B)では、揮発性半導体メモリ8が、DRAMであり、不揮発性半導体メモリ9,10がNAND型フラッシュメモリである場合について説明するが、これに限定されない。図27(A)と同様の構成については、説明を省略する。
FIG. 27B is a block diagram illustrating a first implementation example of the
図27(B)の例では、プロセッサ3aが搭載されたチップに、メモリ管理装置1が外部から電気的に接続される構成となっている。また、メモリ管理装置1に、揮発性半導体メモリ8が接続される構成となっている。メモリ管理装置1は、DRAMコントローラ(図示省略)を備える。
In the example of FIG. 27B, the
次に、図28を参照して、本実施形態に係るメモリ管理装置1と情報処理装置100の別構成態様について説明する。図1に示したメモリ管理装置1と情報処理装置100では、データについての書き込み回数DWC_color、読み出し回数RWC_colorのカウント(インクリメント)は、メモリ管理装置1の動的カラー情報管理部22で管理する。これに対し、図28に示すメモリ管理装置1と情報処理装置100では、データについての書き込み回数DWC_color、読み出し回数RWC_colorのカウントは、プロセッサ3a,3b,3cが備えるメモリコントローラ(MMU)3ma,3mb,3mcで行う。以下の説明において、メモリコントローラ3ma,3mb,3mcのうちメモリコントローラ3maを代表として説明するが、他のメモリコントローラ3mb,3mcについても同様である。
Next, another configuration aspect of the
プロセッサ3aに備えられているメモリコントローラ3maは、データについての書き込み回数DWC_color、読み出し回数DRC_colorのカウントを行うカウンタctaを備える。さらに、メモリコントローラ3maは、データについての書き込み回数DWC_color、読み出し回数DRC_colorを管理するカウント情報ciaを含む。
The memory controller 3ma provided in the
カウンタctaは、例えば、プロセッサ3aがデータに対してロード命令を発生させた場合、当該データに対する読み出し回数DRC_colorをカウント(インクリメント)し、カウント情報ciaを更新する。また、カウンタctaは、例えば、プロセッサ3aがデータに対してストア命令を発生させた場合、当該データに対する書き込み回数DWC_colorをカウント(インクリメント)し、カウント情報ciaを更新する。
For example, when the
カウント情報ciaにより管理される、データについての書き込み回数DWC_color、読み出し回数DRC_colorは、定期的に、当該データについてのメモリ管理装置1のカラーリングテーブル14の書き込み回数DWC_color、読み出し回数DRC_colorに反映される。
The write count DWC_color and read count DRC_color for data managed by the count information cia are periodically reflected in the write count DWC_color and read count DRC_color of the coloring table 14 of the
この図28の構成態様においては、次の効果が得られる。すなわち、プロセッサ3aの動作周波数はGHzオーダーであるのに対し、メモリ管理装置1の動作周波数はMHzオーダーである場合に、メモリ管理装置1では、プロセッサ3aで発生する書き込み、読み出しをカウントすることが困難な場合が考えられる。これに対し、図28の構成態様の場合には、プロセッサ3aのカウンタctaで、書き込み、読み出しをカウントするため、高い動作周波数での読み出し回数、書き込み回数をカウントすることが可能となる。
In the configuration mode of FIG. 28, the following effects are obtained. That is, when the operating frequency of the
次に、図29を参照して、複数のメモリ管理装置1により、複数の不揮発性半導体メモリを管理する構成について説明する。図29は、複数の不揮発性半導体メモリを管理する複数のメモリ管理装置の一例を示す斜視図である。
Next, a configuration for managing a plurality of nonvolatile semiconductor memories by a plurality of
図29においては、一つのメモリ管理装置1と、複数のNAND型フラッシュメモリ29とで、一つのメモリモジュール30が形成される。図29の例では、3つのメモリモジュール30が形成されている。
In FIG. 29, one
複数の不揮発性半導体メモリ29は、例えばNAND型フラッシュメモリであり、上記の不揮発性半導体メモリ9,10として用いられる。
The plurality of
メモリ管理装置1は、同じメモリモジュール30に属する複数の不揮発性半導体メモリ29に対するアクセスを管理する。
The
さらに、複数のメモリモジュール30内に備えられている複数のメモリ管理装置1は、互いに連携して一つのメモリ管理装置にように動作する。
Further, the plurality of
メモリモジュール30のメモリ管理装置1は、メモリモジュール30内の複数の不揮発性半導体メモリ29に対するECC機能及びRAID機能を備え、ミラーリング及びストライピングを行う。
The
それぞれの不揮発性半導体メモリ29は、メモリモジュール30が通電中(動作中)であっても、ホットスワップ(交換)可能である。複数の不揮発性半導体メモリ29のそれぞれには、ボタン31が対応付けられている。
Each
ボタン31は、警告出力部(例えばLEDなど)を備える。例えば、警告出力部が第1の色(緑)の場合は、正常状態を表し、第2の色(赤)の場合には交換必要な状態を表す。
The
ボタン31が押されると、プロセス6a,6b,6c及びオペレーティングシステム27に通知が送信され、アクセスなどが発生していない取り外し安全なときに、ボタン31は、第3の色(青)になり、このボタン31に対応する不揮発性半導体メモリ29は、ホットスワップ可能となる。
When the
ホットスワップ実行時には、ホットスワップを要求するボタン31が押された後、ライトバックが完了した時点で、交換可能であることを示すランプが点灯し、不揮発性半導体メモリ29の交換が行われる。
When the hot swap is executed, after the
メモリ管理装置1の処理部15は、情報記憶部17に記憶されているメモリ使用情報11とメモリ固有情報12とを参照し、各不揮発性半導体メモリ29の書き換え回数又は読み出し回数が、メモリ固有情報12に記述されているアクセス可能上限回数の所定割合に達したか否か判断する。そして、処理部15は、書き込み回数又は読み出し回数が、書き込み可能上限回数又は読み出し可能上限回数の所定割合に達している場合、メモリ交換を通知又は警告する。
The
本実施形態において、不揮発性半導体メモリ29のページサイズ又はブロックサイズが大きい場合、プリロードが有効である。
In the present embodiment, when the page size or block size of the
プリロードが行われる場合、メモリ管理装置1の処理部15は、不揮発性半導体メモリ29に記憶されているデータに対応するカラーリング情報を参照し、頻繁にアクセスされる可能性の高いデータを、予めキャッシュメモリ28にプリロードしておく。
When preloading is performed, the
あるいは、処理部15は、周期性のあるデータであって、所定の時間にアクセスされる可能性の高いデータを、その所定時間の前にプリロードしておく。
Alternatively, the
本実施形態においては、混成メインメモリ2の各メモリの耐久性に基づいてデータの配置が決定され、混成メインメモリ2の寿命を延ばすことができる。また、混成メインメモリ2に対する高速なアクセスを実現できる。
In the present embodiment, the data arrangement is determined based on the durability of each memory of the hybrid
本実施形態においては、混成メインメモリ2の各メモリの耐久性に基づいてデータが配置されるため、混成メインメモリ2における致命的なデータ欠損を防止することができる。
In the present embodiment, since data is arranged based on the durability of each memory of the hybrid
本実施形態に係るメモリ管理装置1及び混成メインメモリ2を用いることにより、スワップをなくすことができる。
By using the
本実施形態においては、不揮発半導体メモリ9,10がメインメモリとして用いられる。これにより、メインメモリの記憶容量を大容量化することができ、ハードディスク又はSSD(Solid State Disk)を用いた2次記憶装置を使用しなくてもよい。
In the present embodiment, the
本実施形態においては、不揮発性半導体メモリ9,10をメインメモリとして用いるため、インスタント・オンを高速化できる。
In this embodiment, since the
(第2の実施形態)
第2の実施形態は、情報処理装置100をシャットダウンする際における揮発性半導体メモリ8から不揮発性半導体メモリ9、10へのデータの移動に関するものである。
(Second Embodiment)
The second embodiment relates to data movement from the
統合メモリ管理装置において、混成メインメモリ2のメモリマップは、図3に示す通りである。情報処理装置100が動作しているとき、揮発性半導体メモリ8(DRAM領域)には、データの読み、書きによりキャッシュされたデータが存在する。情報処理装置100をシャットダウンするとき、例えば揮発性半導体メモリ8において更新され、不揮発性半導体メモリ9、10において更新されていないダーティなデータが存在する。このため、ダーティなデータを選択し、不揮発性半導体メモリ9、10に転送する必要がある。
In the integrated memory management device, the memory map of the hybrid
図30は、情報記憶部17に設けられた揮発性半導体メモリ8のダーティビットフィールドDBFの一例を示している。このダーティビットフィールドDBF各カラムは、物理アドレスに基づいて設定されたインデックス情報に対応して、そのデータがダーティかどうかを示すフラグデータが設定されている。フラグデータ“0”は、そのエントリに対応するデータが消去されたこと、又は、そのデータが揮発性半導体メモリ8に読み込まれ、更新されていないこと(同期されている)ことを示し、フラグデータ“1”は、揮発性半導体メモリ8において更新され、不揮発性半導体メモリ9、10において更新されていない(同期されていない)ことを示している。すなわち、データ“1”のエントリに対応するデータは、シャットダウン時に不揮発性半導体メモリ9、10へ転送する必要があり、データ“0”のエントリに対応するデータは、不揮発性半導体メモリ9、10へ転送する必要がない。
FIG. 30 shows an example of the dirty bit field DBF of the
メモリ管理装置1は、不揮発性半導体メモリ9、10から読み出されたデータを揮発性半導体メモリ8に書き込む際、又は揮発性半導体メモリ8からデータが消去された際、及び揮発性半導体メモリ8内のデータの更新を不揮発性半導体メモリ9、10に反映した際のいずれかにおいて、対応するエントリのフラグデータを“0”にセットする。
The
また、メモリ管理装置1は、揮発性半導体メモリ8上のデータが更新されたとき、対応するエントリのフラグデータを“1”にセットする。
Further, when the data on the
ダーティビットフィールドDBFのエントリ数は、揮発性半導体メモリ8のサイズをI/O単位(キャッシュラインサイズ=ページサイズ)で割った値となる。
The number of entries in the dirty bit field DBF is a value obtained by dividing the size of the
図31は、情報処理装置100がシャットダウンされる際の処理の一例を示している。この処理は、例えば処理部15において実行される。
FIG. 31 illustrates an example of processing when the
情報処理装置100がシャットダウンされる際、先ず、不揮発性半導体メモリ9、10に更新されていないデータの合計サイズSAが算出される(ステップS31)。すなわち、ダーティビットフィールドDBFのエントリがサーチされてフラグデータが“1”であるデータが検出される。この検出されたフラグデータが“1”であるデータのサイズが合計され、未更新データサイズSAが算出される。
When the
前述したように、ダーティビットフィールドDBFの各エントリは、不揮発性半導体メモリのページサイズ毎に設定されている。このため、フラグデータが“1”の数を計数し、この計数値にページサイズを乗算することにより、更新データサイズSAを求めることができる。 As described above, each entry in the dirty bit field DBF is set for each page size of the nonvolatile semiconductor memory. Therefore, the update data size SA can be obtained by counting the number of flag data “1” and multiplying the counted value by the page size.
次いで、不揮発性半導体メモリの空き領域サイズSBが算出される(ステップS32)。本実施形態は、シャットダウン時に、揮発性半導体メモリ8のデータを不揮発性半導体メモリ書き込む場合、書き込み、読み出しの高速化、及びデータを長期間保管する可能性があることを考慮して、不揮発性半導体メモリ9のSLC領域にデータが書き込まれる。具体的には、図3に示すSLC領域の例えばB領域に優先的にデータが書き込まれる。
Next, the free space size SB of the nonvolatile semiconductor memory is calculated (step S32). In the present embodiment, when writing data in the
上述したように、メモリ管理装置1は、カラーリングテーブル14の情報に基づき、不揮発性半導体メモリ9、10の書き込みを管理している。しかし、本実施形態に係るシャットダウン処理は、この原則を無視し、例えば高速かつ高信頼性を維持してデータを記憶させるため、不揮発性半導体メモリ9の例えばB領域にデータを優先的に記憶させる。
As described above, the
このため、B領域の空き領域サイズが算出される。空き領域サイズの計算は、例えばメモリ使用情報17の内容に基づき求められる。
For this reason, the free area size of the B area is calculated. The calculation of the free space size is obtained based on the contents of the
この後、算出された未更新データサイズSAとB領域の空き領域サイズSBが比較される(ステップS33)。この結果、算出された未更新データサイズSAがB領域の空き領域サイズSB以下である場合、揮発性半導体メモリ8の未更新のデータが不揮発性半導体メモリのB領域に書き込まれる(ステップS34)。次いで、B領域に書き込に基づき、図4に示すアドレス管理情報が更新される(ステップS35)。
Thereafter, the calculated unupdated data size SA is compared with the free area size SB of the B area (step S33). As a result, when the calculated unupdated data size SA is equal to or smaller than the free area size SB of the B area, the unupdated data of the
一方、ステップS33において、算出された未更新データサイズSAがB領域の空き領域サイズSBより大きいと判断された場合、通常の書き込み処理が実行される。すなわち、原則に従って、カラーリングテーブル14を参照してデータの書き込みが実行される(ステップS36)。この後、アドレス管理情報が更新される(ステップS35)。 On the other hand, if it is determined in step S33 that the calculated unupdated data size SA is larger than the free area size SB of the B area, normal writing processing is executed. That is, according to the principle, data writing is executed with reference to the coloring table 14 (step S36). Thereafter, the address management information is updated (step S35).
上記第2の実施形態によれば、情報記憶部17にダーティビットフィールドDBFを設け、揮発性半導体メモリ8のデータが更新されたか、されていないかをフラグデータにより管理し、情報処理装置100がシャットダウンされる際、ダーティビットフィールドDBFのフラグデータに基づき、揮発性半導体メモリ8のデータを不揮発性半導体メモリ9に転送している。したがって、シャットダウン時、未更新のデータを確実に不揮発性半導体メモリ9へ転送することができる。
According to the second embodiment, the dirty bit field DBF is provided in the
しかも、シャットダウン時、揮発性半導体メモリ8から出力される未更新のデータは、不揮発性半導体メモリ9のSLC領域に書き込まれる。このため、書き込み処理を高速化することができるとともに、長期間の保存に対して信頼性を保持することが可能である。
Moreover, unupdated data output from the
(第3の実施形態)
第3の実施形態は、情報処理装置100の起動の高速化を目的とするものである。
(Third embodiment)
The third embodiment is intended to increase the startup speed of the
例えば動画プレーヤとブラウザが動作していた状態において、シャットダウンされたとき、ブラウザが動作していた場合、動画プレーヤは次にスケジュールされる可能性が高いという優先度を持っている場合、情報処理装置100の起動後、優先度の高い動画プレーヤのコードが揮発性半導体メモリ8に転送されていれば、高速に動作させることが可能と考えられる。
For example, in a state where the video player and the browser are operating, if the browser is operating when shut down, the video player has a priority that it is likely to be scheduled next. If the code of the high-priority video player is transferred to the
そこで、第3の実施形態は、起動の高速化を目的として、カラーリングテーブル14に先読みヒント情報を付加し、この先読みヒント情報を用いて情報処理装置100を起動させる。この先読みヒント情報は、シャットダウン時にカラーリングテーブルに設定される。すなわち、オペレーティングシステムは、シャットダウンプロセスにおいてカラーリングテーブルに先読みヒント情報を格納することにより、起動時のメモリアクセスのオーバーヘッドを低減することができ、高速に起動することが可能である。
Therefore, in the third embodiment, prefetching hint information is added to the coloring table 14 for the purpose of speeding up the activation, and the
図32は、本実施形態に適用されるカラーリングテーブル14の一例を示している。図8に示すカラーリングテーブル14に対して、各エントリに先読みヒント情報のフィールドが付加されている。この先読みヒント情報は、静的カラー情報のフィールドに設けられる例えばフラグデータである。このフラグデータは、“0”である場合、そのエントリに対応するデータを起動時に先読みせず、“1”である場合、そのエントリに対応するデータを起動時に先読みすることを示している。このフラグデータは、2値データに限定されるものではなく、多値データとすることも可能である。 FIG. 32 shows an example of the coloring table 14 applied to this embodiment. In the coloring table 14 shown in FIG. 8, a field of prefetch hint information is added to each entry. The prefetch hint information is, for example, flag data provided in the static color information field. When the flag data is “0”, the data corresponding to the entry is not prefetched at startup, and when the flag data is “1”, the data corresponding to the entry is prefetched at startup. The flag data is not limited to binary data, and can be multi-value data.
この先読み情報としてのフラグデータは、情報処理装置100がシャットダウンされるとき、例えばオペレーティングシステムのシャットダウンプロセスにおいて、カラーリングテーブル14に設定される。
The flag data as the prefetch information is set in the coloring table 14 when the
図33は、先読み情報の設定処理を示している。この処理は、例えば処理部15において実行される。
FIG. 33 shows prefetch information setting processing. This process is executed in the
情報処理装置100がシャットダウンされるとき、先ず、起動に必要なコードデータが格納されたアドレスに先読み情報が付加される(ステップS41)。すなわち、カラーリングテーブル14の対応するエントリに先読み情報として、フラグデータ“1”が設定される。
When the
この後、優先度が最も高いプロセスのコンテキストに先読み情報が付加される(ステップS42)。すなわち、カラーリングテーブル14の優先度が最も高いプロセスのコンテキストに対応するエントリに先読み情報として、フラグデータ“1”が設定される。優先度が高いデータとしては、例えばデバイスの初期化コードデータや、シャットダウンする時に優先度が高かいプロセスのコンテキストなどがある。 Thereafter, prefetch information is added to the context of the process having the highest priority (step S42). That is, flag data “1” is set as prefetch information in the entry corresponding to the context of the process having the highest priority in the coloring table 14. Examples of high priority data include device initialization code data and process context with high priority when shutting down.
尚、優先度が最も高いプロセスに関連していても、静的カラーとしての例えば静的読み出し頻度(SR_color)が低いデータである場合、先読み情報としてのフラグデータ“0”が設定される。例えばMPEGデータをマップしたアドレス空間がこれに相当し、このアドレス空間は先読みを行わないように設定される。 Even if the process is associated with the highest priority, flag data “0” as pre-read information is set when the static color, for example, has a low static read frequency (SR_color). For example, an address space to which MPEG data is mapped corresponds to this, and this address space is set so as not to perform prefetching.
次いで、設定されたサイズのデータに先読み情報を付加したかどうかが判別される(ステップS43)。すなわち、先読みされたデータが格納される揮発性半導体メモリ8のサイズを越えたかどうかが判別される。揮発性半導体メモリ8の使用サイズは、例えばユーザにより設定可能されている。このため、設定されたサイズを越えたかどうかが判別される。この結果、設定されたサイズ以内の場合、ステップS42に移行され、上記の動作が行われる。また、判別の結果、設定されたサイズを超えたものと判別された場合、処理が終了される。このようにして、シャットダウンの際に、カラーリングテーブル14に先読み情報が設定される。
Next, it is determined whether or not pre-read information is added to the set size data (step S43). That is, it is determined whether or not the size of the
情報処理装置100が起動された場合、情報処理装置100の起動プロセスには、必ず実行される実行コードや読み込むデータが存在する。オペレーティングシステムは起動の早期で実行される実行コードやデータ領域を知ることができる。
When the
情報処理装置100の起動時、カラーリングテーブル14に設定された先読み情報を用いて、起動プロセスと並行に、不揮発性半導体メモリから揮発性半導体メモリへデータが転送される。
When the
図34は、起動時のオペレーティングシステムの処理を示している。 FIG. 34 shows the processing of the operating system at startup.
先ず、カラーリングテーブル14がサーチされ(ステップS51)、エントリの先読み情報としてのフラグデータが読み出される(ステップS52)。次いで、このフラグデータが“1”であるかどうかが判別される(ステップS53)。この結果、フラグデータが“1”である場合、そのエントリに対応するデータが不揮発性半導体メモリ9、10から読み出される(ステップS54)。すなわち、他のデータに優先して先読み情報が付されたデータが不揮発性半導体メモリ9、10から揮発性半導体メモリ8に転送される。
First, the coloring table 14 is searched (step S51), and flag data as pre-read information of the entry is read (step S52). Next, it is determined whether or not the flag data is “1” (step S53). As a result, when the flag data is “1”, the data corresponding to the entry is read from the
また、ステップS53の判別において、フラグデータが“0”である場合、そのエントリに対応するデータは読み出されない。 If the flag data is “0” in the determination in step S53, the data corresponding to the entry is not read.
この後、カラーリングテーブル14に次のエントリがあるかどうかが判別される(ステップS55)。この結果、次のエントリがある場合、制御がステップS51に移行され、上記動作が繰り返される。また、次のエントリがない場合、処理が終了される。 Thereafter, it is determined whether or not the next entry exists in the coloring table 14 (step S55). As a result, if there is a next entry, control is transferred to step S51, and the above operation is repeated. If there is no next entry, the process is terminated.
尚、処理の終了条件は、次のエントリがない場合に限定されるものではなく、揮発性半導体メモリ8の起動時の書き込みサイズを予め設定し、この書き込みサイズに達した場合、処理を終了するように設定することも可能である。このようにすることにより、揮発性半導体メモリ8に空き容量を確保することができる。
The process termination condition is not limited to the case where there is no next entry. The write size at the time of starting the
上記第3の実施形態によれば、情報処理装置100のシャットダウン時に、起動後、即実行される可能性の高いデータに対応するカラーリングテーブルのエントリに先読み情報を付加し、起動時、この先読み情報を検索して優先的に不揮発性半導体メモリ9、10から揮発性半導体メモリ8にデータを転送している。このため、読み出しが多発する起動時にオーバーヘッドを低減し、高速に情報処理装置100を起動することが可能である。
According to the third embodiment, when the
また、優先度の高いデータのみを揮発性半導体メモリ8に転送しているため、シャットダウン時に揮発性半導体メモリ8に存在していたデータを全てセイブし、起動時にリカバーする場合に比べて、揮発性半導体メモリ8の内容を整理でき、起動後の実行処理を高速化することが可能である。
In addition, since only high priority data is transferred to the
尚、本発明は、上記実施形態に限定されるものではなく、発明の要旨を変えない範囲において種々変形可能なことは勿論である。 In addition, this invention is not limited to the said embodiment, Of course, in the range which does not change the summary of invention, it can change variously.
1…メモリ管理装置、2…混成メインメモリ、3a〜3b…プロセッサ、4a〜4c…1次キャッシュメモリ、5a〜5c…2次キャッシュメモリ、6a〜6c…プロセス、7…バス、8…揮発性半導体メモリ、9,10,29…不揮発性半導体メモリ、11…メモリ使用情報、12…メモリ固有情報、13…アドレス変換情報、14…カラーリングテーブル、15…処理部、16…作業メモリ、17…情報記憶部、18…アドレス管理部、19…読み出し管理部、20…書き込み管理部、21…カラーリング情報管理部、22…メモリ使用情報管理部、23…再配置部、24…アクセス頻度算出部、25…動的カラー情報管理部、27…オペレーティングシステム、28…キャッシュメモリ、3ma〜3mc…メモリ管理ユニット、cta〜ctc…カウンタ、cia〜cic…カウント情報、30…メモリモジュール、31…ボタン、DBF…ダーティビットフィールド、PRH…先読みヒント情報。
DESCRIPTION OF
Claims (8)
少なくとも前記不揮発性半導体メモリから読み出されたデータを記憶する揮発性半導体メモリと、
前記不揮発性半導体メモリと揮発性半導体メモリのうちの少なくとも一方に記憶される各データの特性に基づいて生成され、各データの配置領域を決定するヒントとなる配置ヒント情報を記憶する第1の記憶手段と、
揮発性半導体メモリ内で更新され、不揮発性半導体メモリに更新されていないデータを示す第1のフラグデータを記憶する第2の記憶手段と、
情報処理装置のシャットダウン時、前記第2の記憶手段に記憶された前記第1のフラグデータに基づき、揮発性半導体メモリから不揮発性半導体メモリに転送すべきデータを検出する第1の検出手段と、
前記第1の検出手段により検出されたデータを前記第1の記憶手段に記憶された配置ヒント情報とは無関係に前記不揮発性半導体メモリの前記第2の記憶領域に転送する転送手段と
を具備することを特徴とするメモリ管理装置。 A non-volatile semiconductor memory having a first storage area for storing binary data and a second storage area for storing multi-value data;
A volatile semiconductor memory for storing at least data read from the nonvolatile semiconductor memory;
A first storage that stores arrangement hint information that is generated based on the characteristics of each data stored in at least one of the nonvolatile semiconductor memory and the volatile semiconductor memory and serves as a hint for determining an arrangement area of each data Means,
Second storage means for storing first flag data indicating data updated in the volatile semiconductor memory and not updated in the nonvolatile semiconductor memory;
First detection means for detecting data to be transferred from the volatile semiconductor memory to the nonvolatile semiconductor memory based on the first flag data stored in the second storage means when the information processing apparatus is shut down;
Transfer means for transferring the data detected by the first detection means to the second storage area of the nonvolatile semiconductor memory irrespective of the arrangement hint information stored in the first storage means. A memory management device.
前記算出手段により算出されたサイズが、前記第2の記憶領域のサイズより大きい場合、前記第1の記憶手段の前記配置ヒント情報に基づき、前記揮発性半導体メモリのデータを前記不揮発性半導体メモリの第1又は第2の記憶領域に転送する転送手段と
を具備することを特徴とする請求項1記載のメモリ管理装置。 Means for calculating a size of data to be transferred from the volatile semiconductor memory detected by the first detection means to the nonvolatile semiconductor memory;
When the size calculated by the calculation unit is larger than the size of the second storage area, the data of the volatile semiconductor memory is stored in the nonvolatile semiconductor memory based on the placement hint information of the first storage unit. The memory management device according to claim 1, further comprising transfer means for transferring to the first or second storage area.
情報処理装置の起動時に前記第2のフラグデータを検出する第2の検出手段と、
前記第2の検出手段により、先に読み出すべきデータが検出された場合、そのデータを読み出す読み出し手段と
を具備することを特徴とする請求項1又は2記載のメモリ管理装置。 The first storage means has second flag data indicating whether or not each entry in which the placement hint information is stored is data to be read first when the information processing apparatus is activated,
Second detection means for detecting the second flag data when the information processing apparatus is activated;
3. The memory management device according to claim 1, further comprising: a reading unit that reads data when the second detection unit detects data to be read first. 4.
少なくとも前記不揮発性半導体メモリから読み出されたデータを記憶する揮発性半導体メモリと、
前記不揮発性半導体メモリと揮発性半導体メモリのうちの少なくとも一方に記憶される各データの特性に基づいて生成され、各データの配置領域を決定するヒントとなる配置ヒント情報を記憶する第1の記憶手段と、
を有する統合メモリ管理方法であって、
情報処理装置のシャットダウン時、第2の記憶手段に記憶された揮発性半導体メモリ内で更新され、不揮発性半導体メモリに更新されていないデータを示す第1のフラグデータに基づき、揮発性半導体メモリから不揮発性半導体メモリに転送すべきデータを検出し、
前記検出されたデータを前記第1の記憶手段に記憶された前記配置ヒント情報とは無関係に前記不揮発性半導体メモリの前記第1の記憶領域に転送する
ことを特徴とするメモリ管理方法。 A non-volatile semiconductor memory having a first storage area for storing binary data and a second storage area for storing multi-value data;
A volatile semiconductor memory for storing at least data read from the nonvolatile semiconductor memory;
A first storage that stores arrangement hint information that is generated based on the characteristics of each data stored in at least one of the nonvolatile semiconductor memory and the volatile semiconductor memory and serves as a hint for determining an arrangement area of each data Means,
An integrated memory management method comprising:
From the volatile semiconductor memory based on the first flag data indicating the data updated in the volatile semiconductor memory stored in the second storage means and not updated in the nonvolatile semiconductor memory when the information processing apparatus is shut down. Detect data to be transferred to the nonvolatile semiconductor memory,
The memory management method, wherein the detected data is transferred to the first storage area of the nonvolatile semiconductor memory irrespective of the placement hint information stored in the first storage means.
前記算出されたサイズが、前記第1の記憶領域のサイズより大きい場合、前記第1の記憶手段に記憶された前記配置ヒント情報に基づき、前記揮発性半導体メモリのデータを前記不揮発性半導体メモリの第1又は第2の記憶領域に転送する
ことを特徴とする請求項5記載のメモリ管理方法。 Calculating the size of data to be transferred from the detected volatile semiconductor memory to the nonvolatile semiconductor memory;
When the calculated size is larger than the size of the first storage area, the data of the volatile semiconductor memory is stored in the nonvolatile semiconductor memory based on the placement hint information stored in the first storage means. The memory management method according to claim 5, wherein the data is transferred to the first or second storage area.
情報処理装置の起動時に前記第2のフラグデータを検出し、
先に読み出すべきデータが検出された場合、そのデータを読み出す
ことを特徴とする請求項5又は6記載のメモリ管理方法。 The first storage means has second flag data indicating whether or not each entry in which the placement hint information is stored is data to be read first when the information processing apparatus is activated,
Detecting the second flag data when starting the information processing apparatus;
The memory management method according to claim 5 or 6, wherein when data to be read out first is detected, the data is read out.
Priority Applications (8)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2010048334A JP2011186558A (en) | 2010-03-04 | 2010-03-04 | Memory management device and method |
| KR1020117029315A KR20120068765A (en) | 2009-07-17 | 2010-03-08 | Memory management device |
| EP10799661.3A EP2455865B1 (en) | 2009-07-17 | 2010-03-08 | Memory management device |
| CN201080031863.5A CN102473140B (en) | 2009-07-17 | 2010-03-08 | Memory management device |
| TW099106706A TWI460588B (en) | 2009-07-17 | 2010-03-08 | Memory management device and memory information processing device |
| PCT/JP2010/053817 WO2011007599A1 (en) | 2009-07-17 | 2010-03-08 | Memory management device |
| US13/351,582 US20120191900A1 (en) | 2009-07-17 | 2012-01-17 | Memory management device |
| US14/938,589 US10776007B2 (en) | 2009-07-17 | 2015-11-11 | Memory management device predicting an erase count |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2010048334A JP2011186558A (en) | 2010-03-04 | 2010-03-04 | Memory management device and method |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JP2011186558A true JP2011186558A (en) | 2011-09-22 |
Family
ID=44792775
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2010048334A Pending JP2011186558A (en) | 2009-07-17 | 2010-03-04 | Memory management device and method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP2011186558A (en) |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2014174881A (en) * | 2013-03-12 | 2014-09-22 | Casio Comput Co Ltd | Information processing device, information processing method, and program |
| JP2015148859A (en) * | 2014-02-05 | 2015-08-20 | コニカミノルタ株式会社 | Information processing device and start control program, and start control method |
| US9836312B2 (en) | 2013-06-27 | 2017-12-05 | Sony Corporation | Storage control device, storage device, and storage control method thereof |
| US10452530B2 (en) | 2016-02-26 | 2019-10-22 | Mitsubishi Electric Corporation | Information processing apparatus and information processing method |
| JP2020102197A (en) * | 2018-12-21 | 2020-07-02 | エスケーハイニックス株式会社SK hynix Inc. | Memory system and method of operating memory system |
| CN112542448A (en) * | 2019-09-23 | 2021-03-23 | 三星电子株式会社 | Solid state drive device |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0816482A (en) * | 1994-06-29 | 1996-01-19 | Hitachi Ltd | Storage device using flash memory and storage control method thereof |
| JPH11353219A (en) * | 1998-06-08 | 1999-12-24 | Matsushita Graphic Communication Systems Inc | Data storing device |
| JP2007305210A (en) * | 2006-05-10 | 2007-11-22 | Toshiba Corp | Semiconductor memory device |
| JP2009048613A (en) * | 2007-08-14 | 2009-03-05 | Samsung Electronics Co Ltd | Solid-state memory, computer system including the same, and operation method thereof |
| WO2009067138A1 (en) * | 2007-11-19 | 2009-05-28 | Sandforce, Inc. | Writing data to different storage devices based on write frequency |
| JP2010009500A (en) * | 2008-06-30 | 2010-01-14 | Canon Finetech Inc | Nonvolatile memory controller and control method, and inkjet recorder |
-
2010
- 2010-03-04 JP JP2010048334A patent/JP2011186558A/en active Pending
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0816482A (en) * | 1994-06-29 | 1996-01-19 | Hitachi Ltd | Storage device using flash memory and storage control method thereof |
| JPH11353219A (en) * | 1998-06-08 | 1999-12-24 | Matsushita Graphic Communication Systems Inc | Data storing device |
| JP2007305210A (en) * | 2006-05-10 | 2007-11-22 | Toshiba Corp | Semiconductor memory device |
| JP2009048613A (en) * | 2007-08-14 | 2009-03-05 | Samsung Electronics Co Ltd | Solid-state memory, computer system including the same, and operation method thereof |
| WO2009067138A1 (en) * | 2007-11-19 | 2009-05-28 | Sandforce, Inc. | Writing data to different storage devices based on write frequency |
| JP2010009500A (en) * | 2008-06-30 | 2010-01-14 | Canon Finetech Inc | Nonvolatile memory controller and control method, and inkjet recorder |
Cited By (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2014174881A (en) * | 2013-03-12 | 2014-09-22 | Casio Comput Co Ltd | Information processing device, information processing method, and program |
| US9836312B2 (en) | 2013-06-27 | 2017-12-05 | Sony Corporation | Storage control device, storage device, and storage control method thereof |
| JP2015148859A (en) * | 2014-02-05 | 2015-08-20 | コニカミノルタ株式会社 | Information processing device and start control program, and start control method |
| US10452530B2 (en) | 2016-02-26 | 2019-10-22 | Mitsubishi Electric Corporation | Information processing apparatus and information processing method |
| DE112016006293B4 (en) | 2016-02-26 | 2020-06-04 | Mitsubishi Electric Corporation | Information processing device and information processing method |
| JP2020102197A (en) * | 2018-12-21 | 2020-07-02 | エスケーハイニックス株式会社SK hynix Inc. | Memory system and method of operating memory system |
| JP7449063B2 (en) | 2018-12-21 | 2024-03-13 | エスケーハイニックス株式会社 | Memory system and how it operates |
| CN112542448A (en) * | 2019-09-23 | 2021-03-23 | 三星电子株式会社 | Solid state drive device |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11669444B2 (en) | Computing system and method for controlling storage device | |
| US9256527B2 (en) | Logical to physical address mapping in storage systems comprising solid state memory devices | |
| CN102473140B (en) | Memory management device | |
| KR101038167B1 (en) | Information processing device and memory management method comprising a memory management device for managing access from the processor to the memory | |
| US20210248065A1 (en) | Memory system and method for controlling nonvolatile memory | |
| JP6785204B2 (en) | Memory system and control method | |
| US8296496B2 (en) | Main memory with non-volatile memory and DRAM | |
| KR100823171B1 (en) | Computer system with partitioned flash translation layer and partitioning method of flash translation layer | |
| US20100312955A1 (en) | Memory system and method of managing the same | |
| JP2011186555A (en) | Memory management apparatus and method | |
| US20100332730A1 (en) | Method and system for managing a nand flash memory | |
| JP2010186477A (en) | Memory system and wear level management method thereof | |
| KR20100037319A (en) | Variable space page mapping method and apparatus for flash memory device | |
| JP2011186562A (en) | Memory management device and method | |
| KR20130096881A (en) | Flash memory device | |
| JP2011186553A (en) | Memory management device | |
| JP2011022933A (en) | Information processing apparatus including memory management device, and memory management method | |
| JP2011186561A (en) | Memory management device | |
| JP2012033001A (en) | Information processing apparatus and information processing method | |
| JP2011186558A (en) | Memory management device and method | |
| JP2016085677A (en) | Memory management method, memory management program, and information processing device | |
| JP2018160189A (en) | Memory system | |
| JP2011186563A (en) | Device and method for managing memory | |
| JP5322978B2 (en) | Information processing apparatus and method | |
| JP2011186554A (en) | Memory management device and method |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20120305 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130625 |
|
| A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20131203 |
|
| RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20131205 |
|
| RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20131212 |