acpi_pm linux 时钟源有什么用,什么硬件实现它?

发布于 2024-12-13 06:50:30 字数 300 浏览 1 评论 0原文

我的 Linux 机器中的文件 /sys/devices/system/clocksource/clocksource0/available_clocksource 列出了以下时钟源:

tsc hpet acpi_pm

我知道 tsc 是处理器中的时间戳计数器寄存器。 我知道 hpet 是高精度事件计时器。

我不知道 acpi_pm 是什么以及什么硬件实现它?这是 PIT(可编程间隔定时器)吗?

The file /sys/devices/system/clocksource/clocksource0/available_clocksource in my Linux box lists the following clock sources:

tsc hpet acpi_pm

I know that tsc is the Timestamp Counter Register in the Processer.
I know the hpet is the High Precision event timer.

I do not know what the acpi_pm is and what hardware implements it? Is this the PIT (programmable interval timer)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苏佲洛 2024-12-20 06:50:30

这就是 ACPI 电源管理计时器。

ACPI 电源管理计时器(或 ACPI PMT)是几乎所有基于 ACPI 的主板中包含的另一种时钟设备。其时钟信号的固定频率约为 3.58 MHz。该设备实际上是一个在每个时钟周期增加的简单计数器

(来自了解Linux内核

That's ACPI power management timer.

The ACPI Power Management Timer (or ACPI PMT) is yet another clock device included in almost all ACPI-based motherboards. Its clock signal has a fixed frequency of roughly 3.58 MHz. The device is actually a simple counter increased at each clock tick

(from Understanding the Linux Kernel)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文