我需要在 Linux 内核中对 Virtual Legacy Wire 进行一些特殊设置吗?

发布于 2024-12-17 04:24:20 字数 193 浏览 0 评论 0原文

在我的x86主板中,我将一些特殊的中断源(包括NMI)连接到南桥芯片。在芯片的数据表中,它说这些中断是通过虚拟传统线(VLW)发送到CPU的。我不太了解VLW,也不知道它对于软件开发者是否透明。 目前我无法捕获Linux内核中的中断。所以我的问题是我需要在内核中对 VLW 进行一些特殊设置吗?在我之前的硬件和代码中,我使用 IOAPIC 来处理类似的中断,并且效果很好。

In my x86 main board, I connect some special interrupt sources (including NMI) to the south bridge chip. In the datasheet of the chip, it says that these interrupts are sent to CPU via virtual legacy wire (VLW). I don't know VLW well, and I don't know whether it is transparent for software developers.
Currently I can't capture the interrupts in Linux kernel. So my question is that do I need to do some special settings for VLW in kernel? In my previous hardware and code, I used IOAPIC to handle the similar interrupts and it worked well.

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

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

发布评论

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

评论(1

韬韬不绝 2024-12-24 04:24:20

它对操作系统是透明的,不需要特殊处理。

It is transparent to OS and requires no special handling.

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