include vmm.inc
VMMCall Get_Time_Slice_Info
mov [Scheduled], eax
mov [Current], ebx
mov [Idle], ecx
Retrieves the number of virtual machines currently scheduled by the time slicer, and the number of virtual machines that are idle. This service can be called at interrupt time. Uses EAX, EBX, ECX, and Flags.
EAX | Number of virtual machines scheduled |
EBX | Handle of the currently scheduled virtual machine |
ECX | Number of scheduled virtual machines currently idle |
Get_Time_Slice_Granularity