include vmm.inc
Push_Client_State
Push_Client_State USES_ESI
Copies the client state to the protected-mode stack.
This macro reserves space on the stack for the client registers.
A virtual device must use the Pop_Client_State macro to restore the client registers, and free the reserve stack space.
Pop_Client_State