VirtualBox

Ignore:
Timestamp:
Sep 14, 2007 5:53:56 PM (17 years ago)
Author:
vboxsync
Message:

Split VMMR0Entry into VMMR0EntryInt, VMMR0EntryFast and VMMr0EntryEx. This will prevent the SUPCallVMMR0Ex path from causing harm and messing up the paths that has to be optimized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDRVIOC.h

    r4806 r4811  
    388388                    /** The module handle (i.e. address). */
    389389                    RTR0PTR         pvVMMR0;
    390                     /** Address of VMMR0Entry function. */
    391                     RTR0PTR         pvVMMR0Entry;
     390                    /** Address of VMMR0EntryInt function. */
     391                    RTR0PTR         pvVMMR0EntryInt;
     392                    /** Address of VMMR0EntryFast function. */
     393                    RTR0PTR         pvVMMR0EntryFast;
     394                    /** Address of VMMR0EntryEx function. */
     395                    RTR0PTR         pvVMMR0EntryEx;
    392396                } VMMR0;
    393397            }               EP;
     
    496500#endif
    497501            /** Argument to use when no request packet is supplied. */
    498             RTR0UINTPTR     uArg;
     502            uint64_t        u64Arg;
    499503        } In;
    500504    } u;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette