VirtualBox

Changeset 80062 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jul 31, 2019 8:57:49 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132501
Message:

VMM: Kicking out raw-mode - APIC. bugref:9517

File:
1 edited

Legend:

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

    r79264 r80062  
    34903490 * @param   pR0Ptr          Where to store the ring-0 address.
    34913491 * @param   pR3Ptr          Where to store the ring-3 address (optional).
    3492  * @param   pRCPtr          Where to store the raw-mode context address
    3493  *                          (optional).
    3494  */
    3495 VMM_INT_DECL(int) APICGetApicPageForCpu(PCVMCPU pVCpu, PRTHCPHYS pHCPhys, PRTR0PTR pR0Ptr, PRTR3PTR pR3Ptr, PRTRCPTR pRCPtr)
     3492 */
     3493VMM_INT_DECL(int) APICGetApicPageForCpu(PCVMCPU pVCpu, PRTHCPHYS pHCPhys, PRTR0PTR pR0Ptr, PRTR3PTR pR3Ptr)
    34963494{
    34973495    AssertReturn(pVCpu,   VERR_INVALID_PARAMETER);
     
    35063504    if (pR3Ptr)
    35073505        *pR3Ptr  = pApicCpu->pvApicPageR3;
    3508     if (pRCPtr)
    3509         *pRCPtr  = pApicCpu->pvApicPageRC;
    35103506    return VINF_SUCCESS;
    35113507}
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