Sweden-Number/dlls/ntoskrnl.exe
Paul Gofman 6ceb6c7f47 ntoskrnl.exe: Return zero for unknown msr registers.
rdmsr should fault if called with the register not supported
by CPU. But until we want to support the full range of CPU
specific registers returning zero is probably a better
fallback.

Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-05-25 21:17:13 +02:00
..
tests ntoskrnl.exe: Add KeQueryActiveProcessorCountEx() function. 2020-05-25 20:20:02 +02:00
Makefile.in ntoskrnl.exe: Move the BroadcastSystemMessage() call to plugplay_send_event(). 2020-05-06 10:49:18 +02:00
instr.c ntoskrnl.exe: Return zero for unknown msr registers. 2020-05-25 21:17:13 +02:00
ntoskrnl.c ntoskrnl.exe: Add KeQueryActiveProcessorCountEx() function. 2020-05-25 20:20:02 +02:00
ntoskrnl.exe.spec ntoskrnl.exe: Add KeQueryActiveProcessorCountEx() function. 2020-05-25 20:20:02 +02:00
ntoskrnl.rc
ntoskrnl_private.h ntoskrnl.exe: Implement IoIs32bitProcess(). 2020-05-04 12:39:09 +02:00
plugplay.idl ntoskrnl.exe: Broadcast device notifications to registered handlers. 2020-05-06 10:48:06 +02:00
pnp.c ntoskrnl.exe: Move the BroadcastSystemMessage() call to plugplay_send_event(). 2020-05-06 10:49:18 +02:00
sync.c ntoskrnl.exe: Remove a superfluous condition. 2019-11-29 08:26:30 +01:00