Evaluating SMI (System Management Interrupt) latency on Linux-CentOS/Intel machine

后端 未结 5 1421
别那么骄傲
别那么骄傲 2020-12-30 13:08

I am interested in evaluating the behavior (latency, frequency) of SMI handling on Linux machine running CentOS and used for a (very) soft real time application.

    <
5条回答
  •  一生所求
    2020-12-30 13:35

    Actually, SMI is used for more than just keyboard emulation. Servers use SMI to report and correct ECC memory errors, ACPI uses SMI to communicate with BIOS and perform some tasks, even enabling and disabling ACPI is done through SMI, BIOS often intercepts power state changes through SMI... there's more, this is just a few examples.

提交回复
热议问题