VirtualBox

Changeset 87493 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jan 30, 2021 1:57:34 AM (4 years ago)
Author:
vboxsync
Message:

VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r87487 r87493  
    63526352        else
    63536353        {
    6354             PDISCPUSTATE pDis = &pVCpu->hm.s.DisState;
     6354            PDISCPUSTATE pDis = &pVCpu->hmr0.s.svm.DisState;
    63556355            int rc = EMInterpretDisasCurrent(pVCpu->CTX_SUFF(pVM), pVCpu, pDis, &cbInstr);
    63566356            if (   rc == VINF_SUCCESS
     
    70507050        else
    70517051        {
    7052             PDISCPUSTATE pDis = &pVCpu->hm.s.DisState;
     7052            PDISCPUSTATE pDis = &pVCpu->hmr0.s.svm.DisState;
    70537053            int rc = EMInterpretDisasCurrent(pVCpu->CTX_SUFF(pVM), pVCpu, pDis, &cbInstr);
    70547054            if (   rc == VINF_SUCCESS
     
    70947094    else
    70957095    {
    7096         PDISCPUSTATE pDis = &pVCpu->hm.s.DisState;
     7096        PDISCPUSTATE pDis = &pVCpu->hmr0.s.svm.DisState;
    70977097        int rc = EMInterpretDisasCurrent(pVCpu->CTX_SUFF(pVM), pVCpu, pDis, &cbInstr);
    70987098        if (   rc == VINF_SUCCESS
     
    74077407    if (!(pCtx->cr0 & X86_CR0_NE))
    74087408    {
    7409         PVMCC       pVM  = pVCpu->CTX_SUFF(pVM);
    7410         PDISSTATE pDis = &pVCpu->hm.s.DisState;
     7409        PVMCC     pVM  = pVCpu->CTX_SUFF(pVM);
     7410        PDISSTATE pDis = &pVCpu->hmr0.s.svm.DisState;
    74117411        unsigned  cbInstr;
    74127412        int rc = EMInterpretDisasCurrent(pVM, pVCpu, pDis, &cbInstr);
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