VirtualBox

Changeset 91975 in vbox for trunk/src


Ignore:
Timestamp:
Oct 21, 2021 5:07:40 PM (3 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10092 Added CPUMGetGuestVmxEptPtr. This can be optimized later by making PGM have its own copy of it.

File:
1 edited

Legend:

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

    r91951 r91975  
    30453045}
    30463046
     3047
     3048/**
     3049 * Returns the EPT pointer of the nested-guest.
     3050 *
     3051 * @returns The EPT pointer.
     3052 * @param   pVCpu   The cross context virtual CPU structure.
     3053 */
     3054VMM_INT_DECL(uint64_t) CPUMGetGuestVmxEptPtr(PCVMCPUCC pVCpu)
     3055{
     3056    return CPUMGetGuestVmxEptPtrEx(&pVCpu->cpum.s.Guest);
     3057}
     3058
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