IRQL
常见例句
- You can lower the IRQL in steps if you want to.
如果你想的话,你可以降低步骤中的IRQL。 - Thread priority is a very different concept from IRQL.
线程优先级是一个与IRQL非常不同的概念。 - Allocations from the PagedPool must occur at an IRQL less than DISPATCH_LEVEL.
从页池的分配必须发生在比DISPATCH_LEVEL小的IRQL上。 - After raising the IRQL, you should eventually restore it to the original value.
提高IRQL之后,你最终应该把它存储成最初的值。 - Allocations from the NonPagedPool must occur at an IRQL less than or equal to DISPATCH_LEVEL.
从非页池的分配必须发生在一个小于或等于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.
另外一个原因是映射内存到未分页的页面中,以便于驱动也能够在被提升的IRQL等级中读取。 返回 IRQL