VirtualBox

Changeset 91985 in vbox for trunk/include


Ignore:
Timestamp:
Oct 22, 2021 3:21:02 AM (3 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10092 Removed CPUMGetGuestVmxEptPtr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpum.h

    r91975 r91985  
    15971597VMM_INT_DECL(uint32_t)  CPUMGetVmxMsrPermission(void const *pvMsrBitmap, uint32_t idMsr);
    15981598VMM_INT_DECL(bool)      CPUMIsGuestVmxEptPagingEnabled(PCVMCPUCC pVCpu);
    1599 VMM_INT_DECL(uint64_t)  CPUMGetGuestVmxEptPtr(PCVMCPUCC pVCpu);
    16001599/** @} */
    16011600
     
    25612560    return RT_BOOL(pCtx->eflags.u & X86_EFL_IF);
    25622561#endif
    2563 }
    2564 
    2565 /**
    2566  * Returns the EPT pointer of the nested-guest.
    2567  *
    2568  * @returns The EPT pointer.
    2569  * @param   pCtx    Current CPU context.
    2570  */
    2571 DECLINLINE(uint64_t) CPUMGetGuestVmxEptPtrEx(PCCPUMCTX pCtx)
    2572 {
    2573     Assert(CPUMIsGuestInVmxNonRootMode(pCtx));
    2574     return pCtx->hwvirt.vmx.Vmcs.u64EptPtr.u;
    25752562}
    25762563
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