VirtualBox

Ignore:
Timestamp:
Nov 12, 2021 9:49:06 PM (3 years ago)
Author:
vboxsync
Message:

VMM: Reworked most of the call-ring-3 stuff into setjmp-longjmp-on-assert and removed the stack switching/copying/resume code. bugref:10093 bugref:10124

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/VMMAll.cpp

    r90598 r92408  
    269269
    270270/**
    271  * Checks whether we're in a ring-3 call or not.
    272  *
    273  * @returns true / false.
    274  * @param   pVCpu   The cross context virtual CPU structure of the calling EMT.
    275  * @thread  EMT
    276  */
    277 VMM_INT_DECL(bool) VMMIsInRing3Call(PVMCPU pVCpu)
    278 {
    279 #ifdef RT_ARCH_X86
    280     return pVCpu->vmm.s.CallRing3JmpBufR0.fInRing3Call;
    281 #else
    282     return pVCpu->vmm.s.CallRing3JmpBufR0.fInRing3Call;
    283 #endif
    284 }
    285 
    286 
    287 /**
    288271 * Returns the build type for matching components.
    289272 *
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