irql meaning in English
访问可分页内存时使用的进程内部请求级别
内核模式中存在以太高的进程内部
Examples
- Finally , as irql rises , fewer and fewer kernel - mode support routines are available for your use
最后,当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等级中读取。 - ) to lower irql below whatever it was when a system routine called your driver , even if you raise it back before returning
,无论一个系统程序在什么时候调用你的驱动,即使你在程序之前把它提升回来。 - An activity on a given cpu can be interrupted only by an activity that ? executes at a higher irql
我刚刚说的是非常重要的,作为一个原则铭记的:一个给定cpu上的一个活动只能由一个在较高irql执行的活动来打断。 - You ' ll learn the details about interrupt request level ( irql ) and about various synchronization primitives that the operating system offers for your use
你将学习到有关终端请求级别的细节( irql )以及操作系统为你的使用提供的各种基本同步。