Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C では、システム コールは で呼び出されasm("int $0x80")ます。request_irqで登録したIRQをソフトウェアから直接呼び出すことはできますか? どのように?
asm("int $0x80")
request_irq
PS: apic->send_IPI_self は有望に見えます。まだテストしていません。
ユーザーソフトウェアから言えば、ノーと言えます。あなたが話していたソフトウェアがカーネル モードの場合、割り込みプロセッサを呼び出す可能性が高いと思います。