windows - The IRQL is Core specific, or logical core specific? - Stack Overflow

admin2025-04-18  5

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?

转载请注明原文地址:http://www.anycun.com/QandA/1744966597a90148.html