JP2001109538A - Power management system - Google Patents

Power management system

Info

Publication number
JP2001109538A
JP2001109538A JP28787199A JP28787199A JP2001109538A JP 2001109538 A JP2001109538 A JP 2001109538A JP 28787199 A JP28787199 A JP 28787199A JP 28787199 A JP28787199 A JP 28787199A JP 2001109538 A JP2001109538 A JP 2001109538A
Authority
JP
Japan
Prior art keywords
idle
cpu
instruction
memory
counter
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
JP28787199A
Other languages
Japanese (ja)
Inventor
Tomoshi Ueno
智志 上野
Akiko Furukatsu
昭子 古勝
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 Engineering Ltd
Original Assignee
NEC Engineering 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 Engineering Ltd filed Critical NEC Engineering Ltd
Priority to JP28787199A priority Critical patent/JP2001109538A/en
Publication of JP2001109538A publication Critical patent/JP2001109538A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To accurately judge the idle/busy state of a CPU even in multitask environment. SOLUTION: An address analyzing circuit (4) judges whether or not an instruction being executed by a CPU is an idle task by judging whether or not instruction read access from the CPU (1) to a memory (2) is performed to the memory address unique to the idle task according to a status signal and address information. A counter comparing circuit (7) outputs an idle signal when the execution frequency of the idle task is more often than specified and a clock-down indication circuit (9) lowers the operating clock of the CPU to save the power consumption of the CPU.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータの中
央演算処理装置(CPU)の消費電力を節減するための
パワーマネジメントシステムに係り、特に、マルチタス
ク・オペレーティングシステム(OS)環境下における
パワーマネジメントシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a power management system for reducing the power consumption of a central processing unit (CPU) of a computer, and more particularly, to a power management system in a multitasking operating system (OS) environment. About.

【0002】[0002]

【従来の技術】特開平4−311230号公報には従来
のパワーマネジメントシステムの一例が記載されてい
る。この従来のシステムはハードウエアからなるCPU
アイドル検出装置を備え、このCPUアイドル検出装置
は、CPUがメモリから読み出した命令がアイドル用命
令か動作用命令かを判断する手段と、アイドル用命令の
発生頻度を計測する手段とから構成されている。同公報
には、メモリから読み出した命令がアイドル用命令であ
るか動作用命令であるかの判断は次のように行われるこ
とが記載してある。即ち、アプリケーションは、例え
ば、キー入力検出を行う時は、BIOS(基本入出力サ
ブシステム)に対して「INT16」の命令を出す。ア
プリケーションは、直接ハードウエアを操作できないの
で、BIOSにキー入力の有無を通知してもらい、キー
入力があった時はそのキーで入力されたデータを、ま
た、キー入力が無いときはキー入力がないことを、BI
OSから知らせてもらう。このような場合、「INT1
6」がアイドル用命令になる。一方、入出力装置のう
ち、例えば、フロッピー(登録商標)ディスクへのアク
セス時は、CPUは読み取り動作を行うために仕事を行
う。このように、CPUが仕事を行う必要のある命令が
動作用命令となる。この従来のパワーマネジメントシス
テムは次のように動作する。即ち、アイドル用命令の発
生頻度が高い場合にはシステムがアイドル状態であると
判断し、CPU動作クロックを下げることで消費電力を
低減させる。また、動作用命令が実行されるとシステム
はアイドル状態ではなくなったと判断し、CPU動作ク
ロックを回復させる。
2. Description of the Related Art Japanese Patent Laying-Open No. 4-31230 describes an example of a conventional power management system. This conventional system consists of a hardware CPU
The CPU idle detection device is provided with a means for determining whether the instruction read from the memory by the CPU is an instruction for operation or an instruction for operation, and a means for measuring the frequency of occurrence of the instruction for idle. I have. This publication describes that the determination as to whether the instruction read from the memory is an idle instruction or an operation instruction is performed as follows. That is, the application issues a command of “INT16” to the BIOS (basic input / output subsystem) when detecting a key input, for example. Since the application cannot directly operate the hardware, it is required to notify the BIOS of the presence or absence of a key input, and if there is a key input, the data entered by that key is input. Not that BI
Get notified from OS. In such a case, “INT1
"6" becomes an instruction for idle. On the other hand, among the input / output devices, for example, when accessing a floppy (registered trademark) disk, the CPU performs work to perform a reading operation. In this way, an instruction that requires the CPU to perform a job is an operation instruction. This conventional power management system operates as follows. That is, when the frequency of occurrence of the idle instruction is high, it is determined that the system is in the idle state, and the power consumption is reduced by lowering the CPU operation clock. When the operation instruction is executed, the system determines that the system is not in the idle state, and recovers the CPU operation clock.

【0003】特開平7−295694号公報には、演算
処理装置の省電力方法の他の従来例が記載されている。
この方法では、アイドルタスクのNOP命令を省電力命
令に置き換えることにより省電力を実現している。特開
平8−76874号公報には、中央処理装置のクロック
制御装置および方法の他の例が記載されている。この方
法では、必要とする中央処理装置の性能情報をタスク毎
に設定しておき、この情報に基づいて中央処理装置の最
適クロック周波数を決定することにより省電力を実現し
ている。
Japanese Patent Application Laid-Open No. Hei 7-295694 describes another conventional example of a power saving method of an arithmetic processing unit.
In this method, power saving is realized by replacing the idle task NOP instruction with a power saving instruction. Japanese Patent Application Laid-Open No. 8-76874 discloses another example of a clock control device and method for a central processing unit. In this method, required performance information of the central processing unit is set for each task, and power saving is realized by determining an optimal clock frequency of the central processing unit based on this information.

【0004】[0004]

【発明が解決しようとする課題】特開平4−31123
0号の方式の問題点は、マルチタスクOSに対応してい
ないということである。その理由は、この方式では、プ
ログラムがアイドル状態にある時に発生する命令をハー
ドウエアからなるCPUアイドル検出装置により検出し
ているが、マルチタスクOSでは、あるプログラムがア
イドル状態になっていても、他のプログラムが動作して
いる場合があり、正しい判断ができないからである。さ
らに、マルチタスクOS環境下では、アイドル状態時に
は、大抵の場合、ジャンプ命令又はループ命令が実行さ
れているが、これらの命令はアイドル時以外でも頻繁に
利用されるので、それらを検出してもアイドルの判断に
は使用することができない。
Problems to be Solved by the Invention
The problem with the No. 0 system is that it does not support a multitask OS. The reason is that in this method, an instruction generated when the program is in an idle state is detected by a CPU idle detection device composed of hardware, but in a multitask OS, even if a certain program is in an idle state, This is because another program may be operating and a correct judgment cannot be made. Further, in the multitask OS environment, in the idle state, in most cases, a jump instruction or a loop instruction is executed. However, since these instructions are frequently used other than during the idle state, even if they are detected, It cannot be used to judge idols.

【0005】特開平7−295694号の省電力方法の
問題点は、プログラムの書き換えが必要であるというこ
とである。他社製のOSを使用する場合には、一般的に
はプログラムコードを書き換えて使用することは認めら
れないので、この方法を実現することは不可能ないし困
難である。特開平8−76874号のクロック制御方法
の問題点は、必要とする中央処理装置の性能情報をタス
ク毎に設定しておく必要があるということである。即
ち、タスク毎に必要性能を評価しなければならないの
で、大規模システムには採用可能であるが、どのような
アプリケーションが動作せられるのか予想することがで
きないパーソナルコンピュータやハンドヘルドコンピュ
ータのようなパーソナルユースのコンピュータには採用
することができない。
A problem with the power saving method disclosed in Japanese Patent Application Laid-Open No. 7-295694 is that it is necessary to rewrite a program. When using an OS made by another company, it is generally not allowed to rewrite and use the program code, so it is impossible or difficult to realize this method. A problem with the clock control method disclosed in Japanese Patent Application Laid-Open No. 8-76874 is that it is necessary to set necessary performance information of the central processing unit for each task. In other words, since the required performance must be evaluated for each task, it can be used for a large-scale system, but cannot be used for personal use such as personal computers and handheld computers where it is not possible to predict what applications will run. Computer can not be adopted.

【0006】そこで、本発明の目的は、マルチタスクO
S環境下でも使用することができ、CPUのアイドル状
態を的確に判断することが可能で、アプリケーションプ
ログラムに特別な作り込みを必要としないパワーマネジ
メントシステムを提供することにある。
Therefore, an object of the present invention is to provide a multi-task O
An object of the present invention is to provide a power management system that can be used even under the S environment, can accurately determine the idle state of the CPU, and does not require special application programs.

【0007】[0007]

【課題を解決するための手段】本発明は、マルチタスク
・オペレーティングシステム環境下においてCPUの消
費電力を節減するためのパワーマネジメントシステムを
提供するもので、このパワーマネジメントシステムは、
CPUからメモリーへの命令読み出し用アクセスがアイ
ドルタスク固有のメモリーアドレスに対してなされてい
るか否かを判断するための解析手段(アドレス解析回
路)と、前記アイドルタスク固有のアドレスに対する所
定時間内におけるアクセスの回数を計測するカウンタ手
段(カウンタ)と、前記カウンタ手段のカウントに基づ
いてCPUがビジー状態にあるかアイドル状態にあるか
を判断する手段(比較回路)と、前記判断手段の判断に
基づいてCPUのクロックを増減する手段(クロックア
ップ・ダウン指示回路)、とを備えていることを特徴と
する。
SUMMARY OF THE INVENTION The present invention provides a power management system for reducing the power consumption of a CPU in a multitask operating system environment.
Analysis means (address analysis circuit) for judging whether or not an instruction reading access from the CPU to the memory is made to a memory address unique to the idle task; and an access within a predetermined time to the address unique to the idle task. Means (counter) for counting the number of times, means (comparison circuit) for judging whether the CPU is busy or idle based on the count of the counter means, and Means for increasing or decreasing the clock of the CPU (clock up / down instruction circuit).

【0008】好ましい実施態様においては、解析手段
は、メモリーへのアクセスが命令読み出し用アクセスで
あるか否かをステータス信号に基づいて判断する。
[0008] In a preferred embodiment, the analyzing means determines whether or not the access to the memory is an instruction reading access based on the status signal.

【0009】[0009]

【発明の実施の形態】図1を参照するに、本発明のパワ
ーマネジメントシステムは、CPU1のアイドル状態を
検出するアイドル状態検出装置3と、クロックアップ指
示回路8とクロックダウン指示回路9を有する。アイド
ル状態検出装置3は、アドレス解析回路4とカウンタ5
とタイマ6とカウンタ比較回路7を有する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Referring to FIG. 1, a power management system according to the present invention includes an idle state detecting device 3 for detecting an idle state of a CPU 1, a clock up instruction circuit 8 and a clock down instruction circuit 9. The idle state detection device 3 includes an address analysis circuit 4 and a counter 5
And a timer 6 and a counter comparison circuit 7.

【0010】最初に各構成要素の機能を説明するに、ア
イドル状態検出装置3は、CPU1からメモリー2への
メモリーアクセスが命令の読み出しか否かを判断するこ
とを可能にするステータス信号を入手すると共に、CP
U1がアクセスしているメモリーのアドレスを表すアド
レス情報をデータバスから入手する。アイドル状態検出
装置3内では、アドレス解析回路4は、CPU1からメ
モリー2へのアクセスがアイドルタスク固有のメモリー
アドレスに対してなされているか否かを判断し、これに
該当する場合にはカウントアップ信号をカウンタ5に出
力する。アイドルタスク固有のメモリーアドレスは予め
ICEなどにより調査しておき、初期値としてROMな
どに格納しておくことができる。
First, the function of each component will be described. The idle state detection device 3 obtains a status signal that enables the CPU 1 to determine whether a memory access to the memory 2 is a read instruction. With CP
The address information indicating the address of the memory accessed by U1 is obtained from the data bus. In the idle state detecting device 3, the address analysis circuit 4 determines whether or not the access from the CPU 1 to the memory 2 is made to a memory address unique to an idle task. Is output to the counter 5. The memory address unique to the idle task can be checked in advance by ICE or the like, and stored in a ROM or the like as an initial value.

【0011】カウンタ5は、カウントアップ信号に応じ
てカウントを増進させ、カウンタリセット信号に応じて
カウントをゼロにする。また、カウンタ比較回路7から
の要求に応じてカウンタ値を通知する。タイマ6は、定
められた一定時間毎にタイムアウト信号を出力する。カ
ウンタ比較回路7は、タイムアウト信号を受信する毎に
カウンタ値を判断基準値Nと比較し、カウンタ値の方が
大きければビジー信号を送出し、大きくなければアイド
ル信号を送出する。また、カウンタリセット信号をカウ
ンタに送出する。クロックアップ指示回路8は、ビジー
信号に応じてCPU1にクロックアップ(高速モード)
信号を送出する。クロックダウン指示回路9は、アイド
ル信号に応じてCPU1にクロックダウン(省電力モー
ド)信号を送出する。
The counter 5 increases the count in response to a count-up signal and makes the count zero in response to a counter reset signal. Also, it notifies the counter value in response to a request from the counter comparison circuit 7. The timer 6 outputs a time-out signal every predetermined fixed time. Each time the time-out signal is received, the counter comparing circuit 7 compares the counter value with the criterion value N, and sends a busy signal if the counter value is larger, and sends an idle signal if it is not larger. Also, it sends a counter reset signal to the counter. The clock-up instruction circuit 8 clocks up the CPU 1 in response to the busy signal (high-speed mode).
Send a signal. The clock down instruction circuit 9 sends a clock down (power saving mode) signal to the CPU 1 in response to the idle signal.

【0012】次に、マルチタスクOS環境下におけるC
PUアイドル状態の検出原理について説明する。マルチ
タスクOSは複数存在するアプリケーションプログラム
やデバイスドライバを管理しているが、アプリケーショ
ンプログラムやデバイスドライバが一切動作していない
ときは、OSは優先順位の最も低いアイドルタスクを動
作させ、何らかのタスクが起動するまで動作させ続け
る。アイドルタスクではアイドルの処理が無限ループで
繰り返されるが、この繰り返し処理命令を格納したメモ
リー上のアドレスは通常固定(固有のアドレス)であ
る。従って、CPUからこれらのアイドルタスク固有の
メモリーアドレスへのメモリーアクセスの頻度が高いと
きには、アイドルタスクの動作頻度が高く、ひいてはC
PUはアイドル状態であると判断することができる。
Next, C under a multitask OS environment
The detection principle of the PU idle state will be described. The multitask OS manages a plurality of application programs and device drivers, but when no application programs or device drivers are running, the OS runs the idle task with the lowest priority and activates any task. Keep running until you do. In the idle task, the idle processing is repeated in an infinite loop, and the address on the memory storing the repetition processing instruction is usually fixed (unique address). Therefore, when the frequency of memory access from the CPU to these idle task-specific memory addresses is high, the operation frequency of the idle task is high, and
The PU can be determined to be in the idle state.

【0013】次に、図2および図3のフローチャートを
併せて参照しながら、このパワーマネジメントシステム
の動作を説明する。先ず、アドレス解析回路4は、CP
U1からのステータス信号に基づいて、メモリー2への
アクセスが命令読み出しのためのアクセスであるか否か
を判断すると共に、データバスのアドレス情報に基づい
て、命令読み出しのためにアクセス中のメモリーアドレ
スがアイドルタスク固有のものであるかを判断し、アイ
ドルタスク固有のアドレスであればカウンタ5にカウン
トアップ信号を送出する(図2(a))。カウンタ5は
アドレス解析回路4からのカウントアップ信号に応じて
カウンタ値を増進する(図2(b))。タイマ6は、予
め定められた一定時間毎にタイムアウト信号をカウンタ
比較回路7に送出する。
Next, the operation of the power management system will be described with reference to the flowcharts of FIGS. First, the address analysis circuit 4 determines whether the CP
Based on the status signal from U1, it is determined whether or not the access to the memory 2 is an access for reading the instruction. Based on the address information of the data bus, the memory address being accessed for reading the instruction is determined. Is unique to the idle task, and if the address is unique to the idle task, a count-up signal is sent to the counter 5 (FIG. 2A). The counter 5 increases the counter value in response to the count-up signal from the address analysis circuit 4 (FIG. 2B). The timer 6 sends a time-out signal to the counter comparison circuit 7 every predetermined time.

【0014】カウンタ比較回路7は、タイムアウト信号
受信毎に、カウンタ5のカウンタ値を読み、この値を判
断準値Nと比較し、カウンタの方が大きければ、アイド
ル信号を送出し、小さければビジー信号を送出する(図
3(a))。その後、カウンタリセット信号をカウンタ
に送出する。
Each time the timeout signal is received, the counter comparing circuit 7 reads the counter value of the counter 5 and compares this value with the criterion value N. If the counter is larger, it sends an idle signal. A signal is transmitted (FIG. 3A). Thereafter, a counter reset signal is sent to the counter.

【0015】カウンタ5は、カウンタリセット信号を受
けると、カウンタをゼロにリセットする(図2
(c))。タイマを用いたこのリセット処理により、正
しいアイドル状態の検出を行うことができる。即ち、カ
ウンタ5をいつまでも動作させていると何時かはカウン
タ値が「N」となり、誤ったアイドル状態の検出を行っ
てしまうが、タイマ6で計測する一定時間内のみのアイ
ドル状態をカウントすることにより、このような問題を
避けることができる。
When receiving a counter reset signal, the counter 5 resets the counter to zero (FIG. 2).
(C)). This reset processing using the timer enables correct idle state detection. In other words, if the counter 5 is operated forever, the counter value becomes "N" sometime and an erroneous idle state is detected. However, the idle state is counted only within a certain time measured by the timer 6. Thus, such a problem can be avoided.

【0016】クロックアップ指示回路8は、カウンタ比
較回路7からビジー信号を受け取ると、CPUのモード
を判断し、省電力モードで動作中であればクロックアッ
プ信号をCPU1に送出し、CPUを高速モードに遷移
させる(図3(b))。他方、クロックダウン指示回路
9は、カウンタ比較回路7からのアイドル信号を受ける
と、CPUのモードを判断し、高速モードで動作中であ
れば、クロックダウン信号をCPU1に送出し、CPU
を省電力モードに遷移させる(図3(c))。このよう
にして、メモリーへの命令読み出しのためのアクセスが
アイドルタスク固有のメモリーアドレスに対してなされ
ているか否かに基づいてアイドル状態が判断され、アイ
ドル状態時にはCPUの動作クロックを低下させ、消費
電力を節減する。或いは、更に、表示装置等の周辺デバ
イスへの電源供給を停止させることもできる。
When receiving a busy signal from the counter comparing circuit 7, the clock-up instructing circuit 8 determines the mode of the CPU. (FIG. 3B). On the other hand, when the clock down instruction circuit 9 receives the idle signal from the counter comparison circuit 7, it determines the mode of the CPU. If the clock down instruction circuit 9 is operating in the high-speed mode, it sends a clock down signal to the CPU 1, and
To the power saving mode (FIG. 3C). In this manner, the idle state is determined based on whether or not access for reading an instruction to the memory is made to a memory address unique to the idle task. Save power. Alternatively, the power supply to peripheral devices such as a display device can be stopped.

【0017】[0017]

【発明の効果】本発明の第1の効果は、マルチタスクO
S環境下において、アイドル状態を的確に判断できると
いうことである。その理由は、アイドル状態の判断は、
アイドルタスク固有のメモリーアドレスへのアクセスの
頻度に基づいてなされるからである。本発明の第2の効
果は、マルチタスクOSでも利用できることである。そ
の理由は、マルチタスクOSのアイドル処理を検出する
からである。本発明の第3の効果は、OSやアプリケー
ションプログラムに特別な作り込みを必要としないとい
うことである。その理由は、パワー制御をハードウエア
だけで行っているからである。
The first effect of the present invention is that the multitask O
This means that the idle state can be accurately determined under the S environment. The reason is that the judgment of idle state is
This is because it is performed based on the frequency of access to the memory address unique to the idle task. The second effect of the present invention is that it can be used even with a multitask OS. The reason is that idle processing of the multitask OS is detected. A third effect of the present invention is that special construction is not required for an OS or an application program. The reason is that power control is performed only by hardware.

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

【図1】本発明のパワーマネジメントシステムのブロッ
ク図である。
FIG. 1 is a block diagram of a power management system according to the present invention.

【図2】図1に示したパワーマネジメントシステムの動
作を示すフローチャートである。
FIG. 2 is a flowchart showing an operation of the power management system shown in FIG.

【図3】図1に示したパワーマネジメントシステムの動
作を示すフローチャートである。
FIG. 3 is a flowchart showing an operation of the power management system shown in FIG.

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

1: 中央演算処理装置(CPU) 2: メモリー 4: 解析手段(アドレス解析回路) 5: カウンタ 7: アイドル状態判断手段(比較回路) 8/9: クロック制御手段 1: Central processing unit (CPU) 2: Memory 4: Analysis means (address analysis circuit) 5: Counter 7: Idle state determination means (comparison circuit) 8/9: Clock control means

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B011 EA01 EA02 KK03 LL13 LL15 5B033 AA05 BC01 5B079 BA01 BB10 BC01 BC07 5B098 FF03 GA04  ──────────────────────────────────────────────────続 き Continued on the front page F term (reference) 5B011 EA01 EA02 KK03 LL13 LL15 5B033 AA05 BC01 5B079 BA01 BB10 BC01 BC07 5B098 FF03 GA04

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 マルチタスク・オペレーティングシステ
ム環境下においてコンピュータの中央演算処理装置の消
費電力を節減するためのパワーマネジメントシステムで
あって:中央演算処理装置からメモリーへの命令読み出
し用アクセスがアイドルタスク固有のメモリーアドレス
に対してなされているか否かを判断するための解析手段
と、 前記アイドルタスク固有のアドレスに対する所定時間内
におけるアクセスの回数を計測するカウンタ手段と、 前記カウンタ手段のカウントに基づいて中央演算処理装
置がビジー状態にあるかアイドル状態にあるかを判断す
る手段と、 前記判断手段の判断に基づいて中央演算処理装置の動作
クロックを制御する手段、とを備えていることを特徴と
するパワーマネジメントシステム。
1. A power management system for saving power consumption of a central processing unit of a computer in a multitasking operating system environment, wherein access for reading instructions from the central processing unit to a memory is specific to an idle task. Analysis means for determining whether or not the memory address of the idle task has been accessed; counter means for measuring the number of accesses to the address specific to the idle task within a predetermined time; Means for determining whether the arithmetic processing unit is busy or idle, and means for controlling the operation clock of the central processing unit based on the determination by the determining unit. Power management system.
【請求項2】 前記解析手段は、メモリーへのアクセス
が命令読み出し用アクセスであるか否かをステータス信
号に基づいて判断することを特徴とする請求項1に基づ
くパワーマネジメントシステム。
2. The power management system according to claim 1, wherein the analysis unit determines whether the access to the memory is an instruction reading access based on a status signal.
JP28787199A 1999-10-08 1999-10-08 Power management system Pending JP2001109538A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP28787199A JP2001109538A (en) 1999-10-08 1999-10-08 Power management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP28787199A JP2001109538A (en) 1999-10-08 1999-10-08 Power management system

Publications (1)

Publication Number Publication Date
JP2001109538A true JP2001109538A (en) 2001-04-20

Family

ID=17722832

Family Applications (1)

Application Number Title Priority Date Filing Date
JP28787199A Pending JP2001109538A (en) 1999-10-08 1999-10-08 Power management system

Country Status (1)

Country Link
JP (1) JP2001109538A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7386853B2 (en) 2001-07-12 2008-06-10 Denso Corporation Multitasking operating system capable of reducing power consumption and vehicle electronic control unit using same
JP2008544736A (en) * 2005-06-16 2008-12-04 インテル コーポレイション Reducing computational system power through idle synchronization
JP2014505294A (en) * 2011-01-10 2014-02-27 インターナショナル・ビジネス・マシーンズ・コーポレーション Activity recording system for concurrent software environments
JP2014112376A (en) * 2004-01-30 2014-06-19 Semiconductor Energy Lab Co Ltd Semiconductor device
US9471458B2 (en) 2012-01-05 2016-10-18 International Business Machines Corporation Synchronization activity recording system for a concurrent software environment

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7386853B2 (en) 2001-07-12 2008-06-10 Denso Corporation Multitasking operating system capable of reducing power consumption and vehicle electronic control unit using same
JP2014112376A (en) * 2004-01-30 2014-06-19 Semiconductor Energy Lab Co Ltd Semiconductor device
JP2008544736A (en) * 2005-06-16 2008-12-04 インテル コーポレイション Reducing computational system power through idle synchronization
JP4660591B2 (en) * 2005-06-16 2011-03-30 インテル コーポレイション Reducing computational system power through idle synchronization
JP2014505294A (en) * 2011-01-10 2014-02-27 インターナショナル・ビジネス・マシーンズ・コーポレーション Activity recording system for concurrent software environments
US9600348B2 (en) 2011-01-10 2017-03-21 International Business Machines Corporation Recording activity of software threads in a concurrent software environment
US9471458B2 (en) 2012-01-05 2016-10-18 International Business Machines Corporation Synchronization activity recording system for a concurrent software environment

Similar Documents

Publication Publication Date Title
US6016548A (en) Apparatus for controlling duty ratio of power saving of CPU
US5355501A (en) Idle detection system
US7036030B1 (en) Computer system and method of using temperature measurement readings to detect user activity and to adjust processor performance
US7185211B2 (en) Power management in computing applications
CN101105711B (en) System and method for distributing processing function between main processor and assistant processor
US20180074568A1 (en) Method and apparatus for dynamic clock and voltage scaling in a computer processor based on program phase
JP3406594B2 (en) Computer power management system
US6795927B1 (en) Power state resynchronization
US5737615A (en) Microprocessor power control in a multiprocessor computer system
US6854064B2 (en) ACPI complaint computer system and overtemperature protection method therefor
US6802015B2 (en) Method for accelerating the speed of a CPU using a system command having an operation not associated with changing the speed of the CPU
US6343363B1 (en) Method of invoking a low power mode in a computer system using a halt instruction
KR100480415B1 (en) How to check CD-ROM drive's operation status
US20070088933A1 (en) Interface between subsystems in a digital processing device
US20070143514A1 (en) Mechanism for processor power state aware distribution of lowest priority interrupts
Chen et al. Fine-grained power management using process-level profiling
US5539901A (en) Method and apparatus for system management mode support for in-circuit emulators
EP2972826B1 (en) Multi-core binary translation task processing
US20070113114A1 (en) Method and device for adjusting power-saving strategy
US20020099893A1 (en) System and method for the handling of system management interrupts in a multiprocessor computer system
US5708816A (en) Method and apparatus for interrupt management for low power PDA
US20030135534A1 (en) Method and apparatus for generating SMI from ACPI ASL control code to execute complex tasks
JPH03123919A (en) Computer system
JP2001109538A (en) Power management system
US6321289B1 (en) Apparatus for automatically notifying operating system level applications of the occurrence of system management events