◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── include vmm.inc VMMcall Begin_Reentrant_Execution mov [Count], ecx ; reentrancy count The Begin_Reentrant_Execution service starts reentrant execution. Virtual devices use this service when hooking VMM faults (reentrant processor exceptions) so that they may call nonasynchronous VMM or virtual device services or execute a virtual machine. Most virtual devices have no reason to use this service. Do not use this service to avoid scheduling events on hardware interrupts. This service has no parameters. Return Value The ECX register contains the old reentrancy count. This count must be passed to the End_Reentrant_Execution service. Uses ECX, Flags See Also End_Reentrant_Execution ♦