VirtualBox

Changeset 108844 in vbox for trunk/include/VBox/vmm/pgm.h


Ignore:
Timestamp:
Apr 4, 2025 8:41:01 AM (2 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168294
Message:

VMM/PGM,NEM: Some early page table management infrastructure for ARMv8, bugref:10388 [build fix]

File:
1 edited

Legend:

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

    r108843 r108844  
    942942
    943943VMMDECL(int)        PGMInvalidatePage(PVMCPUCC pVCpu, RTGCPTR GCPtrPage);
    944 #if defined(VBOX_VMM_TARGET_X86)
     944#if defined(VBOX_VMM_TARGET_X86) || defined(VBOX_VMM_TARGET_AGNOSTIC)
    945945VMM_INT_DECL(int)   PGMFlushTLB(PVMCPUCC pVCpu, uint64_t cr3, bool fGlobal);
    946946VMM_INT_DECL(int)   PGMSyncCR3(PVMCPUCC pVCpu, uint64_t cr0, uint64_t cr3, uint64_t cr4, bool fGlobal);
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