include vmm.inc
VMMCall _GetV86PageableArray, <VM, <OFFSET32 ArrayBuf>, flags>
or eax, eax ; nonzero if array retrieved, zero if error
jz error
Returns a copy of the bit array of pages whose behavior has been modified using the _SetResetV86Pageable service. Virtual devices use this service to determine whether regions in the V86 address space in a virtual machine have had the normal lock and unlock behavior modified. Uses EAX, ECX, EDX, and Flags.
All bits in the returned bit array are zero if the VMStat_PageableV86 value is not given in the CB_VM_Status field of the control block for the virtual machine.
_SetResetV86Pageable