I am reading about windows kernel development and in the IRQL section the word "processor" it is used. I cannot determine if the IRQL is specific for the whole core or for the logical core aka "thread".I know that each logical core has its own register set.So when a driver code uses the KeRaiseIrql() to raise the IRQL, the code that running on the other logical core(modern cpus often have 2 logical core per core), stops running?
windows - The IRQL is Core specific, or logical core specific? - Stack Overflow
评论列表(0)
- 暂无评论