Also known as IRQL
An Interrupt Request Level (IRQL) is a hardware-independent means with which Windows prioritizes interrupts that come from the system's processors. On processor architectures on which Windows runs, hardware generates signals that are sent to an interrupt controller. The interrupt controller sends an interrupt request (or IRQ) to the CPU with a certain priority level, and the CPU sets a mask that causes any other interrupts with a lower priority to be put into a pending state, until the CPU releases control back to the interrupt controller. If a signal comes in at a higher priority, then the cu
Interrupt Request Level (IRQL) とは、コンピュータハードウェアによるすべての割り込み要求に与えられる優先度のことである。たとえばもしハードディスクドライブが割り込み要求を発生させ、USBプリンタといったほかのデバイスも割り込み要求を発生させると、2つの割り込みは同時に処理することができない。IRQLはどの割り込みをはじめに処理するかを決めるのに使われる。この例でいえば、ハードディスクドライブの割り込みはプリンタよりも高い優先度を必要とする。 IRQLの優先度を高くする基準はオペレーティングシステムにより決定され、重要なデバイスに高い優先度を割り当てる。たとえば、ゲームパッドとハードディスクドライブが同時に割り込み要求を発生させると、ハードディスクドライブはオペレーティングシステムやアプリケーションソフトウェアに必要な情報を含んでいるので、オペレーティングシステムはハードディスクドライブにより高い優先度を割り当てる。もしもハードディスクドライブの要求が遅れてしまえば、多くのアプリケーションソフトウェアやオペレーティングシステムの動作が遅くなってしまう。
Abstract from DBpedia / Wikipedia · CC BY-SA
Discovered by embedding cosine similarity (sentence-transformers MiniLM, 384-dim).