JP5231496B2 - Information processing apparatus and suspend / resume method thereof - Google Patents

Information processing apparatus and suspend / resume method thereof Download PDF

Info

Publication number
JP5231496B2
JP5231496B2 JP2010168101A JP2010168101A JP5231496B2 JP 5231496 B2 JP5231496 B2 JP 5231496B2 JP 2010168101 A JP2010168101 A JP 2010168101A JP 2010168101 A JP2010168101 A JP 2010168101A JP 5231496 B2 JP5231496 B2 JP 5231496B2
Authority
JP
Japan
Prior art keywords
main storage
buffer
memory
storage device
bus
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.)
Expired - Fee Related
Application number
JP2010168101A
Other languages
Japanese (ja)
Other versions
JP2012027825A (en
Inventor
禎作 佐藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Solution Innovators Ltd
Original Assignee
NEC System Technologies Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC System Technologies Ltd filed Critical NEC System Technologies Ltd
Priority to JP2010168101A priority Critical patent/JP5231496B2/en
Publication of JP2012027825A publication Critical patent/JP2012027825A/en
Application granted granted Critical
Publication of JP5231496B2 publication Critical patent/JP5231496B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Power Sources (AREA)
  • Memory System (AREA)

Description

本発明は、情報処理装置及びそのサスペンド/リジューム方法、特に、サスペンド/リジューム処理の短縮化に関するものである。   The present invention relates to an information processing apparatus and a suspend / resume method thereof, and more particularly to shortening of a suspend / resume process.

近年、パーソナルコンピュータや携帯電話機等の省電力状態を必要とする電子機器においては、主記憶装置の記憶容量が増加する傾向にある。記憶容量が増加すると、サスペンド時に主記憶装置のデータを順次ハードディスク等の外部記憶装置に保存する際に処理時間が増し、サスペンド状態になるまでに時間を要する。サスペンドとはシステムの状態情報を退避させてタスクを中断する動作のことであり、リジュームとは状態情報を復元してタスクを再開する動作をいう。   In recent years, in electronic devices that require a power saving state such as personal computers and mobile phones, the storage capacity of the main storage device tends to increase. As the storage capacity increases, the processing time increases when data in the main storage device is sequentially saved in an external storage device such as a hard disk during suspension, and it takes time to enter the suspended state. Suspend is an operation that saves the system state information and interrupts the task. Resume is an operation that restores the state information and resumes the task.

情報処理装置のサスペンド/リジューム機能に関しては、例えば、特許文献1〜3に記載されている。特許文献1には、サスペンド・リジューム機能の高速化のためのアプローチとして、主記憶装置自体を不揮発性記憶素子で構成することが記載されている。即ち、主記憶装置自体を不揮発性にすることで、サスペンド・リジューム時の処理(例えば、ハードディスク等の2次記憶装置への退避等)が大幅に省略できるため高速化が期待できるというものである。   The suspend / resume function of the information processing apparatus is described in Patent Documents 1 to 3, for example. Patent Document 1 describes that the main memory device itself is composed of a nonvolatile memory element as an approach for speeding up the suspend / resume function. That is, by making the main storage device itself non-volatile, processing at the time of suspend / resume (for example, saving to a secondary storage device such as a hard disk) can be largely omitted, so that high speed can be expected. .

また、特許文献2には、CPUの実行状態(システム状態a1)を主メモリに格納した後、主メモリに対する電力供給を継続しつつCPUの動作を停止させるサスペンド機能を有し、サスペンド状態への移行時にはCPUの実行の状態(システム状態a2)をHDDに退避させることが記載されている。   Further, Patent Document 2 has a suspend function for storing the CPU execution state (system state a1) in the main memory and then stopping the operation of the CPU while continuing to supply power to the main memory. It describes that the CPU execution state (system state a2) is saved in the HDD at the time of transition.

更に、特許文献3には、主記憶装置内の内容をブロックに分けて管理し、電源断要求時には主記憶装置のブロックの中で使用中で且つ主記憶装置上にしか存在しない情報を持つブロックを検索し、主記憶装置にしかないと検索されたブロックの情報を不揮発性記憶装置に退避させることが記載されている。   Further, in Patent Document 3, the contents in the main storage device are managed in blocks, and a block having information that is in use and exists only on the main storage device among the blocks of the main storage device at the time of power-off request. And the block information found only in the main storage device is saved in the nonvolatile storage device.

特開2004−362426号公報JP 2004-362426 A 特開2008−033436号公報JP 2008-033436 A 特開平06−131082号公報Japanese Patent Laid-Open No. 06-131082

情報処理装置では、サスペンド時に主記憶装置の情報を電源がオフされても保持可能なハードディスク等に保存する必要がある。その際、主記憶装置の情報を随時読み取り、読み取ったデータをハードディスク等に書き込むが、上述のように主記憶装置の容量が大きくなるにつれてデータの読み出し/書き込み処理時間が増加し、この処理時間の増加はサスペンド/リジューム処理時間の増加を招いてしまう。   In the information processing apparatus, it is necessary to save the information in the main storage device to a hard disk or the like that can be retained even when the power is turned off during suspension. At that time, the information in the main storage device is read as needed, and the read data is written to the hard disk or the like. However, as the capacity of the main storage device increases as described above, the data read / write processing time increases. The increase causes an increase in the suspend / resume processing time.

しかしながら、特許文献1の方法では主記憶装置自体を不揮発性記憶素子で構成するためコスト高となる。また、特許文献2にはサスペンド状態への移行時にCPUの実行の状態をHDDに退避させることのみ記載され、特に、サスペンド時の処理時間を短縮化することは記載されていない。   However, the method of Patent Document 1 is expensive because the main memory device itself is composed of nonvolatile memory elements. Patent Document 2 only describes saving the execution state of the CPU to the HDD at the time of transition to the suspended state, and does not particularly describe shortening the processing time at the time of suspension.

更に、特許文献3には主記憶装置の内容を複数のブロックに分割して管理し、電源断要求時には主記憶装置にしかないと検索されたブロックの情報を不揮発性記憶装置に退避させることが記載されているが、退避する必要のないブロックの情報は無効になってしまう。その際、電源断要求時に主記憶装置上に存在していた情報のうち不揮発性記憶装置に退避されなかったブロックの情報は、電源再投入時に始めてその参照が要求された時点で周辺装置から主記憶装置の所定ブロックに転送すると記載されている。そのため、特許文献3の方法では、主記憶装置上に存在する情報を有するブロックとそうではない情報のブロックに分けて管理する必要があり、複雑な管理が必要であった。   Further, Patent Document 3 describes that the contents of the main storage device are divided into a plurality of blocks and managed, and when the power-off request is made, the block information retrieved as being only in the main storage device is saved in the nonvolatile storage device. However, the block information that does not need to be saved becomes invalid. At that time, the information on the block that was not saved in the non-volatile storage device among the information that existed on the main storage device at the time of the power-off request was transferred from the peripheral device when the reference was requested for the first time when the power was turned on again. It is described that the data is transferred to a predetermined block of the storage device. Therefore, in the method of Patent Document 3, it is necessary to separately manage blocks having information existing on the main storage device and blocks of information that are not so, and complicated management is necessary.

本発明の目的は、主記憶装置の容量が大きくなってもサスペンド/リジューム処理時間を短縮することが可能な情報処理装置及びそのサスペンド/リジューム方法を提供することにある。   An object of the present invention is to provide an information processing apparatus and its suspend / resume method capable of shortening the suspend / resume processing time even when the capacity of the main storage device increases.

本発明に係る情報処理装置は、装置内の各部を制御するCPUと、複数の主記憶装置と、前記複数の主記憶装置にそれぞれ対応して設けられ、前記主記憶装置のデータを保存するための複数の不揮発性メモリと、前記主記憶装置とそれに対応する前記不揮発性メモリとを備えるメモリデバイス間に設けられ、前記メモリデバイス間のアドレスバス及びデータバスの切断及び接続をするためのバッファと、前記バッファによる前記メモリデバイス間のアドレスバス及びデータバスの切断と接続を制御するバッファ制御手段とを有し、前記バッファ制御手段は、サスペンド/リジューム処理時に前記バッファを制御して前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを切断した上で、前記複数の主記憶装置と複数の不揮発性メモリ間のデータ転送を並行して行うことを特徴とする。   An information processing apparatus according to the present invention is provided corresponding to a CPU that controls each unit in the apparatus, a plurality of main storage devices, and the plurality of main storage devices, and stores data in the main storage devices And a buffer for disconnecting and connecting an address bus and a data bus between the memory devices, the memory device including the plurality of nonvolatile memories, and the main storage device and the nonvolatile memory corresponding thereto Buffer control means for controlling disconnection and connection of the address bus and data bus between the memory devices by the buffer, and the buffer control means controls the buffer during suspend / resume processing to control the main memory device. And an address bus and a data bus between the memory devices each having a nonvolatile memory corresponding thereto , And it performs parallel data transfer between said plurality of main memory and a plurality of non-volatile memory.

また、本発明に係るサスペンド/リジューム方法は、装置内の各部を制御するCPUと、複数の主記憶装置と、前記複数の主記憶装置にそれぞれ対応して設けられ、前記主記憶装置のデータを保存するための複数の不揮発性メモリと、前記主記憶装置とそれに対応する前記不揮発性メモリとを備えるメモリデバイス間に設けられ、前記メモリデバイス間のアドレスバス及びデータバスの切断及び接続をするためのバッファと、前記バッファによる前記メモリデバイス間のアドレスバス及びデータバスの切断と接続を制御するバッファ制御手段とを有する情報処理装置のサスペンド/リジューム方法であって、前記バッファ制御手段が、サスペンド/リジューム処理時に前記バッファを制御して前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを切断した上で、前記複数の主記憶装置と複数の不揮発性メモリ間のデータ転送を並行して行うことを特徴とする。   The suspend / resume method according to the present invention includes a CPU that controls each unit in the device, a plurality of main storage devices, and a plurality of main storage devices, respectively. Provided between memory devices including a plurality of nonvolatile memories for storing, the main memory device and the corresponding nonvolatile memory, and for disconnecting and connecting an address bus and a data bus between the memory devices And a buffer control means for controlling disconnection and connection of an address bus and a data bus between the memory devices by the buffer, the suspend / resume method of the information processing apparatus, wherein the buffer control means includes a suspend / resume method. The main memory and its corresponding non-volatile memory by controlling the buffer during resume processing On cutting the address bus and data bus between the memory device comprising, and performing in parallel the data transfer between said plurality of main memory and a plurality of non-volatile memory.

本発明によれば、複数の主記憶装置とそれに対応する複数の不揮発性メモリを設け、サスペンド/リジューム処理時に主記憶装置とそれに対応する不揮発性メモリからなるメモリデバイス間のアドレスバスとデータバスを切断することにより、複数の主記憶装置と複数の不揮発性メモリ間のデータ転送を並列して行うことができ、主記憶装置の容量が大きくなった場合でもサスペンド/リジューム処理時間を短縮することが可能となる。   According to the present invention, a plurality of main storage devices and a plurality of non-volatile memories corresponding thereto are provided, and an address bus and a data bus between the main storage device and a memory device composed of the corresponding non-volatile memories are provided during suspend / resume processing. By disconnecting, data transfer between a plurality of main storage devices and a plurality of nonvolatile memories can be performed in parallel, and the suspend / resume processing time can be shortened even when the capacity of the main storage device increases. It becomes possible.

本発明に係る情報処理装置の第1の実施形態を示すブロック図である。1 is a block diagram showing a first embodiment of an information processing apparatus according to the present invention.

次に、発明を実施するための形態について図面を参照して説明する。   Next, modes for carrying out the invention will be described with reference to the drawings.

(第1の実施形態)
図1は本発明に係る情報処理装置の第1の実施形態の構成を示すブロック図である。図中1は情報処理装置内の各部を制御するCPU、2はサスペンド/リジューム制御装置、3は電源(図示せず)を制御する電源制御部である。また、6は主記憶装置、5は主記憶装置のデータを保存するデータ退避用の不揮発性メモリである。
(First embodiment)
FIG. 1 is a block diagram showing a configuration of a first embodiment of an information processing apparatus according to the present invention. In the figure, reference numeral 1 denotes a CPU that controls each unit in the information processing apparatus, 2 denotes a suspend / resume control apparatus, and 3 denotes a power supply control unit that controls a power supply (not shown). Reference numeral 6 denotes a main storage device, and reference numeral 5 denotes a data evacuation nonvolatile memory for storing data in the main storage device.

主記憶装置6は主記憶装置1から主記憶装置nまで複数備えており、不揮発性メモリ5は複数の主記憶装置6にそれぞれ対応して設けられ、不揮発性メモリ1からnまで複数備えている。7はアドレスバス、8はデータバスである。CPU1、サスペンド/リジューム制御装置2、不揮発性メモリ5、主記憶装置6はアドレスバス7とデータバス8で接続されている。   A plurality of main storage devices 6 are provided from the main storage device 1 to the main storage device n, and a nonvolatile memory 5 is provided corresponding to each of the plurality of main storage devices 6, and a plurality of nonvolatile memories 1 to n are provided. . 7 is an address bus and 8 is a data bus. The CPU 1, the suspend / resume control device 2, the nonvolatile memory 5, and the main storage device 6 are connected by an address bus 7 and a data bus 8.

主記憶装置5とそれに対応する不揮発性メモリ6からなるメモリデバイス間には、バッファ4が配置されている。バッファ4はサスペンド/リジューム制御装置2の制御により主記憶装置5とそれに対応する不揮発性メモリ6からなるメモリデバイス間のアドレスバス7とデータバス8の接続と切断を行う。バッファ4はバッファ1からバッファnまで複数備えており、それぞれのメモリデバイス間に配置されている。主記憶装置6は複数のLSIから構成され、各LSI(主記憶装置)にバッファ4と不揮発性メモリ5が1セットづつ配置されている。   A buffer 4 is arranged between the memory device composed of the main storage device 5 and the corresponding nonvolatile memory 6. The buffer 4 connects and disconnects the address bus 7 and the data bus 8 between the main memory device 5 and the corresponding memory device composed of the nonvolatile memory 6 under the control of the suspend / resume control device 2. A plurality of buffers 4 are provided from the buffer 1 to the buffer n, and are arranged between the memory devices. The main storage device 6 is composed of a plurality of LSIs, and one set of buffer 4 and nonvolatile memory 5 is arranged in each LSI (main storage device).

通常の起動、処理、終了時には、サスペンド/リジューム制御装置2から各バッファ4に対してアドレスバス7とデータバス8の接続制御を行う。そのため、メモリデバイス間のアドレスバス7及びデータバス8は接続された状態となっており、装置内の各部はCPU1の制御により動作する。   During normal startup, processing, and termination, the suspend / resume control device 2 controls connection of the address bus 7 and data bus 8 to each buffer 4. Therefore, the address bus 7 and the data bus 8 between the memory devices are in a connected state, and each unit in the apparatus operates under the control of the CPU 1.

サスペンドイベントをサスペンド/リジューム制御装置2が受信すると、不揮発性メモリ5が主記憶装置6のデータを保存できる状態になった後、各バッファ4に対して各メモリデバイス間のアドレスバス7及びデータバス8を切断するように制御を行う。そのため、各主記憶装置6はアドレスバス7、データバス8から切断され、CPU1の制御を受けなくなる。   When the suspend / resume control device 2 receives the suspend event, the nonvolatile memory 5 becomes ready to store the data in the main storage device 6 and then the address bus 7 and the data bus between the memory devices for each buffer 4. Control is performed to cut 8. Therefore, each main storage device 6 is disconnected from the address bus 7 and the data bus 8 and is no longer controlled by the CPU 1.

その後、サスペンド/リジューム制御装置2から全ての主記憶装置6に対して同時にアドレスバス7等を制御することで、全ての主記憶装置6からそれぞれ対応する不揮発性メモリ5へデータの転送を開始する。この動作は、複数の主記憶装置6に対して同時に処理を行うため、データ転送に必要な処理時間は複数の主記憶装置6より構成されていても1個の主記憶装置6のデータ転送時間と同じになる。   Thereafter, the suspend / resume control device 2 simultaneously controls the address bus 7 and the like for all the main storage devices 6 to start data transfer from all the main storage devices 6 to the corresponding nonvolatile memories 5 respectively. . Since this operation simultaneously processes a plurality of main storage devices 6, the processing time required for data transfer is the data transfer time of one main storage device 6 even if the processing time is composed of a plurality of main storage devices 6. Will be the same.

主記憶装置6へのデータ転送が完了すると、サスペンド/リジューム制御装置2は各主記憶装置6への制御を終了し、各バッファ4に対して各メモリデバイス間のアドレスバス7及びデータバス8の接続制御を行う。その後、CPU1に対してデータの退避完了を通知する。また、必要に応じて電源制御部3に対して電源OFFの指示を発行し、システムは省電力モードに移行する。   When the data transfer to the main storage device 6 is completed, the suspend / resume control device 2 finishes the control to each main storage device 6, and the address bus 7 and the data bus 8 between the memory devices are connected to each buffer 4. Perform connection control. Thereafter, the CPU 1 is notified of the completion of data saving. Also, if necessary, a power OFF instruction is issued to the power control unit 3, and the system shifts to a power saving mode.

一方、サスペンド/リジューム制御装置2はリジュームイベントを受信すると、サスペンド/リジューム制御装置2は各バッファ4に対して各メモリデバイス間のアドレスバス7及びデータバス8を切断する制御を行う。その後、全ての不揮発性メモリ5に対して読み出し制御を行い、それと同時に各不揮発性メモリ5に対応する各主記憶装置6に対して不揮発性メモリ5のデータの書き込み制御を行う。   On the other hand, when the suspend / resume control device 2 receives a resume event, the suspend / resume control device 2 controls each buffer 4 to disconnect the address bus 7 and the data bus 8 between the memory devices. Thereafter, read control is performed on all the non-volatile memories 5, and at the same time, data write control of the non-volatile memory 5 is performed on each main storage device 6 corresponding to each non-volatile memory 5.

これにより、全ての不揮発性メモリ5から同時に全ての主記憶装置6にデータのコピーを行い、サスペンド前のメモリの状態に復元することが可能となる。また、サスペンド/リジューム制御装置2は各不揮発性メモリ5のデータ復元が終わった時点で各バッファ4に対して各メモリデバイス間のアドレスバス7及びデータバス8の接続制御を行い、CPU1に対してデータ復元が完了したことを通知する。   As a result, data can be copied from all the nonvolatile memories 5 to all the main storage devices 6 at the same time and restored to the state of the memory before suspension. The suspend / resume control device 2 controls connection of the address bus 7 and the data bus 8 between the memory devices to each buffer 4 when the data restoration of each nonvolatile memory 5 is completed, and controls the CPU 1. Notify that data restoration is complete.

本実施形態では、主記憶装置を複数配置し、各主記憶装置に対応して主記憶装置のデータを保存するデータ退避用の複数の不揮発性メモリを設けている。また、主記憶装置とそれに対応する不揮発性メモリからなるメモリデバイス間にはアドレスバス7及びデータバス8の切断と接続を行うバッファ4を配置している。サスペンド処理時には各メモリデバイス間のアドレスバス及びデータバスを切断することにより、各主記憶装置のデータを各不揮発性メモリに対して並列にコピー処理を実行できる。コピー時間は1つの主記憶装置の処理時間で済むため、主記憶装置の容量が大きくなった場合でもサスペンド処理時間を短縮することが可能となる。   In the present embodiment, a plurality of main storage devices are arranged, and a plurality of nonvolatile memories for saving data for storing data of the main storage devices are provided corresponding to the respective main storage devices. Further, a buffer 4 for disconnecting and connecting the address bus 7 and the data bus 8 is disposed between the main memory device and the memory device composed of the corresponding non-volatile memory. By disconnecting the address bus and data bus between the memory devices during the suspend process, the data in each main storage device can be copied to each nonvolatile memory in parallel. Since the copy time is only the processing time of one main storage device, the suspend processing time can be shortened even when the capacity of the main storage device is increased.

また、リジューム処理時にもバッファ4を制御して各メモリデバイス間のアドレスバス7とデータバス8を切断するため、各不揮発性メモリ5からそれに対応する各主記憶装置6に対して並行してデータを書き戻すことができ、リジューム時の処理時間を短縮することが可能となる。   Further, since the buffer 4 is also controlled during the resume process to disconnect the address bus 7 and the data bus 8 between the memory devices, data is concurrently transmitted from each nonvolatile memory 5 to each main storage device 6 corresponding thereto. Can be written back, and the processing time for resuming can be shortened.

(第2の実施形態)
次に、本発明の第2の実施形態について説明する。本実施形態の基本構成は図1と同様であるが、サスペンド/リジューム制御装置2を使用せずにCPU1により上述のようなバッファ4、主記憶装置6、不揮発性メモリ5に対する制御を行うことで、各メモリデバイス間のデータ転送を並行して行う。
(Second Embodiment)
Next, a second embodiment of the present invention will be described. The basic configuration of the present embodiment is the same as that shown in FIG. 1, but the CPU 1 controls the buffer 4, the main storage device 6, and the nonvolatile memory 5 as described above without using the suspend / resume control device 2. The data transfer between the memory devices is performed in parallel.

本実施形態では、第1の実施形態と比較してアドレスバス等の制御をCPU1により行うため、データ退避処理と並行してCPU1がデータ退避処理以外の処理を並行して実施できなくなるが、サスペンド時のデータ退避処理は第1の実施形態と同様に複数の主記憶装置6に対してコピー処理を並行に行うことが出来る。また、リジューム処理の場合も同様に行う。そのため、第1の実施形態と同様にサスペンド処理時間やリジューム処理時間を短縮することができる。   In this embodiment, since the CPU 1 controls the address bus and the like as compared with the first embodiment, the CPU 1 cannot execute processes other than the data saving process in parallel with the data saving process. As in the case of the first embodiment, the data saving process can be performed on a plurality of main storage devices 6 in parallel. The same process is performed for the resume process. Therefore, the suspend processing time and the resume processing time can be shortened as in the first embodiment.

なお、以上の実施形態の情報処理装置は、ハードウェアによっても実現できるが、コンピュータをその情報処理システムとして機能させるためのプログラムをコンピュータがコンピュータ読み取り可能な記録媒体から読み込んで実行することによっても実現できる。また、以上の実施形態のサスペンド/リジューム方法は、ハードウェアによっても実現できるが、コンピュータにその方法を実行させるためのプログラムをコンピュータがコンピュータ読み取り可能な記録媒体から読み込んで実行することによっても実現できる。   The information processing apparatus of the above embodiment can be realized by hardware, but can also be realized by reading and executing a program for causing a computer to function as the information processing system from a computer-readable recording medium. it can. In addition, the suspend / resume method of the above embodiment can be realized by hardware, but can also be realized by reading and executing a program for causing a computer to execute the method from a computer-readable recording medium. .

また、上記実施形態の一部又は全部は、以下の付記のようにも記載されうるが、以下には限らない。   Moreover, although a part or all of the said embodiment can be described also as the following additional remarks, it is not restricted to the following.

(付記1)装置内の各部を制御するCPUと、
複数の主記憶装置と、
前記複数の主記憶装置にそれぞれ対応して設けられ、前記主記憶装置のデータを保存するための複数の不揮発性メモリと、
前記主記憶装置とそれに対応する前記不揮発性メモリとを備えるメモリデバイス間に設けられ、前記メモリデバイス間のアドレスバス及びデータバスの切断及び接続をするためのバッファと、
前記バッファによる前記メモリデバイス間のアドレスバス及びデータバスの切断と接続を制御するバッファ制御手段とを有し、
前記バッファ制御手段は、サスペンド/リジューム処理時に前記バッファを制御して前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを切断した上で、前記複数の主記憶装置と複数の不揮発性メモリ間のデータ転送を並行して行うことを特徴とする情報処理装置。
(Supplementary note 1) CPU for controlling each part in the apparatus;
A plurality of main storage devices;
A plurality of nonvolatile memories provided corresponding to the plurality of main storage devices, respectively, for storing data in the main storage devices;
A buffer provided between a memory device including the main storage device and the nonvolatile memory corresponding thereto, and a buffer for disconnecting and connecting an address bus and a data bus between the memory devices;
Buffer control means for controlling disconnection and connection of an address bus and a data bus between the memory devices by the buffer;
The buffer control means controls the buffer during suspend / resume processing to disconnect an address bus and a data bus between the memory devices including the main storage device and a nonvolatile memory corresponding thereto, and then An information processing apparatus that performs data transfer between a main storage device and a plurality of nonvolatile memories in parallel.

(付記2)前記バッファ制御手段は、前記複数の主記憶装置から前記複数の不揮発性メモリへのデータ転送が終了した場合には、前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを接続することを特徴とする付記1に記載の情報処理装置。   (Supplementary Note 2) When the data transfer from the plurality of main storage devices to the plurality of nonvolatile memories is completed, the buffer control means includes the main storage device and the corresponding nonvolatile memory. The information processing apparatus according to appendix 1, wherein an address bus and a data bus are connected between devices.

(付記3)前記バッファ制御手段は、前記複数の不揮発性メモリから前記複数の主記憶装置へのデータ転送が終了した場合には、前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを接続することを特徴とする付記1に記載の情報処理装置。   (Supplementary Note 3) When the data transfer from the plurality of nonvolatile memories to the plurality of main storage devices is completed, the buffer control unit includes the main storage device and the corresponding nonvolatile memory. The information processing apparatus according to appendix 1, wherein an address bus and a data bus are connected between devices.

(付記4)前記CPUは、前記サスペンド/リジューム処理時に前記バッファ制御手段の代わりに前記前記メモリデバイス間のアドレスバスとデータバスの接続制御を行うことを特徴とする付記1乃至3のいずれか1項に記載の情報処理装置。   (Supplementary note 4) Any one of Supplementary notes 1 to 3, wherein the CPU controls connection of an address bus and a data bus between the memory devices instead of the buffer control means during the suspend / resume process. The information processing apparatus according to item.

(付記5)装置内の各部を制御するCPUと、
複数の主記憶装置と、
前記複数の主記憶装置にそれぞれ対応して設けられ、前記主記憶装置のデータを保存するための複数の不揮発性メモリと、
前記主記憶装置とそれに対応する前記不揮発性メモリとを備えるメモリデバイス間に設けられ、前記メモリデバイス間のアドレスバス及びデータバスの切断及び接続をするためのバッファと、
前記バッファによる前記メモリデバイス間のアドレスバス及びデータバスの切断と接続を制御するバッファ制御手段とを有する情報処理装置のサスペンド/リジューム方法であって、
前記バッファ制御手段が、サスペンド/リジューム処理時に前記バッファを制御して前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを切断した上で、前記複数の主記憶装置と複数の不揮発性メモリ間のデータ転送を並行して行うことを特徴とするサスペンド/リジューム方法。
(Additional remark 5) CPU which controls each part in an apparatus,
A plurality of main storage devices;
A plurality of nonvolatile memories provided corresponding to the plurality of main storage devices, respectively, for storing data in the main storage devices;
A buffer provided between a memory device including the main storage device and the nonvolatile memory corresponding thereto, and a buffer for disconnecting and connecting an address bus and a data bus between the memory devices;
A suspend / resume method for an information processing apparatus, comprising buffer control means for controlling disconnection and connection of an address bus and a data bus between the memory devices by the buffer,
The buffer control means controls the buffer during suspend / resume processing to disconnect an address bus and a data bus between the memory devices including the main storage device and a corresponding nonvolatile memory, and then A suspend / resume method, wherein data transfer between a main storage device and a plurality of nonvolatile memories is performed in parallel.

(付記6)前記バッファ制御手段は、前記複数の主記憶装置から前記複数の不揮発性メモリへのデータ転送が終了した場合には、前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを接続することを特徴とする付記5に記載のサスペンド/リジューム方法。   (Supplementary Note 6) When the data transfer from the plurality of main storage devices to the plurality of nonvolatile memories is completed, the buffer control means includes the main storage device and the corresponding nonvolatile memory. 6. The suspend / resume method according to appendix 5, wherein an address bus and a data bus are connected between devices.

(付記7)前記バッファ制御手段は、前記複数の不揮発性メモリから前記複数の主記憶装置へのデータ転送が終了した場合には、前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを接続することを特徴とする付記5に記載のサスペンド/リジューム方法。   (Supplementary note 7) When the data transfer from the plurality of nonvolatile memories to the plurality of main storage devices is completed, the buffer control means includes the main storage device and the corresponding nonvolatile memory. 6. The suspend / resume method according to appendix 5, wherein an address bus and a data bus are connected between devices.

(付記8)前記CPUは、前記サスペンド/リジューム処理時に前記バッファ制御手段の代わりに前記メモリデバイス間のアドレスバスとデータバスの接続制御を行うことを特徴とする付記5乃至7のいずれか1項に記載のサスペンド/リジューム方法。   (Supplementary note 8) Any one of Supplementary notes 5 to 7, wherein the CPU controls connection between an address bus and a data bus between the memory devices instead of the buffer control means during the suspend / resume process. Suspend / resume method described in 1.

(付記9)装置内の各部を制御するCPUと、
複数の主記憶装置と、
前記複数の主記憶装置にそれぞれ対応して設けられ、前記主記憶装置のデータを保存するための複数の不揮発性メモリと、
を有する情報処理装置のプログラムであって、
前記情報処理装置を、
前記主記憶装置とそれに対応する前記不揮発性メモリとを備えるメモリデバイス間に設けられ、前記メモリデバイス間のアドレスバス及びデータバスの切断及び接続をするためのバッファと、
前記バッファによる前記メモリデバイス間のアドレスバス及びデータバスの切断と接続を制御するバッファ制御手段と、
サスペンド/リジューム処理時に前記バッファ制御手段により前記バッファを制御して前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを切断した上で、前記複数の主記憶装置と複数の不揮発性メモリ間のデータ転送を並行して行わせるための手段と、
して機能させるためのプログラム。
(Additional remark 9) CPU which controls each part in an apparatus,
A plurality of main storage devices;
A plurality of nonvolatile memories provided corresponding to the plurality of main storage devices, respectively, for storing data in the main storage devices;
A program of an information processing apparatus having
The information processing apparatus;
A buffer provided between a memory device including the main storage device and the nonvolatile memory corresponding thereto, and a buffer for disconnecting and connecting an address bus and a data bus between the memory devices;
Buffer control means for controlling disconnection and connection of an address bus and a data bus between the memory devices by the buffer;
The buffer control means controls the buffer during suspend / resume processing to disconnect the address bus and data bus between the memory devices including the main storage device and the corresponding nonvolatile memory, and then Means for causing data transfer between the storage device and the plurality of nonvolatile memories in parallel;
Program to make it function.

(付記10)前記バッファ制御手段は、前記複数の主記憶装置から前記複数の不揮発性メモリへのデータ転送が終了した場合には、前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを接続することを特徴とする付記9に記載のプログラム。   (Supplementary Note 10) When the data transfer from the plurality of main storage devices to the plurality of nonvolatile memories is completed, the buffer control unit includes the main storage device and the corresponding nonvolatile memory. The program according to appendix 9, wherein an address bus and a data bus are connected between devices.

(付記11)前記バッファ制御手段は、前記複数の不揮発性メモリから前記複数の主記憶装置へのデータ転送が終了した場合には、前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを接続することを特徴とする付記9に記載のプログラム。   (Supplementary Note 11) When the data transfer from the plurality of nonvolatile memories to the plurality of main storage devices is completed, the buffer control means includes the main storage device and the corresponding nonvolatile memory. The program according to appendix 9, wherein an address bus and a data bus are connected between devices.

(付記12)前記CPUは、前記サスペンド/リジューム処理時に前記バッファ制御手段の代わりに前記前記メモリデバイス間のアドレスバスとデータバスの接続制御を行うことを特徴とする付記9乃至11のいずれか1項に記載のプログラム。   (Supplementary note 12) Any one of Supplementary notes 9 to 11, wherein the CPU performs connection control between an address bus and a data bus between the memory devices instead of the buffer control means during the suspend / resume process. The program described in the section.

本発明は、省電力状態を必要とするコンピュータ、携帯電話機、通信装置等に好適に使用することができる。   The present invention can be suitably used for a computer, a mobile phone, a communication device, and the like that require a power saving state.

1 CPU
2 サスペンド/リジューム制御装置
3 電源制御装置
4 バッファ
5 不揮発性メモリ
6 主記憶装置
7 アドレスバス
8 データバス
1 CPU
2 Suspend / resume control device 3 Power supply control device 4 Buffer 5 Non-volatile memory 6 Main storage device 7 Address bus 8 Data bus

Claims (9)

装置内の各部を制御するCPUと、
複数の主記憶装置と、
前記複数の主記憶装置にそれぞれ対応して設けられ、前記主記憶装置のデータを保存するための複数の不揮発性メモリと、
前記主記憶装置とそれに対応する前記不揮発性メモリとを備えるメモリデバイス間に設けられ、前記メモリデバイス間のアドレスバス及びデータバスの切断及び接続をするためのバッファと、
前記バッファによる前記メモリデバイス間のアドレスバス及びデータバスの切断と接続を制御するバッファ制御手段とを有し、
前記バッファ制御手段は、サスペンド/リジューム処理時に前記バッファを制御して前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを切断した上で、前記複数の主記憶装置と複数の不揮発性メモリ間のデータ転送を並行して行うことを特徴とする情報処理装置。
A CPU for controlling each part in the apparatus;
A plurality of main storage devices;
A plurality of nonvolatile memories provided corresponding to the plurality of main storage devices, respectively, for storing data in the main storage devices;
A buffer provided between a memory device including the main storage device and the nonvolatile memory corresponding thereto, and a buffer for disconnecting and connecting an address bus and a data bus between the memory devices;
Buffer control means for controlling disconnection and connection of an address bus and a data bus between the memory devices by the buffer;
The buffer control means controls the buffer during suspend / resume processing to disconnect an address bus and a data bus between the memory devices including the main storage device and a nonvolatile memory corresponding thereto, and then An information processing apparatus that performs data transfer between a main storage device and a plurality of nonvolatile memories in parallel.
前記バッファ制御手段は、前記複数の主記憶装置から前記複数の不揮発性メモリへのデータ転送が終了した場合には、前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを接続することを特徴とする請求項1に記載の情報処理装置。   When the data transfer from the plurality of main storage devices to the plurality of nonvolatile memories is completed, the buffer control unit includes an address between the memory devices including the main storage device and the corresponding nonvolatile memory. The information processing apparatus according to claim 1, wherein a bus and a data bus are connected. 前記バッファ制御手段は、前記複数の不揮発性メモリから前記複数の主記憶装置へのデータ転送が終了した場合には、前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを接続することを特徴とする請求項1に記載の情報処理装置。   When the data transfer from the plurality of nonvolatile memories to the plurality of main storage devices is completed, the buffer control unit includes an address between the memory devices including the main storage device and the corresponding nonvolatile memory. The information processing apparatus according to claim 1, wherein a bus and a data bus are connected. 前記CPUは、前記サスペンド/リジューム処理時に前記バッファ制御手段の代わりに前記メモリデバイス間のアドレスバスとデータバスの接続制御を行うことを特徴とする請求項1乃至3のいずれか1項に記載の情報処理装置。   4. The CPU according to claim 1, wherein the CPU performs connection control of an address bus and a data bus between the memory devices instead of the buffer control unit during the suspend / resume process. 5. Information processing device. 装置内の各部を制御するCPUと、
複数の主記憶装置と、
前記複数の主記憶装置にそれぞれ対応して設けられ、前記主記憶装置のデータを保存するための複数の不揮発性メモリと、
前記主記憶装置とそれに対応する前記不揮発性メモリとを備えるメモリデバイス間に設けられ、前記メモリデバイス間のアドレスバス及びデータバスの切断及び接続をするためのバッファと、
前記バッファによる前記メモリデバイス間のアドレスバス及びデータバスの切断と接続を制御するバッファ制御手段とを有する情報処理装置のサスペンド/リジューム方法であって、
前記バッファ制御手段が、サスペンド/リジューム処理時に前記バッファを制御して前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを切断した上で、前記複数の主記憶装置と複数の不揮発性メモリ間のデータ転送を並行して行うことを特徴とするサスペンド/リジューム方法。
A CPU for controlling each part in the apparatus;
A plurality of main storage devices;
A plurality of nonvolatile memories provided corresponding to the plurality of main storage devices, respectively, for storing data in the main storage devices;
A buffer provided between a memory device including the main storage device and the nonvolatile memory corresponding thereto, and a buffer for disconnecting and connecting an address bus and a data bus between the memory devices;
A suspend / resume method for an information processing apparatus, comprising buffer control means for controlling disconnection and connection of an address bus and a data bus between the memory devices by the buffer,
The buffer control means controls the buffer during suspend / resume processing to disconnect an address bus and a data bus between the memory devices including the main storage device and a corresponding nonvolatile memory, and then A suspend / resume method, wherein data transfer between a main storage device and a plurality of nonvolatile memories is performed in parallel.
前記バッファ制御手段は、前記複数の主記憶装置から前記複数の不揮発性メモリへのデータ転送が終了した場合には、前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを接続することを特徴とする請求項5に記載のサスペンド/リジューム方法。   When the data transfer from the plurality of main storage devices to the plurality of nonvolatile memories is completed, the buffer control unit includes an address between the memory devices including the main storage device and the corresponding nonvolatile memory. 6. The suspend / resume method according to claim 5, wherein a bus and a data bus are connected. 前記バッファ制御手段は、前記複数の不揮発性メモリから前記複数の主記憶装置へのデータ転送が終了した場合には、前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを接続することを特徴とする請求項5に記載のサスペンド/リジューム方法。   When the data transfer from the plurality of nonvolatile memories to the plurality of main storage devices is completed, the buffer control unit includes an address between the memory devices including the main storage device and the corresponding nonvolatile memory. 6. The suspend / resume method according to claim 5, wherein a bus and a data bus are connected. 前記CPUは、前記サスペンド/リジューム処理時に前記バッファ制御手段の代わりに前記メモリデバイス間のアドレスバスとデータバスの接続制御を行うことを特徴とする請求項5乃至7のいずれか1項に記載のサスペンド/リジューム方法。   8. The CPU according to claim 5, wherein the CPU performs connection control between an address bus and a data bus between the memory devices instead of the buffer control means during the suspend / resume process. Suspend / resume method. 装置内の各部を制御するCPUと、
複数の主記憶装置と、
前記複数の主記憶装置にそれぞれ対応して設けられ、前記主記憶装置のデータを保存するための複数の不揮発性メモリと、
を有する情報処理装置のプログラムであって、
前記情報処理装置を、
前記主記憶装置とそれに対応する前記不揮発性メモリとを備えるメモリデバイス間に設けられ、前記メモリデバイス間のアドレスバス及びデータバスの切断及び接続をするためのバッファと、
前記バッファによる前記メモリデバイス間のアドレスバス及びデータバスの切断と接続を制御するバッファ制御手段と、
サスペンド/リジューム処理時に前記バッファ制御手段により前記バッファを制御して前記主記憶装置とそれに対応する不揮発性メモリとを備える前記メモリデバイス間のアドレスバス及びデータバスを切断した上で、前記複数の主記憶装置と複数の不揮発性メモリ間のデータ転送を並行して行わせるための手段と、
して機能させるためのプログラム。
A CPU for controlling each part in the apparatus;
A plurality of main storage devices;
A plurality of nonvolatile memories provided corresponding to the plurality of main storage devices, respectively, for storing data in the main storage devices;
A program of an information processing apparatus having
The information processing apparatus;
A buffer provided between a memory device including the main storage device and the nonvolatile memory corresponding thereto, and a buffer for disconnecting and connecting an address bus and a data bus between the memory devices;
Buffer control means for controlling disconnection and connection of an address bus and a data bus between the memory devices by the buffer;
The buffer control means controls the buffer during suspend / resume processing to disconnect the address bus and data bus between the memory devices including the main storage device and the corresponding nonvolatile memory, and then Means for causing data transfer between the storage device and the plurality of nonvolatile memories in parallel;
Program to make it function.
JP2010168101A 2010-07-27 2010-07-27 Information processing apparatus and suspend / resume method thereof Expired - Fee Related JP5231496B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010168101A JP5231496B2 (en) 2010-07-27 2010-07-27 Information processing apparatus and suspend / resume method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010168101A JP5231496B2 (en) 2010-07-27 2010-07-27 Information processing apparatus and suspend / resume method thereof

Publications (2)

Publication Number Publication Date
JP2012027825A JP2012027825A (en) 2012-02-09
JP5231496B2 true JP5231496B2 (en) 2013-07-10

Family

ID=45780656

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010168101A Expired - Fee Related JP5231496B2 (en) 2010-07-27 2010-07-27 Information processing apparatus and suspend / resume method thereof

Country Status (1)

Country Link
JP (1) JP5231496B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9372694B2 (en) * 2012-03-29 2016-06-21 Semiconductor Energy Laboratory Co., Ltd. Reducing data backup and recovery periods in processors

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001084173A (en) * 1999-09-09 2001-03-30 Digital Electronics Corp Memory device
US20100115323A1 (en) * 2007-04-11 2010-05-06 Panasonic Corporation Data store system, data restoration system, data store method, and data restoration method

Also Published As

Publication number Publication date
JP2012027825A (en) 2012-02-09

Similar Documents

Publication Publication Date Title
US8429374B2 (en) System and method for read-while-write with NAND memory device
US20150006794A1 (en) Apparatus and method for controlling multi-way nand flashes by using input-output pins
JP2013520744A (en) Method and apparatus for generating minimum boot image
JPH077317B2 (en) System restart device
JP2007219581A (en) Memory controller, and electronic equipment mounted therewith
US20150261686A1 (en) Systems and methods for supporting demand paging for subsystems in a portable computing environment with restricted memory resources
JP2014016782A (en) Information processing device and program
JP5158187B2 (en) Storage device, storage control device, and storage control method
WO2015142974A1 (en) Asynchronously prefetching sharable memory pages
JP2006351013A (en) Method and system for storing/restoring procedure in electronic equipment
JP2014194634A (en) Information processor, information processing method and storage medium
US9934100B2 (en) Method of controlling memory swap operation and data processing system using same
JP5864529B2 (en) Virtual computer system, virtual computer system control method, and virtual computer system control program
JP5231496B2 (en) Information processing apparatus and suspend / resume method thereof
KR100994723B1 (en) selective suspend resume method of reducing initial driving time in system, and computer readable medium thereof
US8806078B2 (en) Information processing device and program product
JP2009020776A (en) Swap-out control apparatus
JP2011013836A (en) Memory arrangement management device and microprocessor
KR20100100163A (en) Data transfer system, apparatus and method
TWI382311B (en) Transmission control system and its method
JP2010176512A (en) Storage device, storage device control method, and storage device control program
JP2016537751A (en) Reducing power consumption in computing devices
US20160062925A1 (en) Method and system for managing storage device operations by a host device
JP2012216108A (en) Information processing apparatus and program transfer method
JP2013088941A (en) Electronic apparatus

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130215

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130225

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130321

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20160329

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5231496

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees