VirtualBox

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


Ignore:
Timestamp:
Feb 9, 2021 5:08:04 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142708
Message:

AMD IOMMU: bugref:9654 IOTLB cache bits. The IOTLB is currently only enabled in ring-3.

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

Legend:

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

    r87594 r87666  
    5454#include <iprt/asm-amd64-x86.h>
    5555#include <iprt/assert.h>
     56#include <iprt/avl.h>
    5657#include <iprt/crc.h>
    5758#include <iprt/mp.h>
     
    150151struct CLANG11WEIRDNOTHROW { PFNRT pfn; } g_VMMR0Deps[] =
    151152{
     153    { (PFNRT)RTAvlU64Destroy },
     154    { (PFNRT)RTAvlU64DoWithAll },
     155    { (PFNRT)RTAvlU64Get },
     156    { (PFNRT)RTAvlU64Insert },
     157    { (PFNRT)RTAvlU64Remove },
    152158    { (PFNRT)RTCrc32 },
    153159    { (PFNRT)RTOnce },
  • trunk/src/VBox/VMM/VMMR0/VMMR0.def

    r82968 r87666  
    9292    RTAssertMsg2Weak
    9393    RTAssertShouldPanic
     94    RTAvlU64Destroy
     95    RTAvlU64DoWithAll
     96    RTAvlU64Get
     97    RTAvlU64Insert
     98    RTAvlU64Remove
    9499    RTCrc32
    95100    RTOnceSlow
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