VirtualBox

Ignore:
Timestamp:
Jul 1, 2012 2:16:40 PM (12 years ago)
Author:
vboxsync
Message:

VMM: Switcher and TRPM fixes wrt hypervisor traps and tstVMM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/VMMSwitcher.h

    r41933 r41976  
    9898    /** Size of the entire code chunk. */
    9999    uint32_t    cbCode;
    100     /** vmmR0HostToGuest C entrypoint. */
    101     uint32_t    offR0HostToGuest;
    102     /** vmmGCGuestToHost C entrypoint. */
    103     uint32_t    offGCGuestToHost;
    104     /** vmmGCCallTrampoline address. */
    105     uint32_t    offGCCallTrampoline;
    106     /** vmmGCGuestToHostAsm assembly entrypoint. */
    107     uint32_t    offGCGuestToHostAsm;
     100    /** vmmR0ToRawMode C entrypoint. */
     101    uint32_t    offR0ToRawMode;
     102    /** vmmRCToHost C entrypoint. */
     103    uint32_t    offRCToHost;
     104    /** vmmRCCallTrampoline address. */
     105    uint32_t    offRCCallTrampoline;
     106    /** vmmRCToHostAsm - Assembly language entry point for switching from raw-mode
     107     *  context to host-context.  This saves the RC register context.  */
     108    uint32_t    offRCToHostAsm;
     109    /** vmmRCToHostNoReturn - Assembly language entry point for switching from
     110     *  raw-mode context to host-context.  This does not save any RC register
     111     *  context and expects the caller to have done that already. */
     112    uint32_t    offRCToHostAsmNoReturn;
    108113    /** @name Disassembly Regions.
    109114     * @{ */
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