常見例句You can lower the IRQL in steps if you want to. 如果你想的話,你可以降低步驟中的IRQL。Thread priority is a very different concept from IRQL. 線程優(yōu)先級(jí)是一個(gè)與IRQL非常不同的概念。Allocations from the PagedPool must occur at an IRQL less than DISPATCH_LEVEL. 從頁(yè)池的分配必須發(fā)生在比DISPATCH_LEVEL小的IRQL上。After raising the IRQL, you should eventually restore it to the original value. 提高IRQL之后,你最終應(yīng)該把它存儲(chǔ)成最初的值。Allocations from the NonPagedPool must occur at an IRQL less than or equal to DISPATCH_LEVEL. 從非頁(yè)池的分配必須發(fā)生在一個(gè)小于或等于DISPATCH_LEVEL上的IRQL。The other reason would be to map the memory to be non-paged so the driver can also read it at raised IRQL levels. 另外一個(gè)原因是映射內(nèi)存到未分頁(yè)的頁(yè)面中,以便于驅(qū)動(dòng)也能夠在被提升的IRQL等級(jí)中讀取。 返回 IRQL