VirtualBox

Changeset 19075 in vbox for trunk/src/VBox/VMM/PATM


Ignore:
Timestamp:
Apr 21, 2009 1:11:03 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46213
Message:

CPUMGetGuestCpuIdStdRCPtr -> R3

Location:
trunk/src/VBox/VMM/PATM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/PATMPatch.cpp

    r18927 r19075  
    236236                case PATM_CPUID_STD_PTR:
    237237                    /* @todo dirty hack when correcting this fixup (state restore) */
    238                     dest = CPUMGetGuestCpuIdStdRCPtr(pVM);
     238                    dest = CPUMR3GetGuestCpuIdStdRCPtr(pVM);
    239239                    break;
    240240
    241241                case PATM_CPUID_EXT_PTR:
    242242                    /* @todo dirty hack when correcting this fixup (state restore) */
    243                     dest = CPUMGetGuestCpuIdExtRCPtr(pVM);
     243                    dest = CPUMR3GetGuestCpuIdExtRCPtr(pVM);
    244244                    break;
    245245
    246246                case PATM_CPUID_CENTAUR_PTR:
    247247                    /* @todo dirty hack when correcting this fixup (state restore) */
    248                     dest = CPUMGetGuestCpuIdCentaurRCPtr(pVM);
     248                    dest = CPUMR3GetGuestCpuIdCentaurRCPtr(pVM);
    249249                    break;
    250250
    251251                case PATM_CPUID_DEF_PTR:
    252252                    /* @todo dirty hack when correcting this fixup (state restore) */
    253                     dest = CPUMGetGuestCpuIdDefRCPtr(pVM);
     253                    dest = CPUMR3GetGuestCpuIdDefRCPtr(pVM);
    254254                    break;
    255255
  • trunk/src/VBox/VMM/PATM/PATMSSM.cpp

    r18927 r19075  
    893893            {
    894894            case 0:
    895                 *pFixup = CPUMGetGuestCpuIdDefRCPtr(pVM);
     895                *pFixup = CPUMR3GetGuestCpuIdDefRCPtr(pVM);
    896896                break;
    897897            case 1:
    898                 *pFixup = CPUMGetGuestCpuIdStdRCPtr(pVM);
     898                *pFixup = CPUMR3GetGuestCpuIdStdRCPtr(pVM);
    899899                break;
    900900            case 2:
    901                 *pFixup = CPUMGetGuestCpuIdExtRCPtr(pVM);
     901                *pFixup = CPUMR3GetGuestCpuIdExtRCPtr(pVM);
    902902                break;
    903903            case 3:
    904                 *pFixup = CPUMGetGuestCpuIdCentaurRCPtr(pVM);
     904                *pFixup = CPUMR3GetGuestCpuIdCentaurRCPtr(pVM);
    905905                break;
    906906            }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette