VirtualBox

Changeset 93592 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 3, 2022 8:09:04 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149729
Message:

VMM/MM: Removed some more unused functions. bugref:9517

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/mm.h

    r93115 r93592  
    155155
    156156VMMDECL(RTR3PTR)    MMHyperR0ToR3(PVM pVM, RTR0PTR R0Ptr);
    157 #ifndef IN_RING0
    158 VMMDECL(void *)     MMHyperR0ToCC(PVM pVM, RTR0PTR R0Ptr);
    159 #endif
    160157VMMDECL(RTR0PTR)    MMHyperR3ToR0(PVM pVM, RTR3PTR R3Ptr);
    161158VMMDECL(RTR3PTR)    MMHyperRCToR3(PVM pVM, RTRCPTR RCPtr);
     
    206203#endif
    207204VMMDECL(size_t)     MMHyperHeapGetFreeSize(PVM pVM);
    208 VMMDECL(size_t)     MMHyperHeapGetSize(PVM pVM);
    209205VMMDECL(void *)     MMHyperHeapOffsetToPtr(PVM pVM, uint32_t offHeap);
    210206VMMDECL(uint32_t)   MMHyperHeapPtrToOffset(PVM pVM, void *pv);
    211 VMMDECL(RTGCPTR)    MMHyperGetArea(PVM pVM, size_t *pcb);
    212207VMMDECL(bool)       MMHyperIsInsideArea(PVM pVM, RTGCPTR GCPtr);
    213208
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