VirtualBox

Changeset 91951 in vbox for trunk/src


Ignore:
Timestamp:
Oct 21, 2021 1:55:49 PM (3 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10092 Added CPUMIsGuestVmxEptPagingEnabledEx for inline'd access from IEM.

File:
1 edited

Legend:

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

    r91710 r91951  
    30423042VMM_INT_DECL(bool) CPUMIsGuestVmxEptPagingEnabled(PCVMCPUCC pVCpu)
    30433043{
    3044     return    CPUMIsGuestInVmxNonRootMode(&pVCpu->cpum.s.Guest)
    3045            && CPUMIsGuestVmxProcCtls2Set(&pVCpu->cpum.s.Guest, VMX_PROC_CTLS2_EPT);
    3046 }
    3047 
     3044    return CPUMIsGuestVmxEptPagingEnabledEx(&pVCpu->cpum.s.Guest);
     3045}
     3046
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