JP2008282137A - Information processor and data saving method - Google Patents

Information processor and data saving method Download PDF

Info

Publication number
JP2008282137A
JP2008282137A JP2007124517A JP2007124517A JP2008282137A JP 2008282137 A JP2008282137 A JP 2008282137A JP 2007124517 A JP2007124517 A JP 2007124517A JP 2007124517 A JP2007124517 A JP 2007124517A JP 2008282137 A JP2008282137 A JP 2008282137A
Authority
JP
Japan
Prior art keywords
data
save
processing unit
bus
memory
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2007124517A
Other languages
Japanese (ja)
Inventor
Ryo Kawamura
領 河村
Tsutomu Sekibe
勉 関部
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2007124517A priority Critical patent/JP2008282137A/en
Publication of JP2008282137A publication Critical patent/JP2008282137A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Power Sources (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an information processor capable of reducing the number of data to be saved during power supply stop process and of quickly performing the power supply stop process. <P>SOLUTION: This information processor 1 comprises a device 12 which performs a predetermined process, a saving memory 18 which stores the data to be saved, a bus monitoring table 22 which stores the address of a register 14 to be saved, and a bus monitoring part 20 which monitors the data flowing through the bus connected to a processing part and which writes the data to the saving memory 18 when the transmission destination or transmission origin of the data is the address indicated on the bus monitoring table 22. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、プロセッサを内蔵する半導体素子を備えた情報処理装置に関する。特に、半導体素子の動作を停止するときに停止時点における処理状態を退避し、半導体素子の動作を再開するときに退避した処理状態を復元して処理を再開する技術に関する。   The present invention relates to an information processing apparatus including a semiconductor element incorporating a processor. In particular, the present invention relates to a technique for saving the processing state at the time of stopping when stopping the operation of the semiconductor element and restoring the saved processing state when restarting the operation of the semiconductor element to restart the processing.

携帯電話、携帯音楽プレーヤー、携帯ビデオプレーヤーなど、電池で駆動する携帯型の情報処理装置は、駆動時間を長くすることが望まれている。音楽やビデオを再生していない状態のときに、こまめに電源を遮断することによって電源の浪費を防止し、情報処理装置の駆動時間を長くすることができる。一方で、ユーザの利便性を高めるため、電源が入ったときに、電源停止前の状態から再開できることが望ましい。   A portable information processing device driven by a battery, such as a cellular phone, a portable music player, and a portable video player, is desired to have a longer driving time. When the music or video is not being played back, the power supply can be prevented from being wasted by frequently shutting off the power supply, and the drive time of the information processing apparatus can be extended. On the other hand, in order to improve the convenience for the user, it is desirable that when the power is turned on, it can be resumed from the state before the power is stopped.

従来から、情報処理装置の使用再開時に、電源停止前の状態を再現する制御方法が知られている。電源停止時に、情報処理装置のプロセッサの処理状態を示すデータを不揮発性メモリに退避し、その後、情報処理装置のプロセッサの電源供給を遮断する。情報処理装置の使用再開時に、不揮発性メモリに退避した処理状態を示すデータを情報処理装置のプロセッサが読み出し、使用中断時の状態から処理を再開する。   2. Description of the Related Art Conventionally, a control method is known that reproduces a state before power is stopped when resuming use of an information processing apparatus. When the power is stopped, the data indicating the processing state of the processor of the information processing apparatus is saved in the nonvolatile memory, and then the power supply to the processor of the information processing apparatus is shut off. When the use of the information processing apparatus is resumed, the processor of the information processing apparatus reads data indicating the processing state saved in the nonvolatile memory, and the process is resumed from the state when the use is suspended.

特許文献1では、従来の情報処理装置の起動方法を開示している。特許文献1には、電源停止時に、どのデータを退避すべきかを判断し、退避が必要なデータのみ不揮発領域に退避する技術が記載されている。これにより、更新されていないデータを不揮発領域へ書き込む動作が不要となるので、退避に要する時間を短縮し、高速に電源停止処理を行うことができる。
特開2005−293456号公報
Patent Document 1 discloses a conventional method for starting an information processing apparatus. Japanese Patent Application Laid-Open No. 2004-151561 describes a technique for determining which data should be saved when the power is stopped, and saving only data that needs to be saved to a nonvolatile area. This eliminates the need to write data that has not been updated to the non-volatile area, so that the time required for saving can be shortened and the power stop process can be performed at high speed.
JP 2005-293456 A

しかしながら、上記した特許文献1の構成では、電源の停止処理時に、更新されたデータの退避処理を行う。従って、多くのデータが更新されていた場合には、電源停止処理に時間がかかる場合があった。   However, in the configuration of the above-described Patent Document 1, the updated data is saved when the power is stopped. Accordingly, when a large amount of data has been updated, it may take a long time to stop the power supply.

本発明は、上記背景に鑑み、電源停止処理時に退避するデータ数を削減し、速やかに電源停止処理を行える情報処理装置を提供することを目的とする。   In view of the above background, an object of the present invention is to provide an information processing apparatus that can reduce the number of data to be saved at the time of a power stop process and can quickly perform the power stop process.

本発明の情報処理装置は、所定の処理を実行する処理部と、退避すべきデータを記憶する退避メモリと、前記処理部に接続されたバスを流れるデータのうち前記退避すべきデータのアドレスを記憶するバス監視用テーブルと、前記バスを流れるデータを監視し、前記データの送信先あるいは送信元が前記バス監視用テーブルで示されたアドレスである場合、当該データを前記退避メモリに書き込むバス監視部とを備える。   An information processing apparatus according to the present invention includes a processing unit that executes predetermined processing, a save memory that stores data to be saved, and an address of the data to be saved among data flowing through a bus connected to the processing unit. The bus monitoring table to be stored and the data flowing through the bus are monitored. When the transmission destination or transmission source of the data is the address indicated in the bus monitoring table, the bus monitoring is performed to write the data to the save memory. A part.

このようにバスを流れるデータを監視し、データの送信先あるいは送信元がバス監視用テーブルで示されたアドレスの場合に、当該データを退避メモリに書き込むことにより、退避すべきデータを通常の動作中に退避メモリに退避しておくことができる。従って、電源停止時にデータの退避処理に要する時間を低減できる。   In this way, the data flowing through the bus is monitored, and when the data transmission destination or transmission source is the address indicated in the bus monitoring table, the data to be saved is written to the save memory to perform normal operation. Can be saved in the save memory. Therefore, the time required for the data saving process when the power is stopped can be reduced.

本発明の情報処理装置において、前記処理部は、前記処理部内に保持された退避すべきデータが格納された場所であって前記バス監視用テーブルで示されるアドレスと異なる場所を示す情報を記憶する退避対象テーブルと、電源停止の指示が入力される前の所定のタイミングに、前記退避対象テーブルで示された場所にあるデータを前記退避メモリに書き込む退避処理部とを備えてもよい。   In the information processing apparatus according to the present invention, the processing unit stores information indicating a location where data to be saved and stored in the processing unit is stored and is different from the address indicated in the bus monitoring table. A save target table and a save processing unit that writes data in a location indicated by the save target table to the save memory at a predetermined timing before an instruction to stop power supply is input may be provided.

このようにバスを流れるデータを監視し、データの送信先あるいは送信元がバス監視用テーブルで示されたアドレスの場合に当該データを退避メモリに書き込む処理と、電源停止の指示が入力される前の所定のタイミングに退避対象テーブルで示された場所にあるデータを退避メモリに書き込む処理とを行うことにより、退避すべきデータを通常の動作中に退避メモリに退避しておくことができる。従って、電源停止時において、データの退避処理に要する時間を低減できる。また、バスの監視という簡単な構成により、複数の処理部が存在する場合にも効率良くデータを退避することができる一方で、バスを流れないデータについては、退避処理部によって退避する。このようにバス監視部と退避処理部とが相互に補完し合って、通常動作中に効率良くデータを退避させることができる。   In this way, the data flowing through the bus is monitored, and when the data transmission destination or transmission source is the address indicated in the bus monitoring table, the process of writing the data to the save memory and before the power stop instruction is input By performing the process of writing the data at the location indicated in the save target table to the save memory at a predetermined timing, the data to be saved can be saved in the save memory during the normal operation. Therefore, it is possible to reduce the time required for the data saving process when the power is stopped. Also, the simple configuration of bus monitoring allows data to be efficiently saved even when there are a plurality of processing units, while data that does not flow through the bus is saved by the save processing unit. In this way, the bus monitoring unit and the save processing unit complement each other, and data can be efficiently saved during normal operation.

本発明の情報処理装置は、前記バス監視部による前記退避メモリへの書込みタイミングと前記退避処理部による前記退避メモリへの書込みのタイミングを調整する退避調停部を備えてもよい。   The information processing apparatus of the present invention may include a save arbitration unit that adjusts a write timing to the save memory by the bus monitoring unit and a write timing to the save memory by the save processing unit.

この構成により、バス監視部と退避処理部による退避メモリへの書込みタイミングが抵触した場合にも、どちらかの書込みがキャンセルされることなく、確実にデータを退避メモリに書き込むことができる。   With this configuration, even when the write timing to the save memory by the bus monitoring unit and the save processing unit conflicts, data can be reliably written to the save memory without canceling either write.

本発明の別の態様に係る情報処理装置は、所定の処理を実行する処理部と、前記退避すべきデータを記憶する退避メモリとを備え、前記処理部は、前記処理部内に保持された退避すべきデータが格納された場所を示す情報を記憶する退避対象テーブルと、電源停止の指示が入力される前の所定のタイミングに、前記退避対象テーブルで示された場所にあるデータを前記退避メモリに書き込む退避処理部とを備える。   An information processing apparatus according to another aspect of the present invention includes a processing unit that executes a predetermined process and a save memory that stores the data to be saved, and the processing unit is saved in the processing unit. The save target table for storing information indicating the location where the data to be stored is stored, and the data at the location indicated in the save target table at the predetermined timing before the instruction to stop power supply is input. And an evacuation processing unit that writes data to.

このように電源停止の指示が入力される前の所定のタイミングで、退避対象テーブルで示された場所にあるデータを退避メモリに書き込むことにより、退避すべきデータを通常の動作中に退避メモリに退避しておくことができる。従って、電源停止時にデータの退避処理に要する時間を低減できる。   Thus, by writing the data at the location indicated in the save target table to the save memory at a predetermined timing before the power stop instruction is input, the data to be saved is saved in the save memory during normal operation. It can be evacuated. Therefore, the time required for the data saving process when the power is stopped can be reduced.

本発明の情報処理装置において、前記退避処理部は、前記退避対象テーブルで示された場所にあるデータが更新されたタイミングで、更新されたデータを前記退避メモリに書き込んでもよい。   In the information processing apparatus of the present invention, the save processing unit may write the updated data into the save memory at a timing when the data at the location indicated in the save target table is updated.

この構成により、変更されたデータを速やかに退避することができるので、最新のデータを退避メモリに退避しておくことができる。   With this configuration, changed data can be quickly saved, so that the latest data can be saved in the save memory.

本発明の情報処理装置において、前記退避処理部は、一定の時間が経過する毎に、前記退避対象テーブルで示された場所にあるデータを前記退避メモリに書き込んでもよい。   In the information processing apparatus of the present invention, the save processing unit may write data in a location indicated by the save target table to the save memory every time a certain time elapses.

この構成により、一定の時間間隔で退避メモリへの退避を行えばよいので、簡単な構成で装置を実現することができる。   With this configuration, the device can be realized with a simple configuration because it is only necessary to save to the save memory at regular time intervals.

本発明の情報処理装置において、前記退避処理部は、特定の処理が完了したタイミングで、前記退避対象テーブルで示された場所にあるデータを前記退避メモリに書き込んでもよい。   In the information processing apparatus of the present invention, the save processing unit may write data in a location indicated in the save target table to the save memory at a timing when a specific process is completed.

この構成により、使用再開時に退避したデータを再設定することによって、特定の処理の完了時点から処理を再開することができる。   With this configuration, by resetting the data saved when the use is resumed, the process can be resumed from the completion of the specific process.

本発明の情報処理装置は、前記退避メモリとして不揮発性メモリを用いてもよい。   The information processing apparatus of the present invention may use a non-volatile memory as the save memory.

この構成により、簡単な構成で退避メモリを実現できる。   With this configuration, the save memory can be realized with a simple configuration.

本発明の情報処理装置は、前記退避メモリ以外の部分への電源供給を遮断する省電力モードを有してもよい。   The information processing apparatus of the present invention may have a power saving mode in which power supply to a portion other than the save memory is cut off.

この構成により、退避メモリとして揮発性メモリを採用することが可能となる。   With this configuration, it is possible to employ a volatile memory as the save memory.

本発明のデータ退避方法は、所定の処理を実行する処理部を有する情報処理装置においてデータを退避メモリに退避する方法であって、前記処理部に接続されたバスを流れるデータのうち退避すべきデータのアドレスを記憶するバス監視用テーブルを準備するステップと、前記バスを流れるデータを監視し、前記データの送信先あるいは送信元が、前記バス監視用テーブルで示されたアドレスであるか否かを監視するステップと、バスを流れるデータの送信先あるいは送信元のアドレスが前記バス監視用テーブルで示されたアドレスに一致する場合に、当該データを前記退避メモリに書き込むステップとを備える。   The data saving method according to the present invention is a method for saving data to a saving memory in an information processing apparatus having a processing unit for executing a predetermined process, and should be saved among data flowing through a bus connected to the processing unit. Preparing a bus monitoring table for storing data addresses; monitoring data flowing through the bus; and whether the data transmission destination or transmission source is the address indicated in the bus monitoring table And a step of writing the data to the save memory when the transmission destination or transmission source address of the data flowing on the bus matches the address indicated in the bus monitoring table.

このようにバスを流れるデータを監視し、データの送信先あるいは送信元がバス監視用テーブルで示されたアドレスの場合に、当該データを退避メモリに書き込むことにより、退避すべきデータを通常の動作中に退避メモリに退避しておくことができる。なお、本発明の情報処理装置の各種の構成を、本発明のデータ退避方法に適用することも可能である。   In this way, the data flowing through the bus is monitored, and when the data transmission destination or transmission source is the address indicated in the bus monitoring table, the data to be saved is written to the save memory to perform normal operation. Can be saved in the save memory. Various configurations of the information processing apparatus of the present invention can be applied to the data saving method of the present invention.

本発明のデータ退避方法は、前記処理部内に保持された退避すべきデータが格納された場所を示す情報を記憶する退避対象テーブルを前記処理部内に準備するステップと、電源停止の指示が入力される前の所定のタイミングに、前記処理部が前記退避対象テーブルで示された場所にあるデータを前記退避メモリに書き込むステップとを備えてもよい。   According to the data saving method of the present invention, a step of preparing a save target table in the processing unit for storing information indicating a location where data to be saved held in the processing unit is stored, and an instruction to stop power supply are input. And a step of writing the data in the location indicated by the save target table into the save memory at a predetermined timing before the save unit.

このようにバスを流れるデータを監視し、データの送信先あるいは送信元がバス監視用テーブルで示されたアドレスの場合に当該データを退避メモリに書き込む処理と、電源停止の指示が入力される前の所定のタイミングに退避対象テーブルで示された場所にあるデータを退避メモリに書き込む処理とを行うことにより、退避すべきデータを通常の動作中に退避メモリに退避しておくことができる。なお、本発明の情報処理装置の各種の構成を、本発明のデータ退避方法に適用することも可能である。   In this way, the data flowing through the bus is monitored, and when the data transmission destination or transmission source is the address indicated in the bus monitoring table, the process of writing the data to the save memory and before the power stop instruction is input By performing the process of writing the data at the location indicated in the save target table to the save memory at a predetermined timing, the data to be saved can be saved in the save memory during the normal operation. Various configurations of the information processing apparatus of the present invention can be applied to the data saving method of the present invention.

本発明の別の態様に係るデータ退避方法は、所定の処理を実行する処理部を有する情報処理装置においてデータを退避メモリに退避する方法であって、前記処理部内に保持された退避すべきデータが格納された場所を示す情報を記憶する退避対象テーブルを前記処理部内に準備するステップと、電源停止の指示が入力される前の所定のタイミングに、前記処理部が前記退避対象テーブルで示された場所にあるデータを前記退避メモリに書き込むステップとを備える。   A data evacuation method according to another aspect of the present invention is a method of evacuating data to a evacuation memory in an information processing apparatus having a processing unit that executes a predetermined process, the data to be evacuated held in the processing unit The processing unit is indicated in the saving target table at a predetermined timing before a save target table storing information indicating the location where the information is stored in the processing unit and before a power-off instruction is input. And writing data in the saved location to the save memory.

このように電源停止の指示が入力される前の所定のタイミングで、退避対象テーブルで示された場所にあるデータを退避メモリに書き込むことにより、退避すべきデータを通常の動作中に退避メモリに退避しておくことができる。なお、本発明の情報処理装置の各種の構成を、本発明のデータ退避方法に適用することも可能である。   Thus, by writing the data at the location indicated in the save target table to the save memory at a predetermined timing before the power stop instruction is input, the data to be saved is saved in the save memory during normal operation. It can be evacuated. Various configurations of the information processing apparatus of the present invention can be applied to the data saving method of the present invention.

本発明によれば、バスを流れるデータを監視し、データの送信先あるいは送信元がバス監視用テーブルで示されたアドレスの場合に当該データを退避メモリに書き込むことにより、退避すべきデータを通常の動作中に退避メモリに退避しておくことができ、電源停止時において、データの退避処理に要する時間を低減できるという効果を有する。   According to the present invention, data flowing through the bus is monitored, and when the data transmission destination or transmission source is the address indicated in the bus monitoring table, the data to be saved is normally written by writing the data in the saving memory. Can be saved in the save memory during the operation, and the time required for the data saving process can be reduced when the power is stopped.

以下、本発明の実施の形態の情報処理装置について、図面を参照しながら説明する。
(第1の実施の形態)
図1は、第1の実施の形態の情報処理装置1の構成を示す図である。第1の実施の形態の情報処理装置1は、バス10によって接続された複数のデバイス12、バス10にデータ伝送等の指示を発行するバスマスタ16を有する。情報処理装置1の例としては、システムLSIが挙げられる。各デバイス12は、レジスタ14を有し、各種のレジスタ値が保存されている。本実施の形態では、各デバイス12のレジスタ14に保持されたレジスタ値を退避対象のデータとして説明する。
Hereinafter, an information processing apparatus according to an embodiment of the present invention will be described with reference to the drawings.
(First embodiment)
FIG. 1 is a diagram illustrating a configuration of the information processing apparatus 1 according to the first embodiment. The information processing apparatus 1 according to the first embodiment includes a plurality of devices 12 connected by a bus 10 and a bus master 16 that issues instructions such as data transmission to the bus 10. An example of the information processing apparatus 1 is a system LSI. Each device 12 has a register 14 in which various register values are stored. In the present embodiment, the register value held in the register 14 of each device 12 will be described as data to be saved.

バスマスタ16は、例えば情報処理装置1の挙動を制御するCPUや、データ処理を行うDSPや、データ転送を行うDMAコントローラなどであるが、これらに限られない。デバイス12は、例えば、メモリやデータ入出力インタフェースなど特定の機能動作を行う機能ブロックなどであるが、これらに限られない。なお、図1では、1つのバスマスタ16と2つのデバイス12を記載しているが、バスマスタ16およびデバイス12の数は、図1に示す例に限定されず、何個であってもよい。   The bus master 16 is, for example, a CPU that controls the behavior of the information processing apparatus 1, a DSP that performs data processing, a DMA controller that performs data transfer, and the like, but is not limited thereto. The device 12 is, for example, a functional block that performs a specific functional operation such as a memory or a data input / output interface, but is not limited thereto. In FIG. 1, one bus master 16 and two devices 12 are illustrated, but the number of bus masters 16 and devices 12 is not limited to the example illustrated in FIG. 1 and may be any number.

情報処理装置1は、電源を停止する際に、デバイス12に保存されたレジスタ値を退避メモリ18に保存する。これにより、情報処理装置1は、電源を入力したときに、退避メモリ18に退避したレジスタ値を各デバイス12に再設定し、電源停止前の状態を再現する。   The information processing apparatus 1 saves the register value saved in the device 12 in the save memory 18 when the power is stopped. As a result, when the power is input, the information processing apparatus 1 resets the register values saved in the save memory 18 in each device 12 to reproduce the state before the power is stopped.

レジスタ値を退避する退避メモリ18は、フラッシュメモリなどの不揮発性メモリであってもよいし、情報処理装置1の停止期間中であっても常時バックアップ電源を供給する揮発性メモリであってもよい。   The save memory 18 that saves the register value may be a non-volatile memory such as a flash memory, or may be a volatile memory that always supplies a backup power source even when the information processing apparatus 1 is stopped. .

情報処理装置1は、バス10を流れるデータを監視するバス監視部20を有している。バス監視部20には、バス監視用テーブル22が接続されている。バス監視用テーブル22は、バス10を流れるデータの中から退避メモリ18に退避する対象となるデータを判別するためのテーブルである。   The information processing apparatus 1 includes a bus monitoring unit 20 that monitors data flowing through the bus 10. A bus monitoring table 22 is connected to the bus monitoring unit 20. The bus monitoring table 22 is a table for determining data to be saved in the save memory 18 from data flowing through the bus 10.

図2は、バス監視用テーブル22に記憶されたデータの例を示す図である。本実施の形態では、退避対象のデータはレジスタ14のレジスタ値であるので、バス監視用テーブル22には、各デバイス12のレジスタ14のアドレスを記憶しておく。バス監視部20は、バス監視用テーブル22に記憶されたアドレス宛てのデータ、あるいは当該アドレスを送信元とするデータがバス10上を伝送したときに、そのデータを退避メモリ18に退避する。   FIG. 2 is a diagram illustrating an example of data stored in the bus monitoring table 22. In the present embodiment, the data to be saved is the register value of the register 14, so the address of the register 14 of each device 12 is stored in the bus monitoring table 22. When data addressed to the address stored in the bus monitoring table 22 or data having the address as the transmission source is transmitted on the bus 10, the bus monitoring unit 20 saves the data in the save memory 18.

第1の実施の形態の情報処理装置1は、バス監視部20が、通常の動作期間中にバス10上を伝送するデータを監視し、バス監視用テーブル22に記憶されたアドレス宛てのデータおよび当該アドレスを送信元とするデータを退避メモリ18に退避する。これにより、バス監視用テーブル22に記憶されたアドレスに書き込まれるデータあるいはバス監視用テーブル22から読み出されたデータを退避メモリ18に退避することができる。情報処理装置1は、電源停止時にデータを退避させる必要がなくなり、速やかに電源停止処理を行える。   In the information processing apparatus 1 according to the first embodiment, the bus monitoring unit 20 monitors data transmitted on the bus 10 during a normal operation period, and the data addressed to the address stored in the bus monitoring table 22 Data having the address as a transmission source is saved in the save memory 18. As a result, data written to the address stored in the bus monitoring table 22 or data read from the bus monitoring table 22 can be saved in the save memory 18. The information processing apparatus 1 does not need to save data when the power is stopped, and can quickly perform the power stop process.

図3は、本実施の形態の情報処理装置1の効果を従来の情報処理装置と対比して示す図である。図3の下段に示すように、従来は、電源停止指示があった後に、退避すべきデータを退避メモリ18に書き込んでいたので、電源停止指示後に実際に電源の停止処理を行うまでに少なくとも退避処理時間Tを要していた。本実施の形態の情報処理装置1は、図3の上段に示すように、バス監視部20は、退避対象のデータがバス10上を流れるたびに、そのデータを退避メモリ18に書き込むので、退避メモリ18には最新の状態のデータが記憶される。従って、電源停止時にレジスタ値を退避させる必要がない。その結果、退避に要していた時間Tを省略して、情報処理装置1を停止状態にすることが可能となり、大きな省電力効果を得ることができる。   FIG. 3 is a diagram showing the effect of the information processing apparatus 1 according to the present embodiment in comparison with the conventional information processing apparatus. As shown in the lower part of FIG. 3, conventionally, data to be saved is written in the save memory 18 after a power supply stop instruction is given. Therefore, at least before the power supply stop process is actually performed after the power supply stop instruction, Processing time T was required. In the information processing apparatus 1 according to the present embodiment, as shown in the upper part of FIG. 3, the bus monitoring unit 20 writes the data to the save memory 18 whenever the save target data flows on the bus 10. The memory 18 stores the latest data. Therefore, it is not necessary to save the register value when the power is stopped. As a result, the time T required for evacuation can be omitted and the information processing apparatus 1 can be brought into a stopped state, and a great power saving effect can be obtained.

(第2の実施の形態)
図4は、第2の実施の形態の情報処理装置2を示す図である。情報処理装置2は、第1の実施の形態の情報処理装置1と同様に、デバイス12とバスマスタ16と退避メモリ18とを備えている。第2の実施の形態では、デバイス12は、退避処理部24と、退避対象テーブル26とを有している。本実施の形態においても、デバイス12のレジスタ14に保持されたレジスタ値を退避対象のデータとして説明する。
(Second Embodiment)
FIG. 4 is a diagram illustrating the information processing apparatus 2 according to the second embodiment. The information processing apparatus 2 includes a device 12, a bus master 16, and a save memory 18 as in the information processing apparatus 1 according to the first embodiment. In the second embodiment, the device 12 includes a save processing unit 24 and a save target table 26. Also in this embodiment, the register value held in the register 14 of the device 12 will be described as data to be saved.

退避対象テーブル26は、デバイス12内に保持しているレジスタ14のうち、退避メモリ18に退避する対象となるデータを判別するためのテーブルである。具体的には、第1の実施の形態と同様に、退避対象のレジスタ14のアドレスの情報を記憶しておく。なお、退避対象テーブル26に記憶する情報は、レジスタ14の格納場所を示す情報であればよく、例えばレジスタ14の格納場所をビットによって示す情報であってもよい。   The save target table 26 is a table for determining data to be saved in the save memory 18 among the registers 14 held in the device 12. Specifically, the address information of the register 14 to be saved is stored as in the first embodiment. The information stored in the save target table 26 may be information indicating the storage location of the register 14, and may be information indicating the storage location of the register 14 by a bit, for example.

退避処理部24は、退避対象テーブル26を参照し、退避対象テーブル26に示されたアドレスのデータが更新されたときに、当該データを退避メモリ18に書き込む。2つのデバイス12のそれぞれの退避処理部24の出力は、デバイス間調停部28に入力される。   The save processing unit 24 refers to the save target table 26 and writes the data to the save memory 18 when the data at the address indicated in the save target table 26 is updated. The output of the save processing unit 24 of each of the two devices 12 is input to the inter-device arbitration unit 28.

デバイス間調停部28は、2つの退避処理部24から同じタイミングで退避データが出力されたときに、一方の退避データを優先して退避メモリに書き込む処理を行う。デバイス間調停部28は、一方の退避データを書き込んだ後に、他方の退避データの書込みを行う。   When the save data is output from the two save processing units 24 at the same timing, the inter-device arbitration unit 28 performs a process of preferentially writing one save data to the save memory. The inter-device arbitration unit 28 writes the other saved data after writing one saved data.

第2の実施の形態の情報処理装置2は、デバイス12内に設けられた退避処理部24が、データを通常動作期間中に退避メモリ18に退避するので、退避メモリ18には最新の状態のデータが記憶される。従って、電源停止時にデータを退避させる必要がなく、これまで退避に要していた時間を省略して、情報処理装置2を停止状態にすることが可能となり、大きな省電力効果を得ることができる。   In the information processing apparatus 2 according to the second embodiment, the save processing unit 24 provided in the device 12 saves data to the save memory 18 during the normal operation period. Data is stored. Therefore, it is not necessary to save data when the power is stopped, and it is possible to omit the time required for saving so far and to put the information processing apparatus 2 in a stopped state, thereby obtaining a great power saving effect. .

なお、上記の説明では、退避処理部24は、退避対象テーブル26に記憶されたアドレスのデータが更新されたときに当該データを退避メモリ18に書き込む例を説明したが、退避処理部24がデータを退避メモリ18に書き込むタイミングは、データが更新されたタイミングに限らない。例えば、データの更新が所定回数行われた時点で、退避メモリ18への書込みを行ってもよい。また、例えば、一定の時間間隔ごとに、退避対象テーブル26に記憶されたアドレスのデータを退避メモリ18に書き込んでもよいし、デバイス12内における処理単位の完了時、例えば画像1枚分の処理や、動画1フレーム分の処理や、通信データ1パケット分の処理などの処理完了時に書込みを行ってもよい。   In the above description, the example in which the save processing unit 24 writes the data to the save memory 18 when the data at the address stored in the save target table 26 is updated has been described. Is written in the save memory 18 is not limited to the timing when the data is updated. For example, writing to the save memory 18 may be performed when data is updated a predetermined number of times. Further, for example, the data of the address stored in the save target table 26 may be written into the save memory 18 at regular time intervals, or when the processing unit in the device 12 is completed, for example, processing of one image or Alternatively, writing may be performed when processing for one frame of moving image or processing for one packet of communication data is completed.

(第3の実施の形態)
図5は、第3の実施の形態の情報処理装置3の構成を示す図である。図5に示すように、情報処理装置3は、デバイス12とバスマスタ16と退避メモリ18とバス監視部20を備えている。本実施の形態も、デバイス12が保持するレジスタ14を退避対象のデータとして説明する。
(Third embodiment)
FIG. 5 is a diagram illustrating a configuration of the information processing device 3 according to the third embodiment. As illustrated in FIG. 5, the information processing apparatus 3 includes a device 12, a bus master 16, a save memory 18, and a bus monitoring unit 20. In the present embodiment, the register 14 held by the device 12 will be described as data to be saved.

バス監視部20は、第1の実施の形態と同様に、退避対象のデータであるか否かを判別するためのバス監視用テーブル22に接続されている。デバイス12は、第2の実施の形態と同様に、退避処理部24と退避対象テーブル26を有している。   As in the first embodiment, the bus monitoring unit 20 is connected to a bus monitoring table 22 for determining whether the data is to be saved. The device 12 includes a save processing unit 24 and a save target table 26 as in the second embodiment.

バス監視部20に接続されたバス監視用テーブル22には、デバイス12のレジスタ14のうち、バス10上を流れるレジスタ値を保持するレジスタ14のアドレスを記憶している。例えば、デバイス12のレジスタ値が外部から設定される場合には、設定すべきレジスタ値がバス10を流れる。また、CPUによってレジスタ値を参照する場合は、レジスタ14からレジスタ値が読み出され、当該レジスタ値がバス10を流れる。このバス監視用テーブル22を用いてバス10を監視することによって、バス監視部20はレジスタ値を取得することができる。   The bus monitoring table 22 connected to the bus monitoring unit 20 stores the address of the register 14 that holds the register value flowing on the bus 10 among the registers 14 of the device 12. For example, when the register value of the device 12 is set from the outside, the register value to be set flows through the bus 10. When the register value is referred to by the CPU, the register value is read from the register 14 and the register value flows through the bus 10. By monitoring the bus 10 using the bus monitoring table 22, the bus monitoring unit 20 can acquire the register value.

一方、デバイス12内に設けられた退避対象テーブル26には、デバイス12のレジスタ14のうち、バス10上を流れないレジスタ値を保持するレジスタ14のアドレスを記憶している。デバイス12内で生成され、参照されるレジスタ値は、バス10を監視してもその値を取得することができない。従って、デバイス12内のみで管理されるレジスタ値については、退避処理部24が退避対象テーブル26を用いた処理によって退避を行う。   On the other hand, the save target table 26 provided in the device 12 stores the address of the register 14 that holds a register value that does not flow on the bus 10 among the registers 14 of the device 12. The register value generated and referred to in the device 12 cannot be obtained even when the bus 10 is monitored. Accordingly, the save processing unit 24 saves register values managed only within the device 12 by processing using the save target table 26.

このようにバス監視部20がバス10を流れるレジスタ値を退避し、退避処理部24がデバイス12内部で用いられるレジスタ値を退避する。バス監視部20と退避処理部24の機能分担により、効率良くレジスタ値を退避することができる。すなわち、バス監視部20は、バス10を流れるデータを監視するという簡単な構成で複数のデバイス12のレジスタ14に保持されたレジスタ値を退避する。各デバイス12の退避処理部24は、バス監視部20では捉えることのできないレジスタ値を退避処理部24によって退避すればよいので、通常動作中に、デバイス12の本来の処理が妨げられる機会を低減できる。   In this way, the bus monitoring unit 20 saves the register value flowing through the bus 10, and the save processing unit 24 saves the register value used in the device 12. By sharing the functions of the bus monitoring unit 20 and the save processing unit 24, register values can be saved efficiently. That is, the bus monitoring unit 20 saves the register values held in the registers 14 of the plurality of devices 12 with a simple configuration of monitoring data flowing through the bus 10. Since the save processing unit 24 of each device 12 only needs to save register values that cannot be captured by the bus monitoring unit 20 by the save processing unit 24, the chance that the original processing of the device 12 is hindered during normal operation is reduced. it can.

また、本実施の形態の情報処理装置3は、バス監視部20と退避処理部24による退避メモリ18へのデータ書込みを調整する退避処理調停部30を備えている。退避処理調停部30は、入力側にバス監視部20および退避処理部24が接続され、出力側に退避メモリ18が接続されている。退避処理調停部30は、バス監視部20と退避処理部24の両方から同時に書込みのデータが入力されたときに、バス監視部20からのデータを優先して退避メモリ18に書き込み、バス監視部20からのデータの書込みの合間に退避処理部24からのデータを退避メモリ18に書き込む。   Further, the information processing apparatus 3 according to the present embodiment includes a save processing arbitration unit 30 that adjusts data writing to the save memory 18 by the bus monitoring unit 20 and the save processing unit 24. The save process arbitration unit 30 is connected to the bus monitoring unit 20 and the save processing unit 24 on the input side, and to the save memory 18 on the output side. The save process arbitration unit 30 preferentially writes the data from the bus monitoring unit 20 to the save memory 18 when write data is input simultaneously from both the bus monitoring unit 20 and the save processing unit 24, and the bus monitoring unit The data from the save processing unit 24 is written into the save memory 18 between the writing of data from 20.

図6は、退避処理調停部30によるデータ書込みタイミングを示す図である。図6を用いて、退避処理部24によるデータD1の書込みタイミングと、バス監視部20によるデータD2の書込みタイミングが衝突した場合について説明する。   FIG. 6 is a diagram illustrating data write timing by the save process arbitration unit 30. The case where the write timing of the data D1 by the save processing unit 24 and the write timing of the data D2 by the bus monitoring unit 20 collide will be described with reference to FIG.

退避処理調停部30は、バス監視部20によるデータD2の書込みが発生するまでは、退避処理部24によるデータD1の書込みを行う。すなわち、データD1aを退避メモリ18に書き込む。データD1の書込み中にバス監視部20によるデータD2の書込みが発生すると、退避処理部24からのデータD1の書込みを一旦中断し、バス監視部20からのデータD2を退避メモリ18に書き込む。そして、データD2の書込みが終了した後に、退避処理部24からのデータD1の書込みを再開する。すなわち、退避処理調停部30は、データD1bを退避メモリ18に書き込む。   The save processing arbitration unit 30 writes the data D1 by the save processing unit 24 until the writing of the data D2 by the bus monitoring unit 20 occurs. That is, the data D1a is written into the save memory 18. If writing of the data D2 by the bus monitoring unit 20 occurs during the writing of the data D1, the writing of the data D1 from the save processing unit 24 is temporarily interrupted and the data D2 from the bus monitoring unit 20 is written to the save memory 18. Then, after the writing of the data D2 is completed, the writing of the data D1 from the save processing unit 24 is resumed. That is, the save process arbitration unit 30 writes the data D1b to the save memory 18.

第3の実施の形態の情報処理装置3は、バス監視部20が、通常の動作期間中にバス10上を伝送するデータを監視し、バス監視用テーブル22に記憶されたアドレス宛てのデータ、および当該アドレスを送信元とするデータを退避メモリ18に退避する。また、デバイス12内に設けられた退避処理部24が、通常動作期間中に退避メモリ18にデータを退避する。従って、退避メモリ18には最新の状態のデータが記憶されることとなり、電源停止時にデータを退避させる必要がない。従って、退避に要していた時間を省略して、情報処理装置3を停止状態にすることが可能となり、大きな省電力効果を得ることができる。   In the information processing apparatus 3 according to the third embodiment, the bus monitoring unit 20 monitors data transmitted on the bus 10 during a normal operation period, and data addressed to an address stored in the bus monitoring table 22; The data having the address as the transmission source is saved in the save memory 18. Further, the save processing unit 24 provided in the device 12 saves data in the save memory 18 during the normal operation period. Therefore, the latest data is stored in the save memory 18, and it is not necessary to save the data when the power is stopped. Therefore, it is possible to omit the time required for evacuation and put the information processing apparatus 3 in a stopped state, and a large power saving effect can be obtained.

本発明は、退避に要する時間を低減し、電源停止処理を速やかに行えるという効果を有し、例えば、携帯電話、携帯音楽プレーヤー、携帯ビデオプレーヤー、携帯ボイスレコーダー、デジタルカメラ等として有用である。   The present invention has an effect that the time required for evacuation can be reduced and power supply stop processing can be performed quickly, and is useful as, for example, a mobile phone, a portable music player, a portable video player, a portable voice recorder, a digital camera, and the like.

第1の実施の形態の情報処理装置の構成を示す図The figure which shows the structure of the information processing apparatus of 1st Embodiment 退避対象テーブルに記憶されたデータの例を示す図The figure which shows the example of the data memorize | stored in the save object table 第1の実施の形態の情報処理装置の効果を示す図The figure which shows the effect of the information processing apparatus of 1st Embodiment 第2の実施の形態の情報処理装置の構成を示す図The figure which shows the structure of the information processing apparatus of 2nd Embodiment 第3の実施の形態の情報処理装置の構成を示す図The figure which shows the structure of the information processing apparatus of 3rd Embodiment 退避処理調停部によるデータの書込みタイミングを示す図The figure which shows the timing of data writing by the evacuation processing arbitration unit

符号の説明Explanation of symbols

1〜3 情報処理装置
10 バス
12 デバイス
14 レジスタ
16 バスマスタ
18 退避メモリ
20 バス監視部
22 バス監視用テーブル
24 退避処理部
26 退避対象テーブル
28 デバイス間調停部
30 退避処理調停部
1-3 Information processing apparatus 10 Bus 12 Device 14 Register 16 Bus master 18 Saved memory 20 Bus monitoring unit 22 Bus monitoring table 24 Save processing unit 26 Save target table 28 Inter-device arbitration unit 30 Save processing arbitration unit

Claims (12)

所定の処理を実行する処理部と、
退避すべきデータを記憶する退避メモリと、
前記処理部に接続されたバスを流れるデータのうち前記退避すべきデータのアドレスを記憶するバス監視用テーブルと、
前記バスを流れるデータを監視し、前記データの送信先あるいは送信元が前記バス監視用テーブルで示されたアドレスである場合、当該データを前記退避メモリに書き込むバス監視部と、
を備える情報処理装置。
A processing unit for executing a predetermined process;
A save memory for storing data to be saved;
A bus monitoring table for storing the address of the data to be saved among the data flowing through the bus connected to the processing unit;
A bus monitoring unit that monitors data flowing through the bus and writes the data to the save memory when the transmission destination or transmission source of the data is the address indicated in the bus monitoring table;
An information processing apparatus comprising:
前記処理部は、
前記処理部内に保持された退避すべきデータが格納された場所であって前記バス監視用テーブルで示されるアドレスと異なる場所を示す情報を記憶する退避対象テーブルと、
電源停止の指示が入力される前の所定のタイミングに、前記退避対象テーブルで示された場所にあるデータを前記退避メモリに書き込む退避処理部と、
を備える請求項1に記載の情報処理装置。
The processor is
A evacuation target table for storing information indicating a location where data to be evacuated held in the processing unit is stored and different from an address indicated in the bus monitoring table;
A save processing unit that writes data at a location indicated in the save target table to the save memory at a predetermined timing before an instruction to stop power supply is input;
The information processing apparatus according to claim 1.
前記バス監視部による前記退避メモリへの書込みタイミングと前記退避処理部による前記退避メモリへの書込みのタイミングを調整する退避調停部を備える請求項2に記載の情報処理装置。   The information processing apparatus according to claim 2, further comprising a save arbitration unit that adjusts a write timing to the save memory by the bus monitoring unit and a write timing to the save memory by the save processing unit. 所定の処理を実行する処理部と、
前記退避すべきデータを記憶する退避メモリと、
を備え、
前記処理部は、
前記処理部内に保持された退避すべきデータが格納された場所を示す情報を記憶する退避対象テーブルと、
電源停止の指示が入力される前の所定のタイミングに、前記退避対象テーブルで示された場所にあるデータを前記退避メモリに書き込む退避処理部と、
を備える情報処理装置。
A processing unit for executing a predetermined process;
A save memory for storing the data to be saved;
With
The processor is
A save target table that stores information indicating a location where data to be saved held in the processing unit is stored;
A save processing unit that writes data at a location indicated in the save target table to the save memory at a predetermined timing before an instruction to stop power supply is input;
An information processing apparatus comprising:
前記退避処理部は、前記退避対象テーブルで示された場所にあるデータが更新されたタイミングで、更新されたデータを前記退避メモリに書き込む請求項2〜4のいずれかに記載の情報処理装置。   5. The information processing apparatus according to claim 2, wherein the save processing unit writes the updated data to the save memory at a timing when the data in the location indicated in the save target table is updated. 前記退避処理部は、一定の時間が経過する毎に、前記退避対象テーブルで示された場所にあるデータを前記退避メモリに書き込む請求項2〜4のいずれかに記載の情報処理装置。   5. The information processing apparatus according to claim 2, wherein the save processing unit writes data in a location indicated by the save target table to the save memory every time a predetermined time elapses. 前記退避処理部は、特定の処理が完了したタイミングで、前記退避対象テーブルで示された場所にあるデータを前記退避メモリに書き込む請求項2〜4のいずれかに記載の情報処理装置。   The information processing apparatus according to claim 2, wherein the save processing unit writes data in a location indicated by the save target table to the save memory at a timing when specific processing is completed. 前記退避メモリは不揮発性メモリである請求項1〜7のいずれかに記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the save memory is a nonvolatile memory. 前記退避メモリ以外の部分への電源供給を遮断する省電力モードを有する請求項1〜7のいずれかに記載の情報処理装置。   The information processing apparatus according to claim 1, further comprising: a power saving mode that cuts off power supply to a portion other than the save memory. 所定の処理を実行する処理部を有する情報処理装置においてデータを退避メモリに退避する方法であって、
前記処理部に接続されたバスを流れるデータのうち退避すべきデータのアドレスを記憶するバス監視用テーブルを準備するステップと、
前記バスを流れるデータを監視し、前記データの送信先あるいは送信元が、前記バス監視用テーブルで示されたアドレスであるか否かを監視するステップと、
バスを流れるデータの送信先あるいは送信元のアドレスが前記バス監視用テーブルで示されたアドレスに一致する場合に、当該データを前記退避メモリに書き込むステップと、
を備えるデータ退避方法。
A method of saving data in a save memory in an information processing apparatus having a processing unit that executes predetermined processing,
Preparing a bus monitoring table for storing an address of data to be saved among data flowing through a bus connected to the processing unit;
Monitoring data flowing through the bus, and monitoring whether the transmission destination or transmission source of the data is an address indicated in the bus monitoring table;
A step of writing the data to the save memory when the transmission destination or transmission source address of the data flowing through the bus matches the address indicated in the bus monitoring table;
A data saving method comprising:
前記処理部内に保持された退避すべきデータが格納された場所を示す情報を記憶する退避対象テーブルを前記処理部内に準備するステップと、
電源停止の指示が入力される前の所定のタイミングに、前記処理部が前記退避対象テーブルで示された場所にあるデータを前記退避メモリに書き込むステップと、
を備える請求項10に記載のデータ退避方法。
Preparing a save target table in the processing unit for storing information indicating a location where data to be saved held in the processing unit is stored;
Writing the data in the location indicated by the save target table to the save memory at a predetermined timing before the instruction to stop the power is input;
The data saving method according to claim 10, further comprising:
所定の処理を実行する処理部を有する情報処理装置においてデータを退避メモリに退避する方法であって、
前記処理部内に保持された退避すべきデータが格納された場所を示す情報を記憶する退避対象テーブルを前記処理部内に準備するステップと、
電源停止の指示が入力される前の所定のタイミングに、前記処理部が前記退避対象テーブルで示された場所にあるデータを前記退避メモリに書き込むステップと、
を備えるデータ退避方法。
A method of saving data in a save memory in an information processing apparatus having a processing unit that executes predetermined processing,
Preparing a save target table in the processing unit for storing information indicating a location where data to be saved held in the processing unit is stored;
Writing the data in the location indicated by the save target table to the save memory at a predetermined timing before the instruction to stop the power is input;
A data saving method comprising:
JP2007124517A 2007-05-09 2007-05-09 Information processor and data saving method Pending JP2008282137A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007124517A JP2008282137A (en) 2007-05-09 2007-05-09 Information processor and data saving method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007124517A JP2008282137A (en) 2007-05-09 2007-05-09 Information processor and data saving method

Publications (1)

Publication Number Publication Date
JP2008282137A true JP2008282137A (en) 2008-11-20

Family

ID=40142914

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007124517A Pending JP2008282137A (en) 2007-05-09 2007-05-09 Information processor and data saving method

Country Status (1)

Country Link
JP (1) JP2008282137A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20210038834A (en) * 2019-09-30 2021-04-08 타이완 세미콘덕터 매뉴팩쳐링 컴퍼니 리미티드 Back-up and restoration of register data

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20210038834A (en) * 2019-09-30 2021-04-08 타이완 세미콘덕터 매뉴팩쳐링 컴퍼니 리미티드 Back-up and restoration of register data
US11295792B2 (en) 2019-09-30 2022-04-05 Taiwan Semiconductor Manufacturing Company, Ltd. Back-up and restoration of register data
KR102389534B1 (en) 2019-09-30 2022-04-22 타이완 세미콘덕터 매뉴팩쳐링 컴퍼니 리미티드 Back-up and restoration of register data
US11636884B2 (en) 2019-09-30 2023-04-25 Taiwan Semiconductor Manufacturing Company, Ltd. Back-up and restoration of register data

Similar Documents

Publication Publication Date Title
CN102646446A (en) Hardware dynamic cache power management
JP2007207026A (en) Dma transfer device
JP2010055531A (en) Data processor
JP5741245B2 (en) Image processing apparatus, image processing control method, and image processing control program
JP2008282137A (en) Information processor and data saving method
JP2005250650A (en) Multilayer system and clock controlling method
JP2006293950A (en) Processor controller
JP2005182538A (en) Data transfer device
JP2011013836A (en) Memory arrangement management device and microprocessor
JP2012116138A (en) Control device, control program, and image forming device
JP2009020776A (en) Swap-out control apparatus
JP2011081641A (en) Memory controller
JP2008282246A (en) Information processor
JP5231496B2 (en) Information processing apparatus and suspend / resume method thereof
JP2003140946A (en) Storage device
JP6128833B2 (en) Processing equipment
JP2008118211A (en) Device and method for transferring data
JP2009187337A (en) Device control method, program, control circuit, and electronic equipment
JP2005267255A (en) Clock automatic stop controller, and electronic apparatus or image processing apparatus having the controller
JP2008225894A (en) Sdram controller
JP2006331248A (en) Data transfer device
JP4107278B2 (en) Processor control circuit and information processing apparatus
JP5458283B2 (en) Processing architecture
JP2012103967A (en) Information processor and method for saving data thereof
JP2009157731A (en) Virtual machine system and control method of virtual machine system