search for: kegetcurrentprocessornumber

Displaying 2 results from an estimated 2 matches for "kegetcurrentprocessornumber".

2008 Jan 23
0
KeGetCurrentProcessorNumber returning 256 under windows x64
Under windows 2003 x64, a call to KeGetCurrentProcessorNumber is returning 256 in the ISR for my GPL PV drivers... Xen''s MAX_VIRT_CPUS is defined as 32 under this architecture, so when I go to look up the per cpu data for that interrupt, we crash and burn. I''m going to mask it with 31 for now (I''m just testing under UP), but this d...
2020 Jun 05
0
Wine release 5.10
...ntoskrnl.exe: Add KeSetSystemAffinityThreadEx() function. ntoskrnl.exe: Implement KeSetSystemAffinityThread() function. ntoskrnl.exe: Implement KeRevertToUserAffinityThreadEx() function. ntoskrnl.exe: Implement KeRevertToUserAffinityThread() function. ntoskrnl.exe: Import KeGetCurrentProcessorNumber() function. ntoskrnl.exe: Add KeSignalCallDpcDone() function. ntoskrnl.exe: Add KeGenericCallDpc() function. ntoskrnl.exe: Add KeSignalCallDpcSynchronize() function. ntoskrnl.exe/tests: Add basic test for DPC call. wined3d: Use a single wined3d_texture_is_full_rect() f...